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...
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:...
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...
... 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...
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...
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...
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...
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...
... 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...
... 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 ...
... 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 ...
... 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 ...
... put it in ... files open ... UTF-8 ... limitation ... Polish, ... characters ... things ... "2008" ... easily, and ... we get it ... FWIW, I use the...
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...
... 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...
... 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...
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...
... 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...
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...
... 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...
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...
... 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 ...
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...
... 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 ...
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...