aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Accessor.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-05-01 11:12:42 +0000
committernyamatongwe <unknown>2001-05-01 11:12:42 +0000
commit19724c5fcab3abb25d959a7c7a27950601a45270 (patch)
tree2d1d090c6804a9af2f81f04c4554c22e819a1487 /include/Accessor.h
parentb669de65e5aecfeb666cb660e0785851d7cde441 (diff)
downloadscintilla-mirror-19724c5fcab3abb25d959a7c7a27950601a45270.tar.gz
External lexer feature added by Simon allows lexers to be housed in DLLs with
a .lexer extension which are automatically loaded at startup. Minor fix to IME support in ScintillaWin.cxx to deal with current mingw headers.
Diffstat (limited to 'include/Accessor.h')
-rw-r--r--include/Accessor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Accessor.h b/include/Accessor.h
index 5254d2264..17c951067 100644
--- a/include/Accessor.h
+++ b/include/Accessor.h
@@ -64,6 +64,7 @@ public:
virtual int GetLineState(int line)=0;
virtual int SetLineState(int line, int state)=0;
virtual int GetPropertyInt(const char *key, int defaultValue=0)=0;
+ virtual char *GetProperties()=0;
// Style setting
virtual void StartAt(unsigned int start, char chMask=31)=0;