Page 2 of 2

Re: Find/Replace for all open files

Posted: Fri Jun 04, 2010 3:03 pm
by c4s
freak wrote:
max_aigneraigner@web.de wrote:And I want to jump to the declaration of a procedure by rightclick on the command -> jump to declaration (same thing, you want to check if that procedure causes the error and first you search for the sourcefile, and THEN you don't know where exactly the function is hidden^^

for example:

Code: Select all

procedure tree()
endprocedure 

tree()  ; <<-- right click here (or double click and Control holed, as it is in Japbe... )
This already works. Just hold down the Ctrl key and doubleclick on the procedure name.
Wow that's great - something I always needed!
Still a feature request for this one: Please, make it work for macros, thanks.

Re: Find/Replace for all open files

Posted: Sun Aug 22, 2010 3:10 pm
by luis
I second that. Find/replace in all open files.

Re: Find/Replace for all open files

Posted: Wed Oct 06, 2010 1:38 am
by Mistrel
NetBeans has a really great feature when it comes to project-wide find and replace. When you perform a find/replace in this way it provides a list of each file with a checkbox next to it. You can then confirm each one individually before you actually approve the event.

This is useful, for example, when you might accidentally attempt to replace a string which is actually part of a longer string and would have unintentionally been replaced.

Re: Find/Replace for all open files

Posted: Thu Oct 07, 2010 8:07 am
by blueznl
Ooooh, that's a nice idea, and definitely would avoid faulty replacements...