mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 00:49:09 +02:00
+ HasSignal
This commit is contained in:
parent
6d918ef306
commit
2265547871
@ -30,12 +30,14 @@
|
|||||||
{$define SUPPORTVESA}
|
{$define SUPPORTVESA}
|
||||||
{$define SUPPORTREDIR}
|
{$define SUPPORTREDIR}
|
||||||
{$define WinClipSupported}
|
{$define WinClipSupported}
|
||||||
|
{$define HasSignal}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
{$ifdef Linux}
|
{$ifdef Linux}
|
||||||
{$undef SUPPORTVESA}
|
{$undef SUPPORTVESA}
|
||||||
{$define SUPPORTREDIR}
|
{$define SUPPORTREDIR}
|
||||||
{$undef WinClipSupported}
|
{$undef WinClipSupported}
|
||||||
|
{$define HasSignal}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
{$ifdef Win32}
|
{$ifdef Win32}
|
||||||
@ -65,13 +67,18 @@
|
|||||||
|
|
||||||
{ include Undo/Redo code from Visa Harvey }
|
{ include Undo/Redo code from Visa Harvey }
|
||||||
{ let everybody try it out PM }
|
{ let everybody try it out PM }
|
||||||
{ undo should be a bit improved - it does work only with "normal" keystorkes.
|
{ undo should be a bit improved - it does work only with "normal" keystrokes.
|
||||||
neither the block, nor any shortcut operations (like Ctrl-T - delete word)
|
neither the block, nor any shortcut operations (like Ctrl-T - delete word)
|
||||||
do work... Gabor
|
do work... Gabor
|
||||||
Partially solved at least PM }
|
Partially solved at least PM }
|
||||||
{$define Undo}
|
{$define Undo}
|
||||||
{$ifdef DEBUG}
|
{$ifdef DEBUG}
|
||||||
{$define DebugUndo}
|
{$define DebugUndo}
|
||||||
|
{ Use this to incorporate a call to
|
||||||
|
external compiler.
|
||||||
|
Parsing of compiler output is done,
|
||||||
|
but there is no browser in that case!! PM }
|
||||||
|
{ $ define USE_EXTERNAL_COMPILER}
|
||||||
{$endif DEBUG}
|
{$endif DEBUG}
|
||||||
|
|
||||||
{$ifdef FPC}
|
{$ifdef FPC}
|
||||||
|
Loading…
Reference in New Issue
Block a user