Two weeks ago I added the Donations for GExperts page. A few days later I received the first money through PayPal. Thanks for that! I have now used that credit for donations to other open source software that I use daily: VLC Media Player TortoiseSVN Classic Shell QTTabBar (which hasn't seen any activity since 2013, … Continue reading How I used the first donations for GExperts
Category: GExperts
Donations for GExperts
If you want to say thank you for my work on GExperts, there are the following options: Contribute to the GExperts quality You can either contribute good bug reports or - even better - bug fixes to GExperts. I'd actually prefer that over getting money. Good bug reports include the Delphi version (and language), the … Continue reading Donations for GExperts
My Future plans for GExperts
A while ago I stopped using the formatter branch and officially took over the trunk of the GExperts repository. When I announced that on G+, Stefan Glienke asked me about my plans for GExperts. My answer today is still the same as back then: I will release new GExperts versions when I feel like it. … Continue reading My Future plans for GExperts
GExperts 1.38 experimental twm 2017-03-19 released
Some people have started pestering me about making a new release (you know how you are!). Don't think that this has done anything to actually make me do it, I simply thought it to be the right time with Delphi 10.2 Tokyo apparently right around the corner. I have created installers for all supported Delphi … Continue reading GExperts 1.38 experimental twm 2017-03-19 released
Display and edit keyboard macros with GExperts
The GExperts Macro Library expert can now display and edit keyboard macros that have been recorded in the Delphi IDE. It uses the information I described in my article on Interpreting Delphi IDE Keyboard Macros. You get to this dialog via the context menu of a macro. It allows you not only to display and … Continue reading Display and edit keyboard macros with GExperts
Interpreting Delphi IDE Keyboard Macros (Updated)
Keyboard macros have been part of the Delphi IDE since basically forever (I remember using them in Delphi 5 but I wouldn't rule it out that they already existed in Delphi 1 which I never used.) GExperts also has had the Macro Library Expert since I know about it to overcome the Delphi IDE's shortcoming … Continue reading Interpreting Delphi IDE Keyboard Macros (Updated)
Fixed HideNavBar functionality in GExperts
When Embarcadero added the Navigation Toolbar to the Delphi code editor in Delphi 10 there were a few people who didn't like it because it took up some more of the vertical screen space. But there was no option to disable it. Achim Kalwa wrote an expert to hide this toolbar and contributed the code, … Continue reading Fixed HideNavBar functionality in GExperts
GExperts formatter branch is dead, long live the trunk
As of today, I have stopped developing GExperts in the formatter branch and switched to the trunk of the repository.
Some more form enhancements in GExperts
Prompted by a post from +Attila Kovacs I have added the menu designer form (TMenuBuilder) to the list of forms which GExperts enhances. In this case, it only stores the size and optionally the position of the form. And since I was at it, I also added several other forms: TActionListDesigner TFieldsEditor - used for … Continue reading Some more form enhancements in GExperts
Anybody interested in adding stuff from JEDI Experts?
A feature request for GExperts mentions a tool called JEDI Experts which is a project on SourceForge which has been inactive since Delphi 6 times. The description reads as follows: JEDI Experts is set of experts/wizards to be used in Delphi IDE. While they can be used directly in Delphi IDE, the main task will … Continue reading Anybody interested in adding stuff from JEDI Experts?