diff options
author | nyamatongwe <nyamatongwe@gmail.com> | 2013-04-17 14:37:29 +1000 |
---|---|---|
committer | nyamatongwe <nyamatongwe@gmail.com> | 2013-04-17 14:37:29 +1000 |
commit | 674b329d018fac03c92ef9270371c55647b4bb09 (patch) | |
tree | 7fbee372eeb6663679597a9929890e512eca06fc /cocoa/ScintillaCocoa.h | |
parent | d9fe689036b43c44b72043ab52982474fc6193d2 (diff) | |
download | scintilla-mirror-674b329d018fac03c92ef9270371c55647b4bb09.tar.gz |
When switching documents, reset input composition as otherwise get mixture of state
from both documents.
Diffstat (limited to 'cocoa/ScintillaCocoa.h')
-rw-r--r-- | cocoa/ScintillaCocoa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h index 5aaa386d2..7648b84d8 100644 --- a/cocoa/ScintillaCocoa.h +++ b/cocoa/ScintillaCocoa.h @@ -199,6 +199,7 @@ public: virtual void QueueIdleWork(WorkNeeded::workItems items, int upTo); int InsertText(NSString* input); void SelectOnlyMainSelection(); + virtual void SetDocPointer(Document *document); bool KeyboardInput(NSEvent* event); void MouseDown(NSEvent* event); |