Home
last modified time | relevance | path

Searched refs:DoCommand_TextInsertEmptyAboveBelow (Results 1 – 3 of 3) sorted by relevance

/dports/editors/cudatext/CudaText-1.151.0/atsynedit/atsynedit/
H A Datsynedit_cmd_handler.inc578 cCommand_TextInsertEmptyAbove: Result:= DoCommand_TextInsertEmptyAboveBelow(false);
579 cCommand_TextInsertEmptyBelow: Result:= DoCommand_TextInsertEmptyAboveBelow(true);
H A Datsynedit_cmd_editing.inc1067 function TATSynEdit.DoCommand_TextInsertEmptyAboveBelow(ADown: boolean): TATCommandResults;
H A Datsynedit.pas1362 function DoCommand_TextInsertEmptyAboveBelow(ADown: boolean): TATCommandResults; in DoCommand_TextInsertEmptyAboveBelow() function