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 1860 - 1889 of 3849   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1860
First I would like to thanks everyone involved in the GExperts project for producing such great productivity enhancement add-ons for Delphi. I used to use...
Larry Hengen
larryhengen
Offline Send Email
Jun 1, 2003
9:23 pm
1861
The procedure list displays incorrect results if you use it with a c++ .h file that contains unrecognised declspec options such as: class PACKAGE Foobar { }; ...
Steve Goodwin
s_k_goodwin
Offline Send Email
Jun 2, 2003
3:48 am
1862
Dear all, I'm a long time user of GExperts, but never touched the source yet. One of my particular 'itch' in this case is the 'To Do List', I have some ...
sugi
sugihartolim
Offline Send Email
Jun 2, 2003
5:00 am
1863
... I don't know if this is always valid. Some C++ expert would have to speak up and let us know. As long as we handle class::func things like: int...
Erik Berry
ErikBerry
Offline Send Email
Jun 2, 2003
6:01 am
1864
... Look at Src\ToDo\GX_ToDo.pas. It already parses for the owner, priority, category, etc in the Borland Delphi 5+ TODO format - it just isn't exposed in the...
Erik Berry
ErikBerry
Offline Send Email
Jun 2, 2003
6:14 am
1865
I have been unable to compile the backup project expert. I don't own a copy of VCLZip, so instead I've been trying to compile DELPHIZip. In the two versions...
paulggardner
Offline Send Email
Jun 2, 2003
6:33 pm
1866
What about having a simple configuration file that the procedure list loads on startup that lists a set of case sensitive token names to ignore in this ...
Hansen, John
afanofosc_99
Offline Send Email
Jun 3, 2003
3:17 pm
1867
<SNIP> The only suggestion I have is to reinstall the midas.dll from your <SNIP> Yep, midas.dll was the culprit...I did, however, lose several very good...
eshipman
Offline Send Email
Jun 3, 2003
7:58 pm
1868
hi I've done a little research and this is a valid class definition: class __declspec( attribute ) ClassName : <inheritance-spec> { // body }; There are no...
Steve Goodwin
s_k_goodwin
Offline Send Email
Jun 4, 2003
3:20 pm
1869
... I'll try to get this into CVS. It worked fine in the limited number of test cases I tried. ... John, do you have any interest in looking into this? <G> I...
Erik Berry
ErikBerry
Offline Send Email
Jun 4, 2003
10:58 pm
1870
I will see if I can find a moment or two to look into it. :-) ... From: Erik Berry [mailto:eb@...] Sent: Wednesday, June 04, 2003 5:59 PM To:...
Hansen, John
afanofosc_99
Offline Send Email
Jun 4, 2003
11:01 pm
1871
Using the procedure list with version 1.45 I do not see the problem as described in procedure_list_test.cpp (i.e., failed_test is in the global namespace and...
Hansen, John
afanofosc_99
Offline Send Email
Jun 4, 2003
11:33 pm
1872
This seems to fix the bug in the new code. while not (CParser.RunID in [ctkcolon, ctkbraceopen]) do begin Name := CParser.RunToken; CParser.NextNonJunk; end; ...
Hansen, John
afanofosc_99
Offline Send Email
Jun 4, 2003
11:47 pm
1873
... Seems OK to me. There are so many hacks in there to parse odd C++ code, that another one won't hurt much. <G> Erik...
Erik Berry
ErikBerry
Offline Send Email
Jun 5, 2003
12:00 am
1874
Hi Thanks for fixing that. I hadn't kept a copy of the dll before I started hacking, and foolishly assumed the code I wrote wasn't the problem. I really should...
Steve Goodwin
s_k_goodwin
Offline Send Email
Jun 5, 2003
12:12 am
1875
No problem. It was fairly simple to find and fix since I had to do similar things elsewhere when I inadvertently ate an opening or closing brace which the...
Hansen, John
afanofosc_99
Offline Send Email
Jun 5, 2003
11:32 am
1876
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the GExpertsDiscuss group. File :...
GExpertsDiscuss@yahoo...
Send Email
Jun 6, 2003
6:27 am
1877
I've uploaded a file to the Files area (ProcedureListWithCodeShown.zip) that contains a change I've made to the procedure list expert. I usually find myself in...
paulggardner
Offline Send Email
Jun 10, 2003
4:27 pm
1878
Thank you!!! That is a huge improvement. I don't know how I lived without it before. ... From: paulggardner [mailto:p.gardner@...] Sent:...
Shiffer, Mark
mark_shiffer
Offline Send Email
Jun 10, 2003
5:20 pm
1879
Anyone know what happened to the Unit Header and Procedure Header options on the configuration menu in the latest source code base? I don't see them listed...
Shiffer, Mark
mark_shiffer
Offline Send Email
Jun 10, 2003
6:56 pm
1880
I believe that they have been removed. The Macro Template function now provides the functionality. Changelog for version 1.2 - Editor Experts: Removed...
Gardner, Paul G.
paulggardner
Offline Send Email
Jun 10, 2003
6:59 pm
1881
Thanks Paul. Any documentation on how to use the Macro Template stuff? The Readme.txt says to see the help file, but I guess that is not stored in CVS....
Shiffer, Mark
mark_shiffer
Offline Send Email
Jun 10, 2003
7:17 pm
1882
Scratch that last email. I had a space in the name I gave the template and that causes some internal problems. Changed the name and it seems to work now. Sorry...
Shiffer, Mark
mark_shiffer
Offline Send Email
Jun 10, 2003
7:18 pm
1883
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the GExpertsDiscuss group. File :...
GExpertsDiscuss@yahoo...
Send Email
Jun 10, 2003
9:02 pm
1884
It's a great enhancement... So i've posted a version that works with C++Builder too! I think it would be nice to use SynEdit to have syntax highlighting......
copper_france
Offline Send Email
Jun 11, 2003
12:00 pm
1885
What does the Code Librarian use to display code? That has Syntax Highlighting, and in the same style as the editor. That would be a better choice then...
Jim McKeeth
JimMcKeeth
Offline Send Email
Jun 11, 2003
4:35 pm
1886
Code Librarian use SynEdit or RichEdit embedded in TGxEnhancedEditor... ... Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Testez le...
Copper France
copper_france
Offline Send Email
Jun 11, 2003
5:05 pm
1887
Code Librarian use SynEdit or RichEdit embedded in TGxEnhancedEditor... ... Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Testez le...
Copper France
copper_france
Offline Send Email
Jun 11, 2003
6:00 pm
1888
Code Librarian use SynEdit or RichEdit embedded in TGxEnhancedEditor... ... Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Testez le...
Copper France
copper_france
Offline Send Email
Jun 11, 2003
6:01 pm
1889
I threw syntax highlighting in there using TGxEnhancedEditor. Without SynEdit turned on it wouldn't highlight anything. With it turned on it highlights but...
Shiffer, Mark
mark_shiffer
Offline Send Email
Jun 12, 2003
6:05 pm
Messages 1860 - 1889 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