Updated components, added 2 new units

This commit is contained in:
Christian Hammacher
2005-10-30 10:33:16 +00:00
parent be1475b732
commit fc9e39a021
11 changed files with 2827 additions and 846 deletions

View File

@ -73,6 +73,8 @@ implementation
Uses
SciSearchTextDlg, SciConfirmReplaceDlg, SciReplaceTextDlg, SciSupport,sciUtils;
var ConfirmReplaceDialog: TConfirmReplaceDialog;
{ TSciSearchReplace }
constructor TSciSearchReplace.Create(AOwner : TComponent);
begin
@ -94,9 +96,11 @@ var
findLen : Integer;
LenFound, LenReplaced : Integer;
// lastMatch : Integer;
ConfirmReplaceDialog: TConfirmReplaceDialog;
doendundo : Boolean;
begin
doendundo:=false;
ConfirmReplaceDialog := nil;
if not Assigned(FEditor) then Exit;
Options := 0;
if SearchCaseSensitive then