Tagged Questions

8
votes
12answers
990 views

Should GExperts Functionality be Incorporated into Delphi?

I recently upgraded to Delphi 2009 and was disappointed to find out that I couldn't easily replace one VCL component with another. The best answer back was that GExperts could be used to do this. Is ...
5
votes
2answers
126 views

How to auto-save in XE2?

Is there any way that I can have the Delphi IDE auto-save all opened projects every X minutes, or just before compilatilation? I looked in XE2 and in Gexperts and didn't see anything, but that means ...
4
votes
3answers
194 views

Can FavoriteFiles of GExperts work with relative paths?

We work usually on more than one version of the application, where each version is checked out in a different folder. The problem is when i try to open a file from the "Favorite files" of GExperts ...
3
votes
1answer
224 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
4answers
188 views

Is there any simple automated way of finding out all the source files associated with a Delphi project?

I like to backup up the source code set for a project when I release a version. I use GExperts project backups, which seems to gather up all the files in the project manager into the ZIP file. You ...
1
vote
2answers
333 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, ...