mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +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},
|
||||
{$ifndef FVISION}
|
||||
ColorSel,
|
||||
ASCIITab,
|
||||
{$endif FVISION}
|
||||
ASCIITab,
|
||||
WUtils,WViews,WHTMLScn,WHelp,
|
||||
FPIDE,FPCalc,FPCompil,FPString,
|
||||
FPIni,FPViews,FPConst,FPVars,FPUtils,FPHelp,FPSwitch,FPUsrScr,
|
||||
@ -198,8 +198,8 @@ begin
|
||||
RegisterCodeTemplates;
|
||||
{$ifndef FVISION}
|
||||
RegisterColorSel;
|
||||
RegisterAsciiTab;
|
||||
{$endif FVISION}
|
||||
RegisterAsciiTab;
|
||||
RegisterDialogs;
|
||||
{$ifdef EDITORS}
|
||||
RegisterEditors;
|
||||
@ -416,6 +416,9 @@ BEGIN
|
||||
Video.DoneVideo;
|
||||
Keyboard.DoneKeyboard;
|
||||
{$endif fpc}
|
||||
{$ifdef VESA}
|
||||
DoneVESAScreenModes;
|
||||
{$endif}
|
||||
{$ifdef unix}
|
||||
Keyboard.RestoreStartMode;
|
||||
{$endif unix}
|
||||
@ -423,7 +426,10 @@ BEGIN
|
||||
END.
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.7 2002/04/12 09:00:01 pierre
|
||||
|
Loading…
Reference in New Issue
Block a user