|
@@ -480,7 +480,7 @@ type
|
|
implementation
|
|
implementation
|
|
|
|
|
|
uses
|
|
uses
|
|
- ShellAPI, RTLConsts, UITypes, GraphUtil;
|
|
|
|
|
|
+ ShellAPI, RTLConsts, UITypes, GraphUtil, IsscintInt;
|
|
|
|
|
|
{ TScintEdit }
|
|
{ TScintEdit }
|
|
|
|
|
|
@@ -2010,9 +2010,6 @@ var
|
|
SetStyleAttr(StyleNumber, Attr, False);
|
|
SetStyleAttr(StyleNumber, Attr, False);
|
|
end;
|
|
end;
|
|
|
|
|
|
-const
|
|
|
|
- { Note: This style is specific to our patched build }
|
|
|
|
- STYLE_AUTOCOMPLETION = 40;
|
|
|
|
var
|
|
var
|
|
I: Integer;
|
|
I: Integer;
|
|
begin
|
|
begin
|