mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 18:50:37 +02:00
+ new variables for Unit symbols code complete
This commit is contained in:
parent
d9975624ce
commit
b28049b03f
@ -42,6 +42,10 @@ const ClipboardWindow : PClipboardWindow = nil;
|
|||||||
HighlightExts : string{$ifdef GABOR}[40]{$endif} = '*.pas;*.pp;*.inc';
|
HighlightExts : string{$ifdef GABOR}[40]{$endif} = '*.pas;*.pp;*.inc';
|
||||||
TabsPattern : string{$ifdef GABOR}[40]{$endif} = 'make*;make*.*';
|
TabsPattern : string{$ifdef GABOR}[40]{$endif} = 'make*;make*.*';
|
||||||
SourceDirs : string{$ifdef GABOR}[40]{$endif} = '';
|
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} = '';
|
PrimaryFile : string{$ifdef GABOR}[60]{$endif} = '';
|
||||||
PrimaryFileMain : string{$ifdef GABOR}[60]{$endif} = '';
|
PrimaryFileMain : string{$ifdef GABOR}[60]{$endif} = '';
|
||||||
PrimaryFileSwitches : string{$ifdef GABOR}[80]{$endif} = '';
|
PrimaryFileSwitches : string{$ifdef GABOR}[80]{$endif} = '';
|
||||||
@ -112,7 +116,10 @@ implementation
|
|||||||
END.
|
END.
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
Asciitab now in fvision
|
||||||
|
|
||||||
Revision 1.2 2001/08/05 12:23:01 peter
|
Revision 1.2 2001/08/05 12:23:01 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user