diff options
author | nyamatongwe <unknown> | 2009-07-03 05:48:47 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-07-03 05:48:47 +0000 |
commit | 43deaf5e127a3bb92e1e2c72fa9cd8f8233578a9 (patch) | |
tree | f88ba56f27bd5111e0b9c9aaf12426f33dc992d5 /src/Document.h | |
parent | 2c6815995a898438dd58aaa05af9261fc8b85da6 (diff) | |
download | scintilla-mirror-43deaf5e127a3bb92e1e2c72fa9cd8f8233578a9.tar.gz |
Discontiguoues selection and virtual space initial commit.
Diffstat (limited to 'src/Document.h')
-rw-r--r-- | src/Document.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Document.h b/src/Document.h index 58615bb19..4751cd2c8 100644 --- a/src/Document.h +++ b/src/Document.h @@ -239,6 +239,7 @@ public: int LineStart(int line) const; int LineEnd(int line) const; int LineEndPosition(int position) const; + bool IsLineEndPosition(int position) const; int VCHomePosition(int position) const; int SetLevel(int line, int level); |