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 | 15a1ac5299a71728b459a2f0ed6616088aa3ae46 (patch) | |
| tree | df45cb36af8c7bb9516489155a648cafe5e1f099 /cocoa/ScintillaCocoa.h | |
| parent | 9310d055b0503098e04cfbceca310b3142e15586 (diff) | |
| download | scintilla-mirror-15a1ac5299a71728b459a2f0ed6616088aa3ae46.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); |
