From ff69e140ac7634ab8ec4365f97f0adae27692b53 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 22 Mar 2000 12:16:54 +0000 Subject: Split UndoHistory out of CellBuffer. Fixed coalescing of nodes in the undo history. Added LineCut, LineDelete, LineTranspose, UpperCase and LowerCase keyboard commands and added keys for them. Added UUID lexical class to CPP lexer. --- src/Editor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index 16bcd4b22..d1281be5a 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -228,6 +228,8 @@ protected: // ScintillaBase subclass needs access to much of Editor #endif void PageMove(int direction, bool extend=false); + void ChangeCaseOfSelection(bool makeUpperCase); + void LineTranspose(); virtual int KeyCommand(UINT iMessage); virtual int KeyDefault(int /* key */, int /*modifiers*/); int KeyDown(int key, bool shift, bool ctrl, bool alt); -- cgit v1.2.3