Stephen was trying to get some screenshots taken to replace those in the help file and to add to our new web site, but he ran into some problems, and couldn't...
Hi Eric, I can do Vista & Delphi 2009. -- Donovan J. Edye ... Namadgi Systems w: <http://www.namsys.com.au/> www.namsys.com.au t: +61-2-6285-3460 f:...
... Thanks for the offer, but it looks like John Hansen emailed me and has already completed most of the task. What you might consider doing is running ...
We should make a new release sometime soon. I made several changes recently: - All GExperts forms descend from a common base form - The above allows all forms...
While working with the new beta yesterday I ran into a problem in D2009 with the Macro Library. Macros are all generating a "invalid key macro format" error...
... I can record and playback macros OK in D6/D2007 if I use the Macro Library toolbar. The D2009 error is likely a unicode issue. I think this tool is ...
Hi, ... I do use this tool quite frequently, but I don't use Delphi 2009, so I never noticed. ... It does work in Delphi 2007 and I am using it, but...
Hello, Can't get Editor experts to popup with any keyboard short cut I tried. It used to work with my trusty ctrl + shift + x combination, now all combinations...
Hi, ... I'll probably way for Eric to release an official version first. I currently can't boot my build machine (the one with the different vmware images for...
Seems that I can use that, Put I was talking about the Popup-menu keyboard shortcut. For some reason it just won’t work, even if I assign very different...
... I wasn't even aware that you used to be able to popup that menu using a shortcut, but it was fairly easy to fix, so I just did that. In the meantime, you...
Hi, I’m working with RAD Studio 2007 and GExperts 1.33 Beta 3. Components are hiding when I select “Hide/Show Non-Visual Components”. My problem is that...
I have big problems with macro expansion in D2007 with this beta. In short: in some files macros are expanded correctly, in other they are expanded on invalid...
... The help file says the effect is only temporary until you close the form, and that seems to be the way it operates for me in Delphi 2007. The hiding lasts...
... I suspect the problem only happens in files with multi-byte UTF-8 characters. At present, parts of GExperts don't properly support unicode when it comes to...
... The problem isn't directly related to the file format, but to the characters in the file. If any of the characters in a ANSI file are multi-byte in UTF-8 ...
... I don't think it is a UTF-8 problem as the it appeared with the latest beta (I was previously running beta 1 or 2 - can't remember) and with several files....
... The en dash on line 333 is 3 bytes, so your cursor positioning will be off by 2 characters after that spot in the file. You can replace it with a regular ...
... That's what happens when you copy&paste from MSDN :( But I disagree - hex editor shows that this is one character in the source file, namely $97 at offset...
... Yes, it is one byte in an ANSI file, but 3 in UTF-8. ... The IDE's editor kernel converts all opened files to UTF-8 in memory to process/edit them,...
... Thanks for the explanation. ... Sadly, I even don't have time for my own open source project :( I'll just scan my sorces for high-bit ASCII characters when...
I have written a simple, light-weight new project creator that generates a new project based on templates. I've also written a front-end gui and related utils...
Hi, ... I am not sure the RCS integration fits into GExperts, there is a jedi project for version control (currently geared towards subversion, iirc) which...
... I think I agree with Thomas about RCS (assuming you mean the GNU Revision Control System). I suspect it would only benefit a tiny percentage of our users,...
... I found out that most of my problems were caused by comments containing national characters. That sure was not causing any problems with macro expansion in...