diff options
author | nyamatongwe <unknown> | 2013-04-09 15:25:26 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-04-09 15:25:26 +1000 |
commit | 5a3c37478d29afff6d1e53f4c9c901be5bbadcbb (patch) | |
tree | d2acb3cb3a70a7df7a7b161c9ce1567f4f264b29 /cocoa/ScintillaCocoa.h | |
parent | 3c46538bb90f861844d1f4c7b09959da7465ee23 (diff) | |
parent | 553a78b81d0deeb96940a7486074364e75d50068 (diff) | |
download | scintilla-mirror-5a3c37478d29afff6d1e53f4c9c901be5bbadcbb.tar.gz |
Merged Cocoa composition fix.
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); |