Tagged Questions
3
votes
1answer
225 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'?
...