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 your group to be featured on the Yahoo! Groups website? 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 3592 - 3621 of 3849   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3592
Hi Eric, I just found (actually Ralf Grenzing pointed it out to me) that GExperts apparently by default is compiled using SynEdit, but the SynEdit sources that...
Thomas Mueller
dummzeuch
Offline Send Email
Sep 2, 2007
10:16 am
3593
Hi, I have just added a new option to the macro manager to automatically prompt for a name for the new macro when recording is finished. The question now is:...
Thomas Mueller
dummzeuch
Offline Send Email
Sep 16, 2007
1:54 pm
3594
Hi, onother thing I noticed while playing with the macro manager was that when closing the IDE using the fast exit option of DelphiSpeedUp newly recorded...
Thomas Mueller
dummzeuch
Offline Send Email
Sep 16, 2007
1:57 pm
3595
Hi, does the macro library expert actually work with Delphi 6? I can't get it to work at all. twm...
Thomas Mueller
dummzeuch
Offline Send Email
Sep 16, 2007
3:34 pm
3596
... Sounds good to me, as long as the name is prefilled with something like "Unknown1", so that one can just hit Enter for throw-away macros that don't really...
Ulrich Gerhardt
uligerhardt
Offline Send Email
Sep 17, 2007
7:35 am
3597
I think it is an excellent idea. As you said, users that don't like the feature can just turn it off. Oh, and the Macro Library function works great in Delphi...
Thomas Due
aberrant_due
Offline Send Email
Sep 17, 2007
7:44 am
3598
GExperts 1.32 Released GExperts 1.32 is now available for Delphi 6/7/8/2005/2006/2007 including support for RAD Studio 2007. This is a stable release and a...
Erik Berry
ErikBerry
Offline Send Email
Sep 18, 2007
8:58 am
3599
Eric, - As you may recall the “Rename Components” dialog was not popping up for me under Delphi 6.02 - You suggested I grab a nightly build as it worked...
Donovan J. Edye
dedye2us
Offline Send Email
Sep 20, 2007
1:04 am
3600
Any news regarding the code formatter? I've been using the "unofficial" version with it for a long time without problems. Thanks and keep the great work, can't...
Erick Sasse
esasse
Online Now Send Email
Sep 20, 2007
3:32 am
3601
... That dialog is coming up fine here in Delphi 6. Be sure you've checked the option to bring up the dialog in the Rename Components settings, and also test...
Erik Berry
ErikBerry
Offline Send Email
Sep 20, 2007
8:10 am
3602
... The code formatter needs to support UTF-8 before I'd recommend we put it in GExperts. All of the IDE releases from the last few years convert files open ...
Erik Berry
ErikBerry
Offline Send Email
Sep 20, 2007
8:27 am
3603
... At the time I added the Abbrevia sources to CVS, I asked them about adding SynEdit as well, and they said they preferred we not add it, and instead ...
Erik Berry
ErikBerry
Offline Send Email
Sep 20, 2007
10:26 am
3604
... If you are referring to it auto-picking up macro record completion when you pres Shift+Ctrl+R, I think catching that keystroke isn't poperly intercepted ...
Erik Berry
ErikBerry
Offline Send Email
Sep 20, 2007
10:40 am
3605
Thanks Erik, I understand. Thanks for you detailed answer. -- Erick Sasse...
Erick Sasse
esasse
Online Now Send Email
Sep 20, 2007
11:45 am
3606
... put it in ... files open ... UTF-8 ... limitation ... Polish, ... characters ... things ... "2008" ... easily, and ... we get it ... FWIW, I use the...
Ulrich Gerhardt
uligerhardt
Offline Send Email
Sep 20, 2007
4:05 pm
3607
E, - Thanks. I will give that all a go (had already tried with disabled other experts) and let you know how I get on. --D From:...
Donovan J. Edye
dedye2us
Offline Send Email
Sep 20, 2007
11:15 pm
3608
Hi Eric, ... Did you not create a tag in the repository for this release? Or is there some kind of weird access rights problem, so I can't see it? twm...
Thomas Mueller
dummzeuch
Offline Send Email
Sep 22, 2007
1:11 pm
3609
E, - Sheepish *grin* - OK I worked out why this was not working for me - I had no rename rules listed *and* had add new components...
Donovan J. Edye
dedye2us
Offline Send Email
Sep 24, 2007
3:46 am
3610
... I believe revision 69 is the last one included in the release. I didn't have time to look very far into tagging this, because the tagging looked different...
Erik Berry
ErikBerry
Offline Send Email
Oct 6, 2007
12:18 am
3611
... Is this fixed in the formatter now? I'd like to get some feedback from any other regular German/Polish/Asian/Russian/etc. users and Thomas if he knows any...
Erik Berry
ErikBerry
Offline Send Email
Oct 6, 2007
12:33 am
3612
Hi Erik, ... I think I might qualify as a German user because I use the formatter at work daily and never encountered a problem with umlaut characters. But I...
Thomas Mueller
dummzeuch
Offline Send Email
Oct 6, 2007
11:00 am
3613
Hi, how can i make the "class browser" work under c++ builder 2007 ? Thank you....
skcc_al
Offline Send Email
Oct 10, 2007
4:35 pm
3614
... The class browser only supports Delphi files. There is a section on C++ compatibility in the help file that explains more details on what features are...
Erik Berry
ErikBerry
Offline Send Email
Oct 10, 2007
6:39 pm
3615
Dear Erik, The C++ Builder 2007's built-in structure view could not support for adding member functions or properties. As you know, it is an inconvenience...
skcc_al
Offline Send Email
Oct 11, 2007
2:16 pm
3616
... If you are reading the editor's text as raw bytes into a TStringList and writing it back to the editor as raw bytes then the UTF-8 stored in the editor...
Erik Berry
ErikBerry
Offline Send Email
Oct 13, 2007
7:27 am
3617
Hi Erik, ... But only if the current charset can handle these characters. Will it still work with e.g. Chinese characters on a German Windows? Of course, most...
Thomas Mueller
dummzeuch
Offline Send Email
Oct 13, 2007
8:59 am
3618
... The nice thing about UNICODE is that it doesn't care about the current user's selected keyboard, character set, code page, etc. As long as you are ...
Erik Berry
ErikBerry
Offline Send Email
Oct 13, 2007
9:45 pm
3619
Hi Erik, ... I was talking about the internal representation of the formatter, which is AnsiStrings and MBCS, isn't it? ... I'll have a look. ... And even if...
Thomas Mueller
dummzeuch
Offline Send Email
Oct 14, 2007
9:49 am
3620
... I guess the most common internal representation would be ASCII/ANSI/MBCS, but if you consider the contents of each line in the TStringList as a generic ...
Erik Berry
ErikBerry
Offline Send Email
Oct 14, 2007
9:14 pm
3621
Here is already and 1.32 released, but problem UTF8 with searching for in opened for editing files is not solved. In particular with russian charset :( Let me...
vvv_share
Offline Send Email
Nov 9, 2007
3:39 pm
Messages 3592 - 3621 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