Hi, I've been working on a different sourceforge project, using a source code parser that distributes with GExperts. I've found a small bug in 3 units...
... Please post the updated files to the Yahoo Files area for the mailing list. Be sure and include a sample file or code it parses incorrectly now, so we can...
Not sure if this is fixed yet... Basically I need to insert procedure/function/unit headers in the code that I write. The problem is that the latest beta does...
I am trying to improve/upgrade the GX_ComponentGrid component. It uses utility functions to set and get property values these are declared in GX_OtaUtils.pas. ...
Hi I use Delphi 7 in work, and Delphi 6 Personal use in house. I like use in delphi 7 Ctrl + Shift + Up / Down to move from prototype to implementation and...
... In general, we have tried not to implement features present in the "normal" Delphi versions and the most recent Delphi version. The main reason is that...
... I don't know the cause of the problem offhand, but try declaring aString as a WideString instead of a string. Also, you might test and see if see if ...
... prototype ... version ... Yes, I'm voting for this feature, too! I can live without MS XML, dbExpress, DataSnap, BDE and Internet Express, but lack of the...
... Your submission appears to be based off an ancient (probably a year or more old) source version of GExperts. You'll need to convert it to be based off the...
... I'm not aware of any versions of GExperts that deleted the current line of code before inserting the expanded template. I would guess most people have...
1.I'm working alot with procedure list it will be nice to have it in a combobox on the tool bar instead (and) of a form 2. And how about To add Source formater...
It's probably too late for this version of GExperts, but I finally finished breaking out the file parsing code from GX_ProcedureList into its own file...
What is the policy for using or not using Frames? I've noticed that they aren't used by any of the experts currently written. I'm going to attempt to create...
... I'd suggest that if your plans can be accomplished just as well using form inheritance (which we do use all over) you try that first. That said, I have...
... place. ... need to ... I know this question shows my ignorance, but what is a nested class as it related to DELPHI? I only use D5, so my guess is that...
... so you ... outside of ... Looking through the code for eUsesManager, you are right about sharing the GUI. The GUI I was thinking of would be similiar the...
... That all sounds reasonable to me. ... The generic utils unit might be the best place, so we don't couple the two tools together except through the shared...
In the Uses Manager, the GetProjectFiles procedure and the GxOtaGetProjectFileNames call in the SearchPathReady function (both in the GX_eUsesManager.pas file)...
... It looks to me like you can use the shared function if you be sure and not send in a nil project interface and post-process the returned list to make sure...
GExperts 1.2 Beta 5 is now available for Delphi 5/6/7/8 and C++Builder 6. This release includes some minor bugfixes since the public beta 3, but no new...
GExperts 1.2 Beta 5 is now available for Delphi 5/6/7/8 and C++Builder 6. This release includes some minor bugfixes since the public beta 3, but no new...
Hello Erik, ... what are the reasons not to support C++Builder 5? I'm still using it and more or less happy. Due to the uncertain future of C++Builder I don't...
... You are welcome to try and update the BCB5 project and get it compiling again, but nobody has tried it in the last few months, as far as I know. There...
I've post this in borland.public.delphi.opentoolsapi and i get this answer, i wanna test and (if is posible) see source of this what i have to do? ... but i...