GExperts 1.30 beta 3 is now available for download for Delphi 6/7/8/2005/2006. This release has some minor bug fixes and tweaks from beta 1 and should be...
I know I'm probably weighing in late on this one but I was rather surprised upon installing 1.30 that F2 didn't do what it usually does of putting you into...
... Actually, it's not supposed to override the windows key - it renames, afterall. The best thing to do would be to trigger it only when the VCL Forms...
... Supporting D6-D2006 all with several keymappings is difficult. The problem is that almost every reasonable keystroke is already taken by some mapping...
... Just a quick note: I've been running Beta 2 with Delphi 6 for a while on my development machine, and I've had no problems at all. I did not try Beta 1, so...
I'm having some small problems with the Align Lines Expert. If I have the following code: property CharProperty : Char read FCharProperty write FCharProperty; ...
... and call ... it calls ... than F2 to ... keymapping in ... available ... be ... That sounds like a good pick. Shift+F2 on my side doesn't interfere with...
... You need to set the "minimum leading spaces" value to 1 or more in the Configuration, Editor experts area. Ideally, this value would be configurable by...
... Yes, it does. I don't know the original reason why, or if it should be changed now, since up to this point, I do not recall any complaints. Unless you are...
Developers in Right to left languages need to set Tab order numbers from Right to left. Tab order wizard didn't have this feature, and I added it. Code is...
... We're not adding any more features this late, but we can look at this after the release. Is there any way to detect this is a LTR form and auto-perform...
... It is possible. We can check Bidimode property, but I think it's better to leave it manual, because there might be situations that user may need to order...
... I don't mind there being a way to manually choose, but I'm talking about choosing the default ordering (either LTR or RTL). Would it not be more accurate...
... My Delphi 6 seems to be crashing a lot more now than with Beta 2. Crashing while editing and crashing while debugging. It leaves my active editor file as...
... On a day you get crashes, disable GExperts using the expert manager and restart the IDE. Then verify the problem is actually GExperts by the disappearance...
... day. I turned off the 'Auto-excpand typed templates after pressing space' option for the Macro Templates. It seems a lot more stable now (no crashes on...
... OK, please do this and let us know the results. If GExperts is at fault, it would be very helpful if you can narrow down if the cause is the code...
Hi, Since i installed the 1.3 series of GExprts I get a lot of dangling counts error messages when i exit Delphi 7. Am I correct that these come from GExperts?...
Hi, As i use the Delphi IDE also edit projects ini files and sometimes jscript as part of a Delphi project I noticed that the codeformatter doesn't look at the...
Hi Wim, ... I intend to build a new package, but I won't find the time until Sunday. OTOH you can just grab the sources and compile it yourself. twm...
... I tried that before but could not figure out how to include the formatter in a build. I'll wait for you build.. btw I still get some 'List index out of...
... Without the exact error message, it is hard for me to tell what errors you refer to (they may be fired from the IDE or GExperts). If you are running the...
Hi, I finally managed to built it myself including the codeformatter for D7.1EE. Here are some notes on the build (after getting the latest sources from cvs as...
... I had to uninstall Beta 3 to make my machine stable, even disabling all the experts didn't help. Now I've reinstalled Beta 2, but still have the experts ...
Hi Wim, ... I promised it and I usually keep my promises: There is a new version of GExperts 1.30 including the code formatter available for download from...