diff options
| author | nyamatongwe <devnull@localhost> | 2003-03-28 10:30:22 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2003-03-28 10:30:22 +0000 |
| commit | 406bd9a091ee6363369ad4cb2a1e6c4ab240b318 (patch) | |
| tree | b4d345ea3d2742f7d94ccf976fb18528cb7c9ea2 /src/Document.h | |
| parent | fddd1b151df761d03bd63a5d4053e6ae9755ad40 (diff) | |
| download | scintilla-mirror-406bd9a091ee6363369ad4cb2a1e6c4ab240b318.tar.gz | |
Jakub's paragraph movement commands.
Diffstat (limited to 'src/Document.h')
| -rw-r--r-- | src/Document.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Document.h b/src/Document.h index b97abfb4b..bcdbe00ca 100644 --- a/src/Document.h +++ b/src/Document.h @@ -221,6 +221,8 @@ public: int WordPartLeft(int pos); int WordPartRight(int pos); int ExtendStyleRange(int pos, int delta); + int ParaUp(int pos); + int ParaDown(int pos); private: charClassification WordCharClass(unsigned char ch); |
