Tagged Questions

1
vote
2answers
182 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, …
5
votes
11answers
696 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 …