Hello Erik and * Now that Upd3 makes D2005 usable, I've compiled and installed latest GExpert snapshot GXSource-2005-05-15.zip. Something weird is going on in ...
... This is a bug in the D2005 VCL, IMO. Things such as a TEdit's selected text do not survive the window handle of the form being recreated in ShowModal....
Hi, I have recently found that the proofreader in GExperts (which I previously always turned off) actually is very nice for having to type less: I use it...
... There were some bugs (I don't remember the exact details) with multiline replacements, so it was never enabled. If you want multiline replacements, I'd...
Hi Eric, ... Hm, that's a pity because ... ... I don't like the the way the macro templates work. The beauty of the code proofreader is that I don't need to...
Hi Leonel, ... Thanks, I just tried that, but sourceforge seems to have some problems right now. I only can connect intermittendly. I'll try again later. twm...
Hello Piotr, ... Already got the sources, thanks. There was really a problem with sourceforge. ... I saw that but could not get it to work. Alt-Shift-T works,...
... The editor keyboard hook used to trigger that option is currently disabled because it was not very stable. I'm not going to have time to look into it this...
I've been using GExperts forever and only now realized that you can't do GREP search like the following: ([^)]*) Which should match things like argument lists...
... Someone attempted to implement the * operator a few years ago, but it was difficult to do with our current code base, and they never completed the work....
Hi Eric, ... It says there: "Remember as you code that GExperts supports several versions of Delphi, C++Builder, and Kylix." Which made me search for a Kylix...
... Have a look at my web page for a working public domain solution (it is part of an article, but it could be used in GExperts): ...
Rudy Velthuis
rvelthuis@...
Jun 19, 2005 10:52 am
2931
... These are both reasonable options, though I think I'd prefer we look at pure/native Delphi solutions first, just for simplicity and porting reasons. I...
... I have seen a Delphi version of the Spencer code somewhere, but I can't remember where. BTW, my own solution is simple enough. Simply distribute the...
Rudy Velthuis
rvelthuis@...
Jun 20, 2005 1:30 am
2933
... There's been some patches to provide Kylix compatibility, but never a full release, AFAIK. Most of the feature work, but not all of them. Your best shot is...
Hi Eric, ... OK: I checked out GExperts from cvs and opende GExpertsKylix3. It opened fine giving me the usual message about GExpertsKylix3.res being created. ...
Hi Eric, ... Ok, figured that out as well: Just add it to the $HOME/.borland/delphi69rc file as: [Experts] GExperts=/path/to/libGExpertsKylix3.so It loads and...
... I'll see if I can make it work on case-sensitive file systems and change the defaults so the actual number of steps to get it compiling are more minimal...
I found myself spending too much time tidying up my comments so I did an Editor Expert that does the job for me. It's been very useful for me so I thought I...
... Good. Could this be extended into a general aligning expert? That's something that I'm missing from the CodeRush but I never find enough time to write it. ...
... something that ... it. Yes, actually that would be fairly easy. Very good idea. Will look into it. ... which you ... When you're saying it like this I...
... Well, I'd use it. :) Actually Primoz idea would cover it. It wouldn't need to be smart and parse comments. Just align from { to the end of line. And...
I haven't tested or looked at your code yet, but I'll post some ideas. Overall, I think it is a good idea, and we always appreciate new people digging into...