From b28049b03f88646c77364fd234c8e51aada96c98 Mon Sep 17 00:00:00 2001 From: pierre Date: Wed, 4 Sep 2002 14:06:36 +0000 Subject: [PATCH] + new variables for Unit symbols code complete --- ide/fpvars.pas | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ide/fpvars.pas b/ide/fpvars.pas index 1112255af8..2dd5cd9f95 100644 --- a/ide/fpvars.pas +++ b/ide/fpvars.pas @@ -42,6 +42,10 @@ const ClipboardWindow : PClipboardWindow = nil; HighlightExts : string{$ifdef GABOR}[40]{$endif} = '*.pas;*.pp;*.inc'; TabsPattern : string{$ifdef GABOR}[40]{$endif} = 'make*;make*.*'; SourceDirs : string{$ifdef GABOR}[40]{$endif} = ''; + StandardUnits : string{$ifdef GABOR}[40]{$endif} = ''; + UseStandardUnitsInCodeComplete : boolean = true; + UseAllUnitsInCodeComplete : boolean = true; + ShowOnlyUnique : boolean = true; PrimaryFile : string{$ifdef GABOR}[60]{$endif} = ''; PrimaryFileMain : string{$ifdef GABOR}[60]{$endif} = ''; PrimaryFileSwitches : string{$ifdef GABOR}[80]{$endif} = ''; @@ -112,7 +116,10 @@ implementation END. { $Log$ - Revision 1.3 2002-05-29 22:33:23 pierre + Revision 1.4 2002-09-04 14:06:36 pierre + + new variables for Unit symbols code complete + + Revision 1.3 2002/05/29 22:33:23 pierre Asciitab now in fvision Revision 1.2 2001/08/05 12:23:01 peter