I just learned about it when checking out the site because I got stuck trying to enter a regexp while searching for files. It turns out the engine used by TC is not a fully POSIX compliant one (ok, I'm your regexp-crasy kind of guy), and I'll have to rely on some external tool to find the matches I'm looking for. Since this is a new version, maybe it's time to upgrade the engine ? I know you're using a pascal/delphi engine for TC because that's the language you're using, but I have the feeling it should be possible to use the standard POSIX c lib inside TC with the correct binding. My Pascal/Delphi is aging, but if it's possible to call the standard Windows API, why not some functions in a c lib ?
FYI, here's the regexp I was using...
Code: Select all
{\$(?:[^e}]|e(?!scape))*}