... I completed this. ... Michael did this (thanks!). I updated other parts of the help file. If anyone wants to help proofread the new help file, take a...
if you check "default button", MessageDlg Expert will generate wrong code. the 723 line of GX_MessageDialog.pas, "chkDefaultButton.Caption + DefaultButton;",...
I tried yesterday to compile GExperts with the Delphi 8 integration pack. It compiled fine, but I get the following error: Failed to load IDE add in...
... It compiles and loads fine for me: - Compile the included GExpertsD8.dpr (in CVS) - Add the produced GExpertsD8.dll to this registry key, just as in D7: ...
Hello, ... Thomas and Erik, I've downloaded the D8 integration pack, too. But I don't know where to copy the files. Can you give some hints (or a description),...
... This is a reasonable suggestion for many people but because the suggested code would only work for prefixes (we also support suffixes, etc.) and isn't...
... I'm not sure what you are referring to, but you probably don't need to do any copying of files. Just unzip the file you downloaded from Borland and run...
... Yeah well, those two feature I have missed the most (Procedure List, and Greap Search) seems to work fine. So I'm happy :) So far I haven't had any ...
Hi, ... Hey, those experts results in a range check error on Delphi 7 and 5, too! Source code is from Dec. 2003, I'm just downloading current CVS snapshot and...
... Oh, I hadn't noticed. I usually use Delphi 6, and there they work like a charm :) Best regards / Med venlig hilsen Thomas Due Software Developer Scanvægt...
... Tried the lastest source, and now these work in D8 too. Best regards / Med venlig hilsen Thomas Due Software Developer Scanvægt Nordic A/S Johann...
I have successfully compiled and added GExperts to Delphi 8. I have a little problem with the Macro templates though. If I have "helper classes", i.e. nested...
... What happened to the "Find Component Reference" wizard? Leonel had submitted it for review last fall but it doesn't show up in the last source snapshots......
... Take a look at GX_MacroParser.pas. It parses the .pas file and given an input template produces the output text. It isn't terribly complex, but it isn't...
... There are several things in the Yahoo Files area we can consider adding to GExperts, but I think it is probably too late now. I don't want to prolong the...
... Well, I _did_ take a look at it. And I can say right away that I would need to a take a couple of days off I am going to understand what is happening ...
... Still no progress on this, so I'm leaving it as-is and we will continue use the .cds format for 1.2. ... Ulrich completed this feature. I made some minor...
Hi, I'm working on a code analyser/spell checker for Delphi called eyebol (soon to be released at www.eyebol.com <end of advert> :). As a way of testing it,...
I get an "Undeclared identifier" error during compile here: GX_EnhancedEditor, line 230: FEditor.CaretXY := MakeBufferCoord(1, Value.Y + 1); The function...
... Look at the comment directly above this line. It describes the error and suggests two possible solutions - either using the latest SynEdit CVS code or...
I dont have access to CSV, so I am using the latest beta release from the SynEdit website (2004-01-10). The other option (FEditor.CaretXY := Point(1, Value.Y +...
... No, I mean I have never had any luck with SCV from my work. I suspect our firwall is interfering. ... Right, I got the file in question from the website...
... Aeons ago I promised to look into the Julian Bucknall's structured storage code to see if it could be adapted to work with .NET. Sadly, I was too busy with...
... Version 1.02: - Added DeleteFile method. - Few 257 constants replaced with (CFATEntriesPerBlock+1). - As much of the file as possible (unused parts) is...