mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:46:00 +02:00
Asciitab now in fvision
This commit is contained in:
parent
e28681b3ce
commit
5d02532af3
12
ide/fp.pas
12
ide/fp.pas
@ -53,8 +53,8 @@ uses
|
|||||||
{$ifdef EDITORS}Editors{$else}WEditor,WCEdit{$endif},
|
{$ifdef EDITORS}Editors{$else}WEditor,WCEdit{$endif},
|
||||||
{$ifndef FVISION}
|
{$ifndef FVISION}
|
||||||
ColorSel,
|
ColorSel,
|
||||||
ASCIITab,
|
|
||||||
{$endif FVISION}
|
{$endif FVISION}
|
||||||
|
ASCIITab,
|
||||||
WUtils,WViews,WHTMLScn,WHelp,
|
WUtils,WViews,WHTMLScn,WHelp,
|
||||||
FPIDE,FPCalc,FPCompil,FPString,
|
FPIDE,FPCalc,FPCompil,FPString,
|
||||||
FPIni,FPViews,FPConst,FPVars,FPUtils,FPHelp,FPSwitch,FPUsrScr,
|
FPIni,FPViews,FPConst,FPVars,FPUtils,FPHelp,FPSwitch,FPUsrScr,
|
||||||
@ -198,8 +198,8 @@ begin
|
|||||||
RegisterCodeTemplates;
|
RegisterCodeTemplates;
|
||||||
{$ifndef FVISION}
|
{$ifndef FVISION}
|
||||||
RegisterColorSel;
|
RegisterColorSel;
|
||||||
RegisterAsciiTab;
|
|
||||||
{$endif FVISION}
|
{$endif FVISION}
|
||||||
|
RegisterAsciiTab;
|
||||||
RegisterDialogs;
|
RegisterDialogs;
|
||||||
{$ifdef EDITORS}
|
{$ifdef EDITORS}
|
||||||
RegisterEditors;
|
RegisterEditors;
|
||||||
@ -416,6 +416,9 @@ BEGIN
|
|||||||
Video.DoneVideo;
|
Video.DoneVideo;
|
||||||
Keyboard.DoneKeyboard;
|
Keyboard.DoneKeyboard;
|
||||||
{$endif fpc}
|
{$endif fpc}
|
||||||
|
{$ifdef VESA}
|
||||||
|
DoneVESAScreenModes;
|
||||||
|
{$endif}
|
||||||
{$ifdef unix}
|
{$ifdef unix}
|
||||||
Keyboard.RestoreStartMode;
|
Keyboard.RestoreStartMode;
|
||||||
{$endif unix}
|
{$endif unix}
|
||||||
@ -423,7 +426,10 @@ BEGIN
|
|||||||
END.
|
END.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.8 2002-04-12 11:28:55 pierre
|
Revision 1.9 2002-05-29 22:29:42 pierre
|
||||||
|
Asciitab now in fvision
|
||||||
|
|
||||||
|
Revision 1.8 2002/04/12 11:28:55 pierre
|
||||||
+ use fpcygwin unit for win32 debug IDE
|
+ use fpcygwin unit for win32 debug IDE
|
||||||
|
|
||||||
Revision 1.7 2002/04/12 09:00:01 pierre
|
Revision 1.7 2002/04/12 09:00:01 pierre
|
||||||
|
Loading…
Reference in New Issue
Block a user