Tagged Questions
3
votes
1answer
215 views
GExperts grep expression for source lines with string literals (for translation)
How can I find all lines in Delphi source code using GExperts grep search which contain a string literal instead of a resource string, except those lines which are marked as 'do not translate'?
...
1
vote
2answers
330 views
How can I find all empty try … except blocks with GExperts grep?
In new versions of GExperts, the grep utility now supports more 'expert' expressions.
I have not yet found a way to locate empty try ... except blocks in Delphi sources using regular expressions, ...