Tagged Questions

GExperts is a free set of tools built to increase the productivity of Delphi and C++Builder programmers by adding several features to the IDE. GExperts is developed as Open Source software and we encourage user contributions to the project.

learn more… | top users | synonyms

8
votes
12answers
982 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 ...
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
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
4answers
185 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
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, ...