Skip to content

Commit b9b76ee

Browse files
committed
Notifications documentation update
1 parent ce4efec commit b9b76ee

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

docs/source/enums.rst

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ SCINTILLANOTIFICATION
9292

9393
.. attribute:: SCINTILLANOTIFICATION.MODIFIED
9494

95-
Arguments contains: ``position``, ``modificationType``, ``text``, ``length``, ``linesAdded``, ``line``, ``foldLevelNow``, ``foldLevelPrev``
95+
Arguments contains: ``position``, ``modificationType`` (a set of flags from :class:`MODIFICATIONFLAGS`), ``text``, ``length``, ``linesAdded``, ``line``, ``foldLevelNow``, ``foldLevelPrev``,
96+
``annotationLinesAdded`` (only for :attr:`MODIFICATIONFLAGS.CHANGEANNOTATION`), ``token`` (only for :attr:`MODIFICATIONFLAGS.CONTAINER`)
9697

9798
.. attribute:: SCINTILLANOTIFICATION.MACRORECORD
9899

@@ -111,7 +112,7 @@ SCINTILLANOTIFICATION
111112

112113
.. attribute:: SCINTILLANOTIFICATION.USERLISTSELECTION
113114

114-
Arguments contains: ``text``, ``listType``
115+
Arguments contains: ``text``, ``listType``, ``position``
115116

116117
.. attribute:: SCINTILLANOTIFICATION.URIDROPPED
117118

@@ -127,19 +128,19 @@ SCINTILLANOTIFICATION
127128

128129
.. attribute:: SCINTILLANOTIFICATION.HOTSPOTCLICK
129130

130-
Arguments contains: ``position``, ``modifiers`` (from the KEYMOD enum)
131+
Arguments contains: ``position``, ``modifiers`` (from the :class:`KEYMOD` enum)
131132

132133
.. attribute:: SCINTILLANOTIFICATION.HOTSPOTDOUBLECLICK
133134

134-
Arguments contains: ``position``, ``modifiers`` (from the KEYMOD enum)
135+
Arguments contains: ``position``, ``modifiers`` (from the :class:`KEYMOD` enum)
135136

136137
.. attribute:: SCINTILLANOTIFICATION.CALLTIPCLICK
137138

138139
Arguments contains: ``position``
139140

140141
.. attribute:: SCINTILLANOTIFICATION.AUTOCSELECTION
141142

142-
Arguments contains: ``text``
143+
Arguments contains: ``text``, ``position``
143144

144145
.. attribute:: SCINTILLANOTIFICATION.INDICATORCLICK
145146

@@ -149,14 +150,18 @@ SCINTILLANOTIFICATION
149150

150151
.. attribute:: SCINTILLANOTIFICATION.AUTOCCHARDELETED
151152

153+
.. attribute:: SCINTILLANOTIFICATION.FOCUSIN
154+
155+
.. attribute:: SCINTILLANOTIFICATION.FOCUSOUT
156+
152157

153158
SCINTILLAMESSAGE
154159
----------------
155160

156161
.. _SCINTILLAMESSAGE:
157162
.. class:: SCINTILLAMESSAGE
158163

159-
This enum contains all the messages defined in Scintilla - e.g. SCI_APPENDTEXT. For a complete list, see the `Scintilla` documentation.
164+
This enum contains all the messages defined in Scintilla - e.g. SCI_APPENDTEXT. For a complete list, see the `Scintilla <http://www.scintilla.org/ScintillaDoc.html>`_ documentation.
160165

161166

162167
NOTIFICATION

0 commit comments

Comments
 (0)