Lines Matching defs:SCNotification
1220 typedef struct SCNotification SCNotification; typedef
1232 struct SCNotification { struct
1233 Sci_NotifyHeader nmhdr;
1234 Sci_Position position;
1241 int ch;
1244 int modifiers;
1248 int modificationType; /* SCN_MODIFIED */
1249 const char *text;
1252 Sci_Position length; /* SCN_MODIFIED */
1253 Sci_Position linesAdded; /* SCN_MODIFIED */
1254 int message; /* SCN_MACRORECORD */
1255 uptr_t wParam; /* SCN_MACRORECORD */
1256 sptr_t lParam; /* SCN_MACRORECORD */
1257 Sci_Position line; /* SCN_MODIFIED */
1258 int foldLevelNow; /* SCN_MODIFIED */
1259 int foldLevelPrev; /* SCN_MODIFIED */
1260 int margin; /* SCN_MARGINCLICK */
1261 int listType; /* SCN_USERLISTSELECTION */
1262 int x; /* SCN_DWELLSTART, SCN_DWELLEND */
1263 int y; /* SCN_DWELLSTART, SCN_DWELLEND */
1264 int token; /* SCN_MODIFIED with SC_MOD_CONTAINER */
1265 Sci_Position annotationLinesAdded; /* SCN_MODIFIED with SC_MOD_CHANGEANNOTATION */
1266 int updated; /* SCN_UPDATEUI */
1267 int listCompletionMethod;
1269 int characterSource; /* SCN_CHARADDED */