You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add missing SCNotification attributes (and fix spelling error "SCINTILLANOTFICATION"), fix#253
* fix spelling error in documentation
* update default case to include *all* parameters (as the comment indicates)
simplify cases for DWELLSTART/END and MARGRIN(RIGHT)CLICK as they are the same returns
* add some missing parameters to docs [skip ci]
Co-authored-by: VinsWorldcom <vin@vinsworld.com>
Arguments contains: ``position``, ``modificationType`` (a set of flags from :class:`MODIFICATIONFLAGS`), ``text``, ``length``, ``linesAdded``, ``line``, ``foldLevelNow``, ``foldLevelPrev``,
@@ -104,17 +106,21 @@ SCINTILLANOTIFICATION
104
106
105
107
.. attribute:: SCINTILLANOTIFICATION.NEEDSHOWN
106
108
109
+
Arguments contains: ``position``, ``length``
110
+
107
111
.. attribute:: SCINTILLANOTIFICATION.PAINTED
108
112
109
113
Note: Because Scintilla events are processed by Python asynchronously, care must be taken if handling a callback for this event
110
114
- the window may have just been painted, or it may have been painted again since etc.
0 commit comments