Search the web
Sign In
New User? Sign Up
GExpertsDiscuss · Discuss development of the GExperts tools for Delphi and C++Builder
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3224 - 3253 of 3849   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3224
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...
Wim van der Vegt
wvd_vegt
Offline Send Email
Jan 3, 2006
11:57 am
3225
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...
Wim van der Vegt
wvd_vegt
Offline Send Email
Jan 3, 2006
12:24 pm
3226
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...
Thomas Mueller
s2hbbs
Offline Send Email
Jan 3, 2006
12:37 pm
3227
Hi Wim, ... Thanks, I'll have a look. I recall fixing a similar problem already. twm...
Thomas Mueller
s2hbbs
Offline Send Email
Jan 3, 2006
12:41 pm
3228
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} ...
Wim van der Vegt
wvd_vegt
Offline Send Email
Jan 3, 2006
12:52 pm
3229
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...
Wim van der Vegt
wvd_vegt
Offline Send Email
Jan 3, 2006
12:59 pm
3230
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 ...
Wim van der Vegt
wvd_vegt
Offline Send Email
Jan 4, 2006
10:57 am
3231
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...
adem
benadembaba
Offline Send Email
Jan 5, 2006
1:35 am
3232
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...
adem
benadembaba
Offline Send Email
Jan 5, 2006
1:40 am
3233
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...
Thomas Mueller
s2hbbs
Offline Send Email
Jan 5, 2006
8:30 am
3234
Hi Adem, ... You can get it from the subversion repository of the dzchart project at berlios.de. It is in the utilities subdirectory there. ...
Thomas Mueller
s2hbbs
Offline Send Email
Jan 5, 2006
8:38 am
3235
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 ...
Thomas Mueller
s2hbbs
Offline Send Email
Jan 5, 2006
10:20 am
3236
... create a ... Thomas, could you add (ReservedType: rtFuncDirective; Words: 'static'), to GX_CodeFormatterTypes.ReservedArray? This would cure part of Ralf's...
Ulrich Gerhardt
uligerhardt
Offline Send Email
Jan 5, 2006
1:58 pm
3237
Hi Ulrich, ... Done. I hope you were sure about that one because I have not tested it at all. twm...
Thomas Mueller
s2hbbs
Offline Send Email
Jan 5, 2006
4:42 pm
3238
... 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...
Ulrich Gerhardt
uligerhardt
Offline Send Email
Jan 5, 2006
5:42 pm
3239
... Other items to test might be (in rough suggested order): - for X in Y do (D2005) - Class methods, fields, properties (D8) - strict protected / strict...
Erik Berry
ErikBerry
Offline Send Email
Jan 5, 2006
7:40 pm
3240
... On the following code the formatter fails directly after the opening comment: (* { procedure TLoginDlg.SetModalResult(const Value: TModalResult); begin // ...
wvd_vegt
Offline Send Email
Jan 5, 2006
7:49 pm
3241
... 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
ErikBerry
Offline Send Email
Jan 5, 2006
9:22 pm
3242
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...
adem
benadembaba
Offline Send Email
Jan 6, 2006
7:27 am
3243
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...
Thomas Mueller
s2hbbs
Offline Send Email
Jan 6, 2006
1:10 pm
3244
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...
Thomas Mueller
s2hbbs
Offline Send Email
Jan 7, 2006
2:02 pm
3245
Hi, ... Those now work. twm...
Thomas Mueller
s2hbbs
Offline Send Email
Jan 7, 2006
5:01 pm
3246
... So the list of unsupported major new stuff isn't that huge, now - great!. I guess for BDS 2007, we'll have generics coming, though... :) Erik...
Erik Berry
ErikBerry
Offline Send Email
Jan 7, 2006
8:31 pm
3247
Hi Eric, ... I certainly hope so. I have been waiting for them for ages. twm...
Thomas Mueller
s2hbbs
Offline Send Email
Jan 8, 2006
12:10 pm
3248
Hi, Just plain (* *) also fails. Btw did you already have an opportunity to build & upload a new version? ... Wim van der Vegt. _____ From:...
Wim van der Vegt
wvd_vegt
Offline Send Email
Jan 11, 2006
4:07 pm
3249
Hi Wim, ... I am just now zipping the stuff. Give me another half of an hour. twm...
Thomas Mueller
s2hbbs
Offline Send Email
Jan 14, 2006
1:24 pm
3250
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...
Thomas Mueller
s2hbbs
Offline Send Email
Jan 14, 2006
1:42 pm
3251
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...
Jason Chapman
jason_jac2
Offline Send Email
Jan 14, 2006
5:14 pm
3252
... 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*...
Shawn Oster
monocularjack
Offline Send Email
Jan 14, 2006
7:22 pm
3253
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...
Erik Berry
ErikBerry
Offline Send Email
Jan 15, 2006
8:05 pm
Messages 3224 - 3253 of 3849   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help