diff options
| author | nyamatongwe <devnull@localhost> | 2003-03-20 11:22:14 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2003-03-20 11:22:14 +0000 |
| commit | d4849b34e7c561921671603232668ca0c4b41b69 (patch) | |
| tree | 269e3f31c3495acbd880f76129f6f16b0a51da96 /src/Document.h | |
| parent | 186fb2391e583d318a137842b2ccaae51d69365e (diff) | |
| download | scintilla-mirror-d4849b34e7c561921671603232668ca0c4b41b69.tar.gz | |
Patch from Simon Steele to implement the hotspot style and associated
notifications.
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 597e33171..b97abfb4b 100644 --- a/src/Document.h +++ b/src/Document.h @@ -220,6 +220,7 @@ public: bool IsWordPartSeparator(char ch); int WordPartLeft(int pos); int WordPartRight(int pos); + int ExtendStyleRange(int pos, int delta); private: charClassification WordCharClass(unsigned char ch); |
