Hi, Found a small bug in the Code Formatter that was also present in the original DelForEx code. If you type anything in Select identifier(s) field when the...
Hi, Forgot to post a feature request for either the code formatter (or the installer): An option to import the old DelForEx capitalization file. ... Wim van...
Hi Wim, ... I am currently not very happy with the way the capitalizations are stored. It is very slow for large lists. So there will probably be a file again...
Hi, Small question about the formatter. What does the option indent compiler directives do? I was expecting that it would indent like: {$IFDEF} {$DEFINE xx} ...
Hi, Is it possible to store sets of extensions that should bre removed (like the ~.* backup files) and also have a default set to remove. As currently designed...
Hi, Another more mysterious bug (not present in the original DelForEx code) is that on certain code constructs i loose half or more of my file and have to ...
Hi, ... Is there a link to this lib? Can I d/l (or have a copy) it to see how it performs? Cheers Adem PS: in case you might like to email me directly, could...
Hi, I had d/l'ed and installed 2005-01-03 source code. And once I did that, my D7 became nearly as sluggish as unusable plus the VM size (the better indication...
Hello Wim, ... No it is the way the parsing is done using PChars rather than strings. I have converted parts of the code to use strings which unfortunately has...
Hello Wim, ... It is probably better explained by what it does if this option is not set: It will move all compiler directives to column 0: if true then begin ...
... create a ... Thomas, could you add (ReservedType: rtFuncDirective; Words: 'static'), to GX_CodeFormatterTypes.ReservedArray? This would cure part of Ralf's...
... Thanks. ... AFAICT it works for the cases where I know "static" can be used. I just searched Delphi's online help again to affirm there are no other cases...
... Other items to test might be (in rough suggested order): - for X in Y do (D2005) - Class methods, fields, properties (D8) - strict protected / strict...
... On the following code the formatter fails directly after the opening comment: (* { procedure TLoginDlg.SetModalResult(const Value: TModalResult); begin // ...
... I'm not aware of any memory leaks or general performance issues in the current releases, so I'd definitely like to get some help from you to find the cause...
Erik Berry wrote: Hi Erik, ... issues:] I was aware of that but, didn't think to use anything else then. Now I am also checking with SysInternals' Process...
Hi Wim, ... Thanks. That seems to be exactly the problem I described above as already found and fixed. I'll make a new experimental version available this...
Hi Erik, ... already works ... Class methods work, class fields and properties don't. ... both work ... don't work ... don't work, but should be easy to...
Hi, It took me a week longer than I thought, but it is there now, a new experimental version of GExperts with the Code Formatter. I have fixed the bug that...
All, Just been doing a lot of drone programming (integrity checking code, with a lot of repetitive copy and paste). Use Case: I copy a piece of text, then...
... it off ... Personally I use this program: http://www.nakka.com/soft/clcl/index_eng.html It doesn't have the stack-based functionality but it is *very*...
Could some of you using Delphi 6 try the GExperts 1.30 Pre-Beta 2 test builds here and see if GExperts is any better for you, assuming you saw a startup crash...