Questions tagged [gexperts]

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.

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. (Quote from project homepage)

15 questions
10
votes
4 answers

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 nothing as I am thick.
Mawg says reinstate Monica
  • 38,334
  • 103
  • 306
  • 551
7
votes
2 answers

Finding the try for an except or finally

I'm dealing with some code that has fantastically long methods (10k lines!) and some odd use of try-finally and try-except blocks. Some of the latter are long by themselves, and don't always have the try at the start of the method. Obviously I'm…
Móż
  • 303
  • 1
  • 7
  • 19
6
votes
12 answers

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 it worthwhile to petition Embarcadero to…
lkessler
  • 19,819
  • 36
  • 132
  • 203
6
votes
1 answer

Adding a unit to the uses clauses of all units in a project?

I am finding that certain kinds of code cleanups and refactorings are made VERY difficult by the difficulty of adding a unit to the uses-clauses of a large project. I want to add a unit to the interface-uses-clause of all delphi .pas units in a…
Warren P
  • 65,725
  • 40
  • 181
  • 316
3
votes
4 answers

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 can also add arbitrary files to this file set, but…
rossmcm
  • 5,493
  • 10
  • 55
  • 118
3
votes
1 answer

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'? Example: this line should match ShowMessage('Fatal…
mjn
  • 36,362
  • 28
  • 176
  • 378
2
votes
2 answers

Delphi 10.4.2 "could not find wizard gexperts" error on starting

I have just installed Delphi 10.4.2. It runs fine, but every time it strarts I get this error message: "Could not find Wizard C:...\Gexperts for Rad Studio 10.4\GExpertsRS104.dll" Is there a way to install GExperts?
2
votes
4 answers

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 which i use it refers the absolute path that was set…
CloudyMarble
  • 36,908
  • 70
  • 97
  • 130
1
vote
2 answers

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, how could I do this with the GExperts grep tool?
mjn
  • 36,362
  • 28
  • 176
  • 378
1
vote
1 answer

How to automatically add the scope name to the delphi library unit?

I have a Delphi 6 source code, and I'm migrating it to Delphi 10.2. In Delphi 6, the delphi library unit name (declared at the uses clause), there is no unit scope name like on Delphi 10.2. Therefore, I need to add unit scope name. Example: // In…
Loi
  • 96
  • 6
0
votes
0 answers

Error when converting TPanel To TJvPanel

In a VCL project on the Delphi 10.1.2 IDE, when I try to convert a TPanel (placed on a TToolbar) to a TJvPanel with the "Replace Components" GExpert 1.3.8.47: I get this error: which is very strange since neither TPanel nor TJvPanel have a…
user1580348
  • 5,721
  • 4
  • 43
  • 105
0
votes
2 answers

Delphi 7 - Property changes not saved for linked components

I have a MyConnection in DataModule1, and MyQuery in Form1. Both components are linked components. Both MyConnection's Connected property and MyQuery's Active property are set to True. Everything is saved. Now I set MyConnection Connected to False,…
Red Romanov
  • 454
  • 5
  • 11
0
votes
0 answers

What is ExptDemo (Delphi 7 using GExperts)?

Am using Delphi 7 for an old project with GExperts 1.36. There are a bunch of interesting options, one of which is the Expert Manager. My installation shows three entries (see image). DelphiSpeedUp is used to load the IDE more quickly. GExperts is…
AlainD
  • 5,413
  • 6
  • 45
  • 99
-1
votes
1 answer

How can I do a search across multilines in Delphi's regex

I need to find this pattern. ReadOnly = True end "ReadOnly = True" occurs 250 times across 190 files, so its going to take a while and I might miss some. Its space padded on the left and terminated with cr,lf. I expect this to work, but it…
Rohit Gupta
  • 4,022
  • 20
  • 31
  • 41
-6
votes
1 answer

Need SQL Script

incident_number Has_Breached Id INC15229006 Breached 1 INC15229006 Not Breached 2 INC15229006 Not Breached 3 INC15087939 Not Breached 4 INC15087939 Not Breached 5 INC15087939 Not Breached …
Sam Siv
  • 3
  • 1