diff options
| author | nyamatongwe <nyamatongwe@gmail.com> | 2013-04-09 13:15:47 +1000 |
|---|---|---|
| committer | nyamatongwe <nyamatongwe@gmail.com> | 2013-04-09 13:15:47 +1000 |
| commit | 553a78b81d0deeb96940a7486074364e75d50068 (patch) | |
| tree | 10a81ce19dccb22eca3fd76b0852a954cccc96be /cocoa/ScintillaCocoa.h | |
| parent | df2d4c896cc116ebce3f40718cfabc75eb804e38 (diff) | |
| download | scintilla-mirror-553a78b81d0deeb96940a7486074364e75d50068.tar.gz | |
Fix problems with input composition that could stop undo working.
Diffstat (limited to 'cocoa/ScintillaCocoa.h')
| -rw-r--r-- | cocoa/ScintillaCocoa.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h index 0c0448118..5aaa386d2 100644 --- a/cocoa/ScintillaCocoa.h +++ b/cocoa/ScintillaCocoa.h @@ -198,7 +198,8 @@ public: virtual void IdleWork(); virtual void QueueIdleWork(WorkNeeded::workItems items, int upTo); int InsertText(NSString* input); - + void SelectOnlyMainSelection(); + bool KeyboardInput(NSEvent* event); void MouseDown(NSEvent* event); void MouseMove(NSEvent* event); |
