mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 10:39:29 +02:00
* avoid RTE 211 on Ctrl K W
This commit is contained in:
parent
b5ac159ce9
commit
eee9b4b350
@ -156,7 +156,7 @@ type
|
||||
function IsClipboard: Boolean; virtual;
|
||||
function LoadFromStream(Stream: PStream): boolean; virtual;
|
||||
function SaveToStream(Stream: PStream): boolean; virtual;
|
||||
function SaveAreaToStream(Stream: PStream; StartP,EndP: TPoint): boolean;
|
||||
function SaveAreaToStream(Stream: PStream; StartP,EndP: TPoint): boolean;virtual;
|
||||
destructor Done; virtual;
|
||||
public
|
||||
{ ChangedLine : sw_integer;}
|
||||
@ -1756,7 +1756,7 @@ end;
|
||||
|
||||
|
||||
END.
|
||||
{
|
||||
$Log $
|
||||
|
||||
{
|
||||
$Log $
|
||||
|
||||
}
|
@ -469,7 +469,7 @@ type
|
||||
{a}procedure SetContent(ALines: PUnsortedStringCollection); virtual;
|
||||
{a}function LoadFromStream(Stream: PStream): boolean; virtual;
|
||||
{a}function SaveToStream(Stream: PStream): boolean; virtual;
|
||||
{a}function SaveAreaToStream(Stream: PStream; StartP,EndP: TPoint): boolean;
|
||||
{a}function SaveAreaToStream(Stream: PStream; StartP,EndP: TPoint): boolean;virtual;
|
||||
public
|
||||
{a}function InsertFrom(Editor: PCustomCodeEditor): Boolean; virtual;
|
||||
{a}function InsertText(const S: string): Boolean; virtual;
|
||||
@ -5842,7 +5842,10 @@ end;
|
||||
END.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.91 2000-05-29 10:44:58 pierre
|
||||
Revision 1.92 2000-06-15 20:29:45 pierre
|
||||
* avoid RTE 211 on Ctrl K W
|
||||
|
||||
Revision 1.91 2000/05/29 10:44:58 pierre
|
||||
+ New bunch of Gabor's changes: see fixes.txt
|
||||
|
||||
Revision 1.90 2000/05/17 11:58:26 pierre
|
||||
|
Loading…
Reference in New Issue
Block a user