Dear All, I have some pascal files with .IMP and .INT extension, I can't use "Procedure List" in these files. "This expert is for use in .pas... only" will...
Hi all, I've been enjoying the new powerul Macro Template feature in GExperts v1.20+, making good use of them for my standard procedure and unit headers, for...
Hi Paul, opening units with the Open Unit expert seems to change their file extension to an uppercase ".PAS". This shows in the caption of the editor window....
... New version of the Open Unit Expert is posted (viewunits.zip). This has the fix for the bug that Uli found, along with a couple of other things: 1) The...
... I think this will be one of the more useful new features GExperts has seen over the last few years, based on customer requests, and my own feel for what...
... Actually, the thanks should go to you for maintaining GExperts as a viable DELPHI add-on. Given what I've read, I'm sure you're not exactly being ...
It seems that the ToDo Expert (using CVS 2005-Jan-12, D7) does not properly read multi-line comments. Would someone please verify this, so I know if it's my...
One Question ?
Why the Replace Component in 1.22 it's diferents of version 0.9 beta.
The 0.9 have more options (logs, ...) and don't have problems with link...
... We made many changes to replace components after releasing GExperts 1.2x. The latest changes are only available in the CVS source, so try that if you want...
... It depends on what you mean by "properly", I guess. It should detect multiline comments in .pas files (such as (* *) delimited ones) and show the first...
... I, for one, always disable the todo expert, and exclusively use the one in Delphi. Best regards / Med venlig hilsen Thomas Due Software Developer Scanvægt...
Hiya, I was testing the SetComponentProperty expert, as I am currently revising one of our projects at work. This project is rather large, with many forms. ...
... Sorry, but enumerated properties are not fully supported as the error indicates. It might work specifying the desired value as an ordinal value. If...
Erik Berry wrote:
> Thomas Due wrote:
> > I was testing the SetComponentProperty expert, as I am currently > revising
> > AfgiftFrm3.pas(1): Language1...
tried to update ! When performing a CVS update : 8< cvs [update aborted]: EOF in value in RCS file /cvsroot/gexperts/gexperts/unstable/Src/GX_ProjDepend.pas,v ...
I can't compile GExperts... Required package 'designide' not found. I have ToolsAPI and Delphi6\Bin in my library path (designide60.bpl), but no go. I do not...
I'm try to modify GxOtaSetComponentPropertyAsString but 3 Questions
where is SetComponentProperty expert i cant find it.
whats supouse to pass in this...
... GX_SetComponentProps.pas. Make sure you are using a recent CVS zip or the latest CVS code. See the developer FAQ for some hints. ... The original request...
Erik Berry wrote:
> Gami wrote:
> > I'm try to modify GxOtaSetComponentPropertyAsString but 3 Questions
> >
> > where is SetComponentProperty expert i cant...
Erik Berry wrote:
> Gami wrote:
> > I'm try to modify GxOtaSetComponentPropertyAsString but 3 Questions
> >
> > where is SetComponentProperty expert i cant...
... D6 is on my other computer only, but I'd guess the .dcp is in the Delphi6\lib directory. And it is not designide60.dcp, but designide.dcp. -- Rudy Velthuis...
... I haven't looked into this yet. ... I think the fix for this is to open the module for the form instead of the form directly, and then show the form, like...
It's Ok i find the solution i send the code for Emun types i hope the next week end the set type i have the function already done. this is the code ...