We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403e12e commit c13dd4eCopy full SHA for c13dd4e
PythonScript/src/ScintillaWrapper.cpp
@@ -165,7 +165,9 @@ void ScintillaWrapper::notify(SCNotification *notifyCode)
165
166
case SCN_MARGINCLICK:
167
params["margin"] = notifyCode->margin;
168
- break;
+ params["position"] = notifyCode->position;
169
+ params["modifiers"] = notifyCode->modifiers;
170
+ break;
171
172
case SCN_NEEDSHOWN:
173
break;
0 commit comments