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 1668 - 1697 of 3849   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1668
Multi-File Search and Replace, This is something that I have needed on several occations. Maybe I have just overlooked it. But if Not would it be difficult...
jimdelilah
Offline Send Email
Mar 11, 2003
4:44 pm
1669
Hi With BCB6.04 and the current CVS version: Sometimes Procedure List is disabled when it shouldn't be: typically editing a cpp file. A little investigation...
Steve Goodwin
s_k_goodwin
Offline Send Email
Mar 12, 2003
7:02 am
1670
Okay, fixed the problem, don't know if this change introduces side- effects, or even if it's plain stoopid. GX_OtaUtils.zip in ...
Steve Goodwin
s_k_goodwin
Offline Send Email
Mar 12, 2003
8:03 am
1671
... I haven't seen this, so I have no idea what the problem might be. Please post some detailed steps to duplicate the problem here (or send a source fix, if...
Erik Berry
ErikBerry
Offline Send Email
Mar 12, 2003
8:41 am
1672
I would really love to see a Refactoring Browser (also for C++)! Wim...
Wim Bekker
wimbekker
Offline Send Email
Mar 12, 2003
8:43 am
1673
Something that's relevant for retesting: files afflicted with this bug are plain old .cpp/.h, not .dfm/.cpp/.h. And it's only files where pressing Ctrl+F6...
Steve Goodwin
s_k_goodwin
Offline Send Email
Mar 12, 2003
11:51 pm
1674
I didn't know this: BCB detects a unit by looking at the first few lines of the .h file. This is a unit, where GxOtaGetCurrentSourceFile works: #ifndef FooBarH...
Steve Goodwin
s_k_goodwin
Offline Send Email
Mar 13, 2003
12:11 am
1675
... I checked in a fix for this. I don't think there will be any bad side effects from the change. Thanks, Erik...
Erik Berry
ErikBerry
Offline Send Email
Mar 13, 2003
1:29 am
1676
Hi There seems to be a severe bug in the project options set expert: If I click the apply button (after having saved a set), all string entries in the Version...
Bender Heri
heri_bender
Offline Send Email
Mar 13, 2003
4:55 pm
1677
... Delphi versions before 6 do not support querying/modifying arbitrary version info keys. To prevent the clearing from happening in Delphi 6+, you can...
Erik Berry
ErikBerry
Offline Send Email
Mar 14, 2003
12:51 am
1678
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
Mar 22, 2003
7:13 pm
1679
Hi devels, thank you very much for your great GExperts!!!! To train my skills in programming and because I missed the feature to (un)indent blocks of text in...
Rainer
limessonn
Offline Send Email
Mar 22, 2003
7:18 pm
1680
I have also created a simple block indent that responds to the TAB key. (I prefer the tab key; but cannot be implemented in GExperts until Delphi 7). ...
jimdelilah
Offline Send Email
Mar 24, 2003
10:07 pm
1681
Hello, I´m new to GExperts. I would like to know if there is any expert to replace text in multiple files (in open files would be enough) before writing my...
psantosl
Offline Send Email
Mar 25, 2003
8:13 pm
1682
... Nobody has written one yet, but I think it would be a great feature to to add to GExperts, if you want to write one and donate it. It might be possible to...
Erik Berry
ErikBerry
Offline Send Email
Mar 26, 2003
1:20 am
1683
... Hi Erik, Actually, I have written one and I will be quite proud of it when (if?) it is finished. The neat thing about it is this: i) It is not Delphi...
adem
benadembaba
Offline Send Email
Mar 26, 2003
5:18 pm
1684
Hi All, Years later I discovered that GExperts does something I never expected: It converts a form into code. I wish I had known about it earlier; It is such a...
adem
benadembaba
Offline Send Email
Mar 26, 2003
5:36 pm
1685
I'm jumping in here for fun even though I probably don't belong. I completely disagree with both of your points. I must have missed the "with" conversation on...
Shiffer, Mark
MShiffer@...
Send Email
Mar 26, 2003
5:43 pm
1686
I am indifferent on the name issue. There has been times when a name (even when created at design time) causes trouble, but most of the time it is a good ...
Jim McKeeth
JimMcKeeth
Offline Send Email
Mar 26, 2003
6:00 pm
1687
... Hi where is this function? Ralf Grenzing...
Ralf Grenzing
grenzi_r
Offline Send Email
Mar 26, 2003
7:08 pm
1688
... Under GExperts menu. 'Component to Code' Apparently, an active form must be available for it to be enabled --naturally. Cheers, Adem...
adem
benadembaba
Offline Send Email
Mar 26, 2003
10:08 pm
1689
Hi, ... Well, if you put it like that, neither do would I; after all if you remove fun from coding what else is left :-) ... I knew it. I knew someone would...
adem
benadembaba
Offline Send Email
Mar 26, 2003
10:17 pm
1690
... I don't have any plans to implement either of these myself, but if someone wants to implement them, please go ahead. The code for that expert is a bit...
Erik Berry
ErikBerry
Offline Send Email
Mar 26, 2003
10:23 pm
1691
... We're always happy to see new people compiling and contributing to GExperts. :) ... I'm not sure we should start adding separate editor experts for these ...
Erik Berry
ErikBerry
Offline Send Email
Mar 26, 2003
10:44 pm
1692
Hi, I'm looking for acess to the code editor delphi. I find a Editor (TCodeEditor) (but my Delphi doesn't know this class ... ?) ... and I don't find the...
coyottefute
Offline Send Email
Mar 28, 2003
12:49 pm
1693
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
Mar 28, 2003
6:10 pm
1694
Hello, This version include : 1) Optional Name property 2) Optional with for delphi : The expert can now generate : var Memo1: TMemo; Memo1 :=...
copper_france
Offline Send Email
Mar 28, 2003
6:18 pm
1695
Copper, I have not had a chance to look at the expert yet, but I am very greatful for you taking care of this so quickly. I myself was going to try and...
Jim McKeeth
JimMcKeeth
Offline Send Email
Mar 28, 2003
6:27 pm
1696
Hello, I've tested the Use_TReader mode of the file 'RplWizInfo.pas' change {.$DEFINE Use_TReader} to {$DEFINE Use_TReader} I think this mode works better...
copper_france
Offline Send Email
Mar 28, 2003
6:29 pm
1697
... greatful for ... implement ... to it. You ... Thanks but it wasn't too difficult for me to implement this because I'd worked in this expert before... I...
copper_france
Offline Send Email
Mar 28, 2003
6:36 pm
Messages 1668 - 1697 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