I've completed the Delphi 2007 support for GExperts. You can download the test release below. Also, these 1.31 builds have a new form enhancer feature under...
Hi Erik, thank you very much for your work! GExperst just safes man hours of my time! Any chance for a "offical" version that include the Delphi reformater? ...
... We probably won't be moving it into GExperts until it has support for non-English files loaded into Delphi 8 or later. Those IDE versions convert many...
Hello * ... I've installed GExperts using my "Admin" account, which is member of Administrators Group. Installation worked without problems. After switching to...
Hi Erik, ... I don't know which help system you're using. Using "Help and Manual" V3.6 I was able to decompile the HLP file and produce a new CHM file. Should...
... Thanks for your help testing this. I also use Help and Manual. It can produce a chm, and I'd love to use that format by default. Is anyone experienced...
... This same thing should happen for all Windows versions with multiple developers on them. We could add a new GExperts registry reference to the HKLM key,...
Hi, Why not move the code formatter in conditionally for Delphi up to 7? That way already a lot of people can use it instead of waiting for volonteers. ... Wim...
Hi, Got a strange error during a D7 compilation: In TGXZipper I had to change the constructor because it differs from it's base class: constructor Create(const...
Hello Erik, ... On Vista, "MS Shell Dlg 2" is still mapped to Tahoma :-( Setting DesktopFont := True seems to work. All controls with ParentFont := True are...
Hello GExperts developers. I have a plans to some of GExperts tools to Lazarus IDE (lazarus.freepascal.org). For the first time I have big interest in...
Hello Erik, ... Done :-) The changes to GX_GxUtils.pas to support CHM files are minimal: procedure CallWinHelp(const Command, ContextID: Integer; const ...
... The GExperts source code is available for other projects to use, as long as you strictly follow our license. I recommend you read the full license for all...
... I'm happy enough with that for now. I don't want to have to re-verify all of the font metric changes on Vista with Segoe UI 9 point won't cause problems...
... Thanks for looking into this. It seems to work nicely. I did change the help ControlHandle to be always 0 so the help can drop behind the IDE (maybe some...
... I'm not seeing this in Delphi 7: TGXZipper = class(TAbZipArchive) public constructor Create(const FileName: string; Mode: Word ); override; TAbZipArchive =...
Hi Eric, ... That's difficult to tell for me since I never used Delphi 6 (apart for compiling rxlib and GExperts) and don't use Delphi 7 any more. As for...
I'll publicize this to everyone if there are no serious problems found over the next couple of days. In particular, I'd like to know if enabling the IDE Form...
Is there a way to run gdebug standalone machine. I need to do some debugging of an app on another box which does not have delphi installed. When I run ...
... You will need to deploy the rtl and vcl packages by copying them from the windows system directory of a machine with those packages installed (such as your...
Donovan, Fantastic, worked out of the box for me! Thanks a lot. The project I am currently working on has delphi apps talking to a java applet over sockets, ...
Hi Donovan, ... Have you looked at SmartInspect? It is a trace/logging tool for Delphi, dotNET and Java which looks quite interesting especially when working...
Hi Roland, ... There is an autosave wizard for Delphi on code central. I have taken that project and enhanced it a bit (years ago, I don't even remember what...
... A dockable procedure list is something I've seen requests for a few times. I'd certainly welcome any patches to implement this. If anyone wants to work on...
Hi all! This is just a "omnium-gatherum" (?) of some ideas about the code formatter. (a) Today I discovered the {GXFormatter.config=...} thingy on twm's ...
Hi Uli, ... Hm, interesting. This would allow to exclude 3rd party units from formatting which is a problem I get quite often. I am so used to pressing...