Hi, I don’t know why nobody reported this, but the October release did not work at all with Delphi XE3 but crashed the IDE. The reason were two problems: *...
4071
Erik Berry
ErikBerry
Nov 4, 2012 5:38 pm
... I wasn't seeing any crashes in XE3 here (though I hadn't reviewed and integrated your Oct action changes and was using the non-formatter branch). Was this...
4072
Thomas Mueller
dummzeuch
Nov 4, 2012 7:01 pm
Hi Eric, ... Regarding the key bindings, I'll have to ask Daniela because I did not fix that problem myself. The actions problem was probably introduced by my...
4073
Ulrich
uligerhardt
Nov 5, 2012 9:08 am
Hi twm! I just installed http://download.dummzeuch.de/GExperts/GExperts-1.37-experimental-twm-2012-11-04.zip. Now when I format this unit: <pre> unit Dummy; ...
4074
Ulrich
uligerhardt
Nov 5, 2012 9:26 am
BTW: The error doesn't occur when one moves the class declaration into the implementation section....
4075
Thomas Mueller
dummzeuch
Nov 5, 2012 8:09 pm
Hi Uli, ... ... implementation type TDummy = class public constructor Create; end; { TDummy } constructor TDummy.Create; begin inherited Create; end; ... Yes,...
4076
normnet2003
Nov 6, 2012 5:01 am
I am reinstalling GExperts on my new PC due to a motherboard failure and cannot locate the code formatter. Which tool is it within? Norm...
4077
Ulrich
uligerhardt
Nov 6, 2012 7:23 am
... It's not in the official GExperts distribution. You have to download twm's experimental version at http://blog.dummzeuch.de/experimental-gexperts-version/...
4078
normnet2003
Nov 6, 2012 12:54 pm
... Works Great! Thanks Norm...
4079
Thomas Mueller
dummzeuch
Nov 11, 2012 7:14 pm
This version fixes a serious bug in the previous release. It also improves support for generic class declarations. All my existing unit tests work again, but I...
4080
Ulrich
uligerhardt
Nov 12, 2012 7:45 am
... Thanks, twm! In a quick test I haven't detected any formatting problems in my sources. Uli....
4081
Thomas Mueller
dummzeuch
Nov 18, 2012 10:06 am
Hi, Since the last release did not contain the DLLs for all supported Delphi versions, here is a new one. There is no change to the last release apart from it...
4082
adem0x
Dec 2, 2012 3:21 am
From the SVN logs, it seems the last time any modifications done one the mw* units (i.e. Martin Waldenburg39;s parser/lexer units) was in 2008. Does anyone...
4083
Erik Berry
ErikBerry
Dec 2, 2012 7:11 pm
... Those files are used by several longstanding parts of GExperts that need to parse code, such as to do list, project dependencies, uses clause manager, etc....
4084
adem0x
Dec 2, 2012 11:25 pm
... I see. But, still, do they need to be part of the 'formatter39; branch? ... Does anyone know if Egbert van Nes (the original author of DelForEx) barred...
4085
Thomas Mueller
dummzeuch
Dec 4, 2012 6:31 pm
Hi Aden, ... These units were already part of GExperts, before the code formatter was added. I have no idea, what they are used for, but if you check out the ...
4086
Fred Bloggs
mountain076
Jan 25, 2013 12:28 pm
I would like to make sure that the DatabaseName property in a component is the empty string. However using the 'Property to Set' dialog the Add/Modify button...
4087
Erik Berry
ErikBerry
Jan 26, 2013 5:54 am
... You can use '' to force a literal blank string. Erik...
4088
mountain076
Jan 26, 2013 8:46 am
... Ah! thank you Erik - I should have thought of that....
4090
Thomas Mueller
dummzeuch
Apr 28, 2013 1:23 pm
Hi everybody, there isn’t yet any official release of GExperts for Delphi XE4 but if you don’t mind a little bit of manual work for installing, you can...
4091
Glenn Crouch
esbglenn
Apr 29, 2013 8:45 am
Thanks, Thomas – I still prefer your Formatter over that included with Delphi :) Glenn Crouch, <mailto:glenn@...> mailto:glenn@... ESB...
4092
kenoffsite
May 11, 2013 2:12 pm
I have gotten completely addicted to GExperts but EX2 and EX4 periodically lose access to its functionality and I have go to the GExperts Configuration and...
4093
Erik Berry
ErikBerry
May 13, 2013 6:29 am
I've mainly seen this happen when packages load or unload from the IDE. When that happens, any third party registered shortcuts get reset sometimes. GExperts...
4094
pkappetein69
May 18, 2013 10:31 pm
Will there be an XE4 version ?...
4095
Erik Berry
ErikBerry
May 20, 2013 4:48 pm
... There is a test release described here: http://tech.groups.yahoo.com/group/GExpertsDiscuss/message/4090 Unfortunately, I haven't had time to look into an...
4096
Erik Berry
ErikBerry
Jun 3, 2013 11:12 am
It is getting to be too large a task for me to build/develop for and support 12 IDE versions (Delphi 6 - XE4). Unless someone desperately wants to volunteer...
4097
nooitvrij
Jun 3, 2013 11:17 am
Hello Eric, I hope you can hold the Delphi7 version, lot's of programmers has this version beside a new one. With Regards, Peter...
4098
Hansen, John
afanofosc_99
Jun 3, 2013 1:54 pm
I agree. Drop 2009 but keep 7 - if that is not too much work. JOHN HANSEN CONSULTING ENGINEER +1 (615) 507.3031 WORK +1 (615) 370.0557 FAX ...
4099
Perry Kappetein
pkappetein69
Jun 16, 2013 3:25 pm
I tried installing this and followed http://blog.dummzeuch.de/2013/04/28/experimental-gexperts-code-formatter-for -delphi-xe4/ but I cannot see this in Delphi...
4100
Perry Kappetein
pkappetein69
Jun 16, 2013 3:47 pm
Nvm.. Didn't realize that I had to ADD the DLL. assumed it was in there, since it was showing a GEExpert already in that list From:...