Hi, Today I run into a bug on Grep Search, when searching for php files. Looks like numbers are not compared on the File Mask. That can cause duplicate results...
I was trying one of the latest GExperts snapshots. I am especially interested in the Macro template system. 1. In my opinion, it would be useful to be able...
... This looks like an "interesting feature" of the Windows implementation of the FindFirstFile function in SysUtils.FindFirst. I've worked around it in the...
... This is actually somewhat difficult. The issue is that I don't think the IDE keybinding interfaces allow catching the space bar, so nasty things like...
Hi Erik, Comments in-line. ... I experimented with the GExperts source a bit this a.m. I found that I could trap the space key in the SourceEditorModified...
... This introduces the issue that we don't know the context of the change that caused the event to fire. For example, these three actions would likely...
I'm wondering why CodeLibrarian could not be made a standalone app, just as Grep? If standalone, we can browse and maintain my CodeDB without starting Delphi. ...
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...
Aug 24, 2003 7:41 pm
1997
Hi there, I have programmed a new expert for quick search all components in a form, in all project forms or in all group project forms. The criteria is a...
... I'm not sure if this has enough advantages over the existing grep search facility when restricted to .dfm files, except the "not equals" facility. Would it...
... Either way, we wouldn't be allowed to use and modified Borland source code in a GExperts source unit, since their licenses (either commercial or GPL for...
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...
Aug 25, 2003 8:11 pm
2001
... I took a quick look at this. It seems it is stripping off all semicolons from the end of every line (none of my code view lines end in ';'). One ...
... semicolons ... procedure ... in ... It did surprise some people that I was parsing them out. ... Sure. Anything to improve the expert, esp. since I just...
... I made some changes and checked this into CVS. I also made it such that filtering units applies to both the direct and indirect dependencies, since that...
... I made some minor updates and checked this into CVS. This means people can begin to test it, but Paul it might require you to do a bit more merging of my...
... Something like this might work: var EditorReaderStream: TGxEditorReadStream; SourceEditor: IOTASourceEditor; StringStream: TStringStream; begin ...
... I checked in your changes to the GX_UsesManager.pas unit. In the process I fixed what looked like two typos and removed some duplicated code. As far as...
I could have a look at it ! I do not see the point in all of your points though ! - Drag and drop support OK - Add/Remove buttons for each listview (in...
... I see a huge advantage in making GExperts user interface intuitive and consistent. Drag and drop from one list to another is very intuitive, and so is...
... to ... I like this expert. It just needs some polishing. ... manually ... Not too hard, but fairly inconvenient: 1) Put a bookmark, or search string 2)...
... I think I agree with you. Double-click to open a unit is probably not very useful. I think double-click should add to the implementation area for the...
... That was the author I was talking about! I don't know why I have such a hard time remembering his name. That's a beautiful expert he wrote. If it makes...
I had asked a month or so back if anyone else would find an expert to add the identifier at the cursor to the var's section handy. I had at least one bite and...
... The smartest (IMO) experts that do this tend to the following: - Hard coded list of values - Types declared in the current unit - Scans the line and pulls...