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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1984 - 2013 of 3849   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1984
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...
Leonel
burninbr
Offline Send Email
Aug 1, 2003
2:08 pm
1985
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...
billmogk
Offline Send Email
Aug 4, 2003
12:23 am
1986
... This looks like an "interesting feature" of the Windows implementation of the FindFirstFile function in SysUtils.FindFirst. I've worked around it in the...
Erik Berry
ErikBerry
Offline Send Email
Aug 4, 2003
6:31 pm
1987
I added basic editor expert delimiter matching for these Delphi keywords: for, with, while, then, do, if, else, class, record, array, interface, ...
Erik Berry
ErikBerry
Offline Send Email
Aug 9, 2003
6:57 am
1988
... 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...
Erik Berry
ErikBerry
Offline Send Email
Aug 9, 2003
7:49 am
1989
Hello I wonder where this to editor experts disapear ... I used them a lot and now they are not here anymore.... Thanks Daniel...
danysz
Offline Send Email
Aug 10, 2003
6:00 am
1990
I believe they've been replaced by the Macro Template Expert. Make your own header macros, and you're all set. ... From: danysz To:...
Gardner, Paul G.
paulggardner
Offline Send Email
Aug 11, 2003
3:57 am
1991
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...
Bill Mogk
billmogk
Offline Send Email
Aug 13, 2003
4:24 pm
1992
... 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...
Erik Berry
ErikBerry
Offline Send Email
Aug 14, 2003
2:44 pm
1993
Hi there, i have programmed a little expert for quick renaming of a component by pressing F2 key (or whatever is configured). See ile area...
telebumm68
Offline Send Email
Aug 14, 2003
5:18 pm
1994
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. ...
hansom_young
Offline Send Email
Aug 16, 2003
11:29 am
1995
... Thanks for your work. I made some minor changes to your code and checked the files into CVS. Erik...
Erik Berry
ErikBerry
Offline Send Email
Aug 21, 2003
8:13 pm
1996
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
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...
copper_france
Offline Send Email
Aug 24, 2003
7:50 pm
1998
... 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...
Erik Berry
ErikBerry
Offline Send Email
Aug 24, 2003
10:22 pm
1999
... 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...
Copper France
copper_france
Offline Send Email
Aug 25, 2003
6:28 am
2000
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
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 ...
Erik Berry
ErikBerry
Offline Send Email
Aug 26, 2003
7:23 pm
2002
... semicolons ... procedure ... in ... It did surprise some people that I was parsing them out. ... Sure. Anything to improve the expert, esp. since I just...
Gardner, Paul G.
paulggardner
Offline Send Email
Aug 26, 2003
7:55 pm
2003
... 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...
Erik Berry
ErikBerry
Offline Send Email
Aug 27, 2003
5:39 pm
2004
... 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...
Erik Berry
ErikBerry
Offline Send Email
Aug 27, 2003
10:46 pm
2005
... Something like this might work: var EditorReaderStream: TGxEditorReadStream; SourceEditor: IOTASourceEditor; StringStream: TStringStream; begin ...
Erik Berry
ErikBerry
Offline Send Email
Aug 27, 2003
10:48 pm
2006
... 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...
Erik Berry
ErikBerry
Offline Send Email
Aug 27, 2003
10:55 pm
2007
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...
Per-Eric Larsson
emwtur
Offline Send Email
Aug 28, 2003
9:11 pm
2008
... 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...
Erik Berry
ErikBerry
Offline Send Email
Aug 28, 2003
10:33 pm
2009
... 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)...
Gardner, Paul G.
paulggardner
Offline Send Email
Aug 28, 2003
10:55 pm
2010
... 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...
Erik Berry
ErikBerry
Offline Send Email
Aug 28, 2003
11:24 pm
2011
... 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...
Gardner, Paul G.
paulggardner
Offline Send Email
Aug 28, 2003
11:40 pm
2012
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...
Shawn Oster
monocularjack
Offline Send Email
Aug 28, 2003
11:54 pm
2013
... 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...
Gardner, Paul G.
paulggardner
Offline Send Email
Aug 29, 2003
12:33 am
Messages 1984 - 2013 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