PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Gian Kolbjornsen on August 20, 2004, 09:35:27 AM

Title: Find & replace
Post by: Gian Kolbjornsen on August 20, 2004, 09:35:27 AM
Hi Paul,

In your Find & Replace dialog you support replace in selection or entire buffer. The entire buffer refers to current module, form etc.

Would it be possible to add a third option that is Entire project?

Thanks,

Gian
Title: Find & replace
Post by: Haakon Birkeland on August 20, 2004, 10:08:38 AM
I strongly belive that it's already on Pauls priority list..
Title: Find & replace
Post by: Anonymous on August 20, 2004, 05:33:13 PM
This has been requested more than once. It is quite a high priority for me as well - I have over 60 source code files in one project and it can be very painful finding a function I need to modify!

Andrew
Title: Find & replace
Post by: Don Dickinson on August 20, 2004, 06:38:06 PM
would be nice to right-click on a function name in a source module and have a pop-up menu option to "find declaration" of that function.
VB has this (click shift F2 to find the function) and in delphi, they use a pop-up.

--don
Title: Find & replace
Post by: Haakon Birkeland on August 21, 2004, 07:19:37 AM
..it's reversible too as I recall; some ctrl+shift+f2. - Neat and practical!