mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 17:29:57 +02:00
* IniPath replaced by IniFileName
+ UseMouse variable
This commit is contained in:
parent
68eeed36f8
commit
4542cdff43
@ -49,6 +49,7 @@ const ClipboardWindow : PClipboardWindow = nil;
|
|||||||
IsEXECompiled : boolean = false;
|
IsEXECompiled : boolean = false;
|
||||||
LinkAfter : boolean = true;
|
LinkAfter : boolean = true;
|
||||||
MainHasDebugInfo : boolean = false;
|
MainHasDebugInfo : boolean = false;
|
||||||
|
UseMouse : boolean = true;
|
||||||
MainFile : string{$ifdef GABOR}[80]{$endif} = '';
|
MainFile : string{$ifdef GABOR}[80]{$endif} = '';
|
||||||
PrevMainFile : string{$ifdef GABOR}[80]{$endif} = '';
|
PrevMainFile : string{$ifdef GABOR}[80]{$endif} = '';
|
||||||
EXEFile : string{$ifdef GABOR}[80]{$endif} = '';
|
EXEFile : string{$ifdef GABOR}[80]{$endif} = '';
|
||||||
@ -64,7 +65,7 @@ const ClipboardWindow : PClipboardWindow = nil;
|
|||||||
ShowStatusOnError: boolean = true;
|
ShowStatusOnError: boolean = true;
|
||||||
StartupDir : string{$ifdef GABOR}[80]{$endif} = '.'+DirSep;
|
StartupDir : string{$ifdef GABOR}[80]{$endif} = '.'+DirSep;
|
||||||
IDEDir : string{$ifdef GABOR}[80]{$endif} = '.'+DirSep;
|
IDEDir : string{$ifdef GABOR}[80]{$endif} = '.'+DirSep;
|
||||||
INIPath : string{$ifdef GABOR}[80]{$endif} = ININame;
|
INIFileName : string{$ifdef GABOR}[50]{$endif} = ININame;
|
||||||
SwitchesPath : string{$ifdef GABOR}[80]{$endif} = SwitchesName;
|
SwitchesPath : string{$ifdef GABOR}[80]{$endif} = SwitchesName;
|
||||||
CtrlMouseAction : integer = acTopicSearch;
|
CtrlMouseAction : integer = acTopicSearch;
|
||||||
AltMouseAction : integer = acBrowseSymbol;
|
AltMouseAction : integer = acBrowseSymbol;
|
||||||
@ -98,7 +99,11 @@ implementation
|
|||||||
END.
|
END.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.29 2000-03-08 16:50:27 pierre
|
Revision 1.30 2000-03-13 20:35:36 pierre
|
||||||
|
* IniPath replaced by IniFileName
|
||||||
|
+ UseMouse variable
|
||||||
|
|
||||||
|
Revision 1.29 2000/03/08 16:50:27 pierre
|
||||||
+ MainHasDebugInfo boolean var
|
+ MainHasDebugInfo boolean var
|
||||||
|
|
||||||
Revision 1.28 2000/03/02 22:34:38 pierre
|
Revision 1.28 2000/03/02 22:34:38 pierre
|
||||||
|
Loading…
Reference in New Issue
Block a user