diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-13 21:20:14 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-13 21:20:14 +0100 |
commit | 074c64232f8be3bc34b40a9d5e92f28e6aa922fb (patch) | |
tree | f0948519ada216f2a06b37c2db60896d8b7161de /parser.h | |
parent | 20a7660a43c03578fb65f898471a6b479d04f57e (diff) | |
download | sciteco-074c64232f8be3bc34b40a9d5e92f28e6aa922fb.tar.gz |
<n>W, <n>V, <n>Y commands
based on Scintilla editor key commands, so they will automatically adopt to Scintilla setting changes
Diffstat (limited to 'parser.h')
-rw-r--r-- | parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -108,6 +108,7 @@ public: private: void move(gint64 n); void move_lines(gint64 n); + void delete_words(gint64 n); State *custom(gchar chr); }; |