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...
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 { }; ...
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 ...
... 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...
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...
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 ...
<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...
hi I've done a little research and this is a valid class definition: class __declspec( attribute ) ClassName : <inheritance-spec> { // body }; There are no...
... 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...
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...
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; ...
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...
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...
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...
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...
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...
I believe that they have been removed. The Macro Template function now provides the functionality. Changelog for version 1.2 - Editor Experts: Removed...
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....
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...
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...
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......
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...
Code Librarian use SynEdit or RichEdit embedded in TGxEnhancedEditor... ... Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Testez le...
Code Librarian use SynEdit or RichEdit embedded in TGxEnhancedEditor... ... Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Testez le...
Code Librarian use SynEdit or RichEdit embedded in TGxEnhancedEditor... ... Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Testez le...
I threw syntax highlighting in there using TGxEnhancedEditor. Without SynEdit turned on it wouldn't highlight anything. With it turned on it highlights but...