diff options
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h index d9719dc53..d784f478e 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -396,6 +396,7 @@ protected: // ScintillaBase subclass needs access to much of Editor void ChangeCaseOfSelection(bool makeUpperCase); void LineTranspose(); virtual void CancelModes(); + void NewLine(); virtual int KeyCommand(unsigned int iMessage); virtual int KeyDefault(int /* key */, int /*modifiers*/); int KeyDown(int key, bool shift, bool ctrl, bool alt, bool *consumed=0); |