On 2016-07-14 09:07, Martin Schreiber wrote: > > Probably because I don't like regex much.
That's how I felt too, until I actually figured out how it works. I'm definitely no regex expert, but I know enough to make lots of tasks a whole lot easier. >> FPC has shipped with the excellent TRegExpr unit >> (packages/regexpr/src/regexpr.pas) for some years now. >> > Does it support "UnicodeString" and "array of UnicodeString"? Good > performance? Yes on all counts - even though I would not concern about performance as much when using regex in the Find dialog of a IDE. After you search for something and then F3 (Find Next) manually to find the exact part you need. > I normally use Ctrl+Shift+ArrowUp/Down, select the wanted procedure from the > class definitions and Ctrl+Shift+ArrowUp/Down or 'find in files' which lists > ...snip... Yes, I use all that too. But I'm working with a 200K LOC unit which contains 50+ classes, too many methods to count, and often I search for local (nested) procedures or functions too - which don't appear in the interface section of a class. Often I can remember a partial name of a method or procedure - that's where Procedure List will find it instantly for me as it does partial name matches. Regards, Graeme -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ My public PGP key: http://tinyurl.com/graeme-pgp ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev _______________________________________________ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk