aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaCocoa.h
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/ScintillaCocoa.h')
-rw-r--r--cocoa/ScintillaCocoa.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h
index 23c84e616..4d5d5c023 100644
--- a/cocoa/ScintillaCocoa.h
+++ b/cocoa/ScintillaCocoa.h
@@ -213,6 +213,7 @@ public:
bool KeyboardInput(NSEvent* event);
void MouseDown(NSEvent* event);
+ void RightMouseDown(NSEvent* event);
void MouseMove(NSEvent* event);
void MouseUp(NSEvent* event);
void MouseEntered(NSEvent* event);
@@ -235,6 +236,8 @@ public:
virtual void Undo();
virtual void Redo();
+ virtual bool ShouldDisplayPopupOnMargin();
+ virtual bool ShouldDisplayPopupOnText();
virtual NSMenu* CreateContextMenu(NSEvent* event);
void HandleCommand(NSInteger command);