Skip to content

Commit

Permalink
Upgrade to Scintilla 5.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blairmcg committed Dec 1, 2024
1 parent 9bdf4b5 commit a6518ad
Show file tree
Hide file tree
Showing 15 changed files with 1,208 additions and 888 deletions.
6 changes: 3 additions & 3 deletions Core/Object Arts/Dolphin/IDE/Base/Development System.pax

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ autoGenMethodCategories
"Private - Answer the special method categories for auto-generated
property accessors in the receiver's wrapper class."

^{self autoGenCategoryName. 'scintilla interface'}!
^{self autoGenCategoryName}!

browseChanges
RewriteChangesBrowser showOn: model changes!
Expand Down Expand Up @@ -362,6 +362,7 @@ defineConstantsPool
'SC_MARKNUM_HISTORY_REVERTED_TO_ORIGIN' -> 21.
'SC_MARKNUM_HISTORY_SAVED' -> 22.
'SC_MASK_FOLDERS' -> 4261412864.
'SC_MASK_HISTORY' -> 31457280.
'SC_MAX_MARGIN' -> 4.
'SC_MOD_BEFOREDELETE' -> 2048.
'SC_MOD_BEFOREINSERT' -> 1024.
Expand Down Expand Up @@ -418,6 +419,15 @@ defineConstantsPool
'SC_STATUS_OK' -> 0.
'SC_STATUS_WARN_REGEX' -> 1001.
'SC_STATUS_WARN_START' -> 1000.
'SC_STRETCH_CONDENSED' -> 3.
'SC_STRETCH_EXPANDED' -> 7.
'SC_STRETCH_EXTRA_CONDENSED' -> 2.
'SC_STRETCH_EXTRA_EXPANDED' -> 8.
'SC_STRETCH_NORMAL' -> 5.
'SC_STRETCH_SEMI_CONDENSED' -> 4.
'SC_STRETCH_SEMI_EXPANDED' -> 6.
'SC_STRETCH_ULTRA_CONDENSED' -> 1.
'SC_STRETCH_ULTRA_EXPANDED' -> 9.
'SC_SUPPORTS_FRACTIONAL_STROKE_WIDTH' -> 2.
'SC_SUPPORTS_LINE_DRAWS_FINAL' -> 0.
'SC_SUPPORTS_PIXEL_DIVISIONS' -> 1.
Expand Down Expand Up @@ -507,6 +517,7 @@ defineConstantsPool
'SCI_AUTOCGETOPTIONS' -> 2639.
'SCI_AUTOCGETORDER' -> 2661.
'SCI_AUTOCGETSEPARATOR' -> 2107.
'SCI_AUTOCGETSTYLE' -> 2120.
'SCI_AUTOCGETTYPESEPARATOR' -> 2285.
'SCI_AUTOCPOSSTART' -> 2103.
'SCI_AUTOCSELECT' -> 2108.
Expand All @@ -523,6 +534,7 @@ defineConstantsPool
'SCI_AUTOCSETOPTIONS' -> 2638.
'SCI_AUTOCSETORDER' -> 2660.
'SCI_AUTOCSETSEPARATOR' -> 2106.
'SCI_AUTOCSETSTYLE' -> 2109.
'SCI_AUTOCSETTYPESEPARATOR' -> 2286.
'SCI_AUTOCSHOW' -> 2100.
'SCI_AUTOCSTOPS' -> 2105.
Expand Down Expand Up @@ -584,6 +596,7 @@ defineConstantsPool
'SCI_CREATEDOCUMENT' -> 2375.
'SCI_CREATELOADER' -> 2632.
'SCI_CUT' -> 2177.
'SCI_CUTALLOWLINE' -> 2810.
'SCI_DELETEBACK' -> 2326.
'SCI_DELETEBACKNOTLINE' -> 2344.
'SCI_DELETERANGE' -> 2645.
Expand Down Expand Up @@ -662,6 +675,7 @@ defineConstantsPool
'SCI_GETCOLUMN' -> 2129.
'SCI_GETCOMMANDEVENTS' -> 2718.
'SCI_GETCONTROLCHARSYMBOL' -> 2389.
'SCI_GETCOPYSEPARATOR' -> 2812.
'SCI_GETCURLINE' -> 2027.
'SCI_GETCURRENTPOS' -> 2008.
'SCI_GETCURSOR' -> 2387.
Expand Down Expand Up @@ -825,6 +839,7 @@ defineConstantsPool
'SCI_GETUNDOCURRENT' -> 2798.
'SCI_GETUNDODETACH' -> 2794.
'SCI_GETUNDOSAVEPOINT' -> 2792.
'SCI_GETUNDOSEQUENCE' -> 2799.
'SCI_GETUNDOTENTATIVE' -> 2796.
'SCI_GETUSETABS' -> 2125.
'SCI_GETVIEWEOL' -> 2355.
Expand Down Expand Up @@ -883,6 +898,7 @@ defineConstantsPool
'SCI_LEXER_START' -> 4000.
'SCI_LINECOPY' -> 2455.
'SCI_LINECUT' -> 2337.
'SCI_LINEDEDENT' -> 2814.
'SCI_LINEDELETE' -> 2338.
'SCI_LINEDOWN' -> 2300.
'SCI_LINEDOWNEXTEND' -> 2301.
Expand All @@ -897,6 +913,7 @@ defineConstantsPool
'SCI_LINEENDWRAPEXTEND' -> 2452.
'SCI_LINEFROMINDEXPOSITION' -> 2713.
'SCI_LINEFROMPOSITION' -> 2166.
'SCI_LINEINDENT' -> 2813.
'SCI_LINELENGTH' -> 2350.
'SCI_LINEREVERSE' -> 2354.
'SCI_LINESCROLL' -> 2168.
Expand Down Expand Up @@ -1031,6 +1048,7 @@ defineConstantsPool
'SCI_SETCODEPAGE' -> 2037.
'SCI_SETCOMMANDEVENTS' -> 2717.
'SCI_SETCONTROLCHARSYMBOL' -> 2388.
'SCI_SETCOPYSEPARATOR' -> 2811.
'SCI_SETCURRENTPOS' -> 2141.
'SCI_SETCURSOR' -> 2386.
'SCI_SETDEFAULTFOLDDISPLAYTEXT' -> 2722.
Expand Down Expand Up @@ -1193,6 +1211,7 @@ defineConstantsPool
'SCI_STYLEGETITALIC' -> 2484.
'SCI_STYLEGETSIZE' -> 2485.
'SCI_STYLEGETSIZEFRACTIONAL' -> 2062.
'SCI_STYLEGETSTRETCH' -> 2259.
'SCI_STYLEGETUNDERLINE' -> 2488.
'SCI_STYLEGETVISIBLE' -> 2491.
'SCI_STYLEGETWEIGHT' -> 2064.
Expand All @@ -1211,6 +1230,7 @@ defineConstantsPool
'SCI_STYLESETITALIC' -> 2054.
'SCI_STYLESETSIZE' -> 2055.
'SCI_STYLESETSIZEFRACTIONAL' -> 2061.
'SCI_STYLESETSTRETCH' -> 2258.
'SCI_STYLESETUNDERLINE' -> 2059.
'SCI_STYLESETVISIBLE' -> 2074.
'SCI_STYLESETWEIGHT' -> 2063.
Expand Down Expand Up @@ -1732,16 +1752,15 @@ removeStaleAutoGeneratedMethods
(selectors difference: class newMethods keys) do: [:each | class removeSelector: each]!
sciCommands
"Answer the set of all Scintilla control message id's that identify keyboard-bindable
commands."
"Answer the set of all Scintilla control message id's that identify keyboard-bindable commands."
^#('SCI_BACKTAB' 'SCI_CANCEL' 'SCI_CHARLEFT' 'SCI_CHARLEFTEXTEND' 'SCI_CHARLEFTRECTEXTEND' 'SCI_CHARRIGHT' 'SCI_CHARRIGHTEXTEND' 'SCI_CHARRIGHTRECTEXTEND' 'SCI_CLEAR' 'SCI_CLEARALL' 'SCI_COPY' 'SCI_CUT' 'SCI_DELETEBACK' 'SCI_DELETEBACKNOTLINE' 'SCI_DELLINELEFT' 'SCI_DELLINERIGHT' 'SCI_DELWORDLEFT' 'SCI_DELWORDRIGHT' 'SCI_DELWORDRIGHTEND' 'SCI_DOCUMENTEND' 'SCI_DOCUMENTENDEXTEND' 'SCI_DOCUMENTSTART' 'SCI_DOCUMENTSTARTEXTEND' 'SCI_EDITTOGGLEOVERTYPE' 'SCI_FORMFEED' 'SCI_HOME' 'SCI_HOMEDISPLAY' 'SCI_HOMEDISPLAYEXTEND' 'SCI_HOMEEXTEND' 'SCI_HOMERECTEXTEND' 'SCI_HOMEWRAP' 'SCI_HOMEWRAPEXTEND' 'SCI_LINECOPY' 'SCI_LINECUT' 'SCI_LINEDELETE' 'SCI_LINEDOWN' 'SCI_LINEDOWNEXTEND' 'SCI_LINEDOWNRECTEXTEND' 'SCI_LINEDUPLICATE' 'SCI_LINEEND' 'SCI_LINEENDDISPLAY' 'SCI_LINEENDDISPLAYEXTEND' 'SCI_LINEENDEXTEND' 'SCI_LINEENDRECTEXTEND' 'SCI_LINEENDWRAP' 'SCI_LINEENDWRAPEXTEND' 'SCI_LINEREVERSE' 'SCI_LINESCROLLDOWN' 'SCI_LINESCROLLUP' 'SCI_LINESJOIN' 'SCI_LINETRANSPOSE' 'SCI_LINEUP' 'SCI_LINEUPEXTEND' 'SCI_LINEUPRECTEXTEND' 'SCI_LOWERCASE' 'SCI_MOVECARETINSIDEVIEW' 'SCI_MOVESELECTEDLINESDOWN' 'SCI_MOVESELECTEDLINESUP' 'SCI_NEWLINE' 'SCI_PAGEDOWN' 'SCI_PAGEDOWNEXTEND' 'SCI_PAGEDOWNRECTEXTEND' 'SCI_PAGEUP' 'SCI_PAGEUPEXTEND' 'SCI_PAGEUPRECTEXTEND' 'SCI_PARADOWN' 'SCI_PARADOWNEXTEND' 'SCI_PARAUP' 'SCI_PARAUPEXTEND' 'SCI_PASTE' 'SCI_REDO' 'SCI_SCROLLTOEND' 'SCI_SCROLLTOSTART' 'SCI_SELECTALL' 'SCI_SELECTIONDUPLICATE' 'SCI_SETZOOM' 'SCI_STARTRECORD' 'SCI_STOPRECORD' 'SCI_STUTTEREDPAGEDOWN' 'SCI_STUTTEREDPAGEDOWNEXTEND' 'SCI_STUTTEREDPAGEUP' 'SCI_STUTTEREDPAGEUPEXTEND' 'SCI_TAB' 'SCI_TARGETFROMSELECTION' 'SCI_UNDO' 'SCI_UPPERCASE' 'SCI_VCHOME' 'SCI_VCHOMEDISPLAY' 'SCI_VCHOMEDISPLAYEXTEND' 'SCI_VCHOMEEXTEND' 'SCI_VCHOMERECTEXTEND' 'SCI_VCHOMEWRAP' 'SCI_VCHOMEWRAPEXTEND' 'SCI_VERTICALCENTRECARET' 'SCI_WORDLEFT' 'SCI_WORDLEFTEND' 'SCI_WORDLEFTENDEXTEND' 'SCI_WORDLEFTEXTEND' 'SCI_WORDPARTLEFT' 'SCI_WORDPARTLEFTEXTEND' 'SCI_WORDPARTRIGHT' 'SCI_WORDPARTRIGHTEXTEND' 'SCI_WORDRIGHT' 'SCI_WORDRIGHTEND' 'SCI_WORDRIGHTENDEXTEND' 'SCI_WORDRIGHTEXTEND' 'SCI_ZOOMIN' 'SCI_ZOOMOUT')!
^#('SCI_BACKTAB' 'SCI_CANCEL' 'SCI_CHARLEFT' 'SCI_CHARLEFTEXTEND' 'SCI_CHARLEFTRECTEXTEND' 'SCI_CHARRIGHT' 'SCI_CHARRIGHTEXTEND' 'SCI_CHARRIGHTRECTEXTEND' 'SCI_CLEAR' 'SCI_CLEARALL' 'SCI_COPY' 'SCI_COPYALLOWLINE' 'SCI_CUT' 'SCI_CUTALLOWLINE' 'SCI_DELETEBACK' 'SCI_DELETEBACKNOTLINE' 'SCI_DELLINELEFT' 'SCI_DELLINERIGHT' 'SCI_DELWORDLEFT' 'SCI_DELWORDRIGHT' 'SCI_DELWORDRIGHTEND' 'SCI_DOCUMENTEND' 'SCI_DOCUMENTENDEXTEND' 'SCI_DOCUMENTSTART' 'SCI_DOCUMENTSTARTEXTEND' 'SCI_EDITTOGGLEOVERTYPE' 'SCI_FORMFEED' 'SCI_HOME' 'SCI_HOMEDISPLAY' 'SCI_HOMEDISPLAYEXTEND' 'SCI_HOMEEXTEND' 'SCI_HOMERECTEXTEND' 'SCI_HOMEWRAP' 'SCI_HOMEWRAPEXTEND' 'SCI_LINECOPY' 'SCI_LINECUT' 'SCI_LINEDEDENT' 'SCI_LINEDELETE' 'SCI_LINEDOWN' 'SCI_LINEDOWNEXTEND' 'SCI_LINEDOWNRECTEXTEND' 'SCI_LINEDUPLICATE' 'SCI_LINEEND' 'SCI_LINEENDDISPLAY' 'SCI_LINEENDDISPLAYEXTEND' 'SCI_LINEENDEXTEND' 'SCI_LINEENDRECTEXTEND' 'SCI_LINEENDWRAP' 'SCI_LINEENDWRAPEXTEND' 'SCI_LINEINDENT' 'SCI_LINEREVERSE' 'SCI_LINESCROLLDOWN' 'SCI_LINESCROLLUP' 'SCI_LINESJOIN' 'SCI_LINETRANSPOSE' 'SCI_LINEUP' 'SCI_LINEUPEXTEND' 'SCI_LINEUPRECTEXTEND' 'SCI_LOWERCASE' 'SCI_MOVECARETINSIDEVIEW' 'SCI_MOVESELECTEDLINESDOWN' 'SCI_MOVESELECTEDLINESUP' 'SCI_NEWLINE' 'SCI_PAGEDOWN' 'SCI_PAGEDOWNEXTEND' 'SCI_PAGEDOWNRECTEXTEND' 'SCI_PAGEUP' 'SCI_PAGEUPEXTEND' 'SCI_PAGEUPRECTEXTEND' 'SCI_PARADOWN' 'SCI_PARADOWNEXTEND' 'SCI_PARAUP' 'SCI_PARAUPEXTEND' 'SCI_PASTE' 'SCI_REDO' 'SCI_SCROLLTOEND' 'SCI_SCROLLTOSTART' 'SCI_SELECTALL' 'SCI_SELECTIONDUPLICATE' 'SCI_SETZOOM' 'SCI_STARTRECORD' 'SCI_STOPRECORD' 'SCI_STUTTEREDPAGEDOWN' 'SCI_STUTTEREDPAGEDOWNEXTEND' 'SCI_STUTTEREDPAGEUP' 'SCI_STUTTEREDPAGEUPEXTEND' 'SCI_TAB' 'SCI_TARGETFROMSELECTION' 'SCI_UNDO' 'SCI_UPPERCASE' 'SCI_VCHOME' 'SCI_VCHOMEDISPLAY' 'SCI_VCHOMEDISPLAYEXTEND' 'SCI_VCHOMEEXTEND' 'SCI_VCHOMERECTEXTEND' 'SCI_VCHOMEWRAP' 'SCI_VCHOMEWRAPEXTEND' 'SCI_VERTICALCENTRECARET' 'SCI_WORDLEFT' 'SCI_WORDLEFTEND' 'SCI_WORDLEFTENDEXTEND' 'SCI_WORDLEFTEXTEND' 'SCI_WORDPARTLEFT' 'SCI_WORDPARTLEFTEXTEND' 'SCI_WORDPARTRIGHT' 'SCI_WORDPARTRIGHTEXTEND' 'SCI_WORDRIGHT' 'SCI_WORDRIGHTEND' 'SCI_WORDRIGHTENDEXTEND' 'SCI_WORDRIGHTEXTEND' 'SCI_ZOOMIN' 'SCI_ZOOMOUT')!
scintillaViewClass
^ScintillaView!
setEnumSpecialDefaultValues
#('Alpha' 'SC_ALPHA_NOALPHA' 'IndicatorStyle' 'INDIC_SQUIGGLE' 'CaretStyle' 'CARETSTYLE_LINE' 'CharacterSet' 'SC_CHARSET_DEFAULT')
#('Alpha' 'SC_ALPHA_NOALPHA' 'IndicatorStyle' 'INDIC_SQUIGGLE' 'CaretStyle' 'CARETSTYLE_LINE' 'CharacterSet' 'SC_CHARSET_DEFAULT' 'FontStretch' 'SC_STRETCH_NORMAL')
pairsDo: [:enumName :default | (TypeReference named: enumName) defaultValueName: default]
!
Expand All @@ -1750,8 +1769,9 @@ setKnownDefaults
"Integer values generally default to 0, and boolean to false. Here we set the special cases. Some are documented, others just read from the Scintilla code.
This knowledge is duplicated in the ScintillaView>>state method, and in the property maps for some attributes, so we should (ideally) generate those too."
#('SCI_GETMOUSEDWELLTIME' 'SC_TIME_FOREVER' 'SCI_GETCARETWIDTH' 1 'SCI_GETLAYOUTCACHE' 'SC_CACHE_CARET' 'SCI_GETHSCROLLBAR' true 'SCI_SETENDATLASTLINE' true 'SCI_GETSCROLLWIDTH' 2000 'SCI_GETTABINDENTS' true 'SCI_GETTABWIDTH' 8 'SCI_GETUSETABS' true 'SCI_GETTABMINIMUMWIDTH' 2 'SCI_AUTOCGETSEPARATOR' '$\x20 codePoint' 'SCI_AUTOCGETTYPESEPARATOR' '$? codePoint' 'SCI_AUTOCGETCANCELATSTART' true 'SCI_AUTOCGETAUTOHIDE' true 'SCI_AUTOCGETMAXHEIGHT' 5 'SCI_GETEDGECOLUMN' 1 'SCI_GETPOSITIONCACHE' 1024 'SCI_GETHOTSPOTSINGLELINE' true 'SCI_GETADDITIONALCARETSVISIBLE' true 'SCI_GETWHITESPACESIZE' 1 'SCI_GETPHASESDRAW' 'SC_PHASES_TWO' 'SCI_GETMOUSEWHEELCAPTURES' true 'SCI_GETMARGINCURSORN' 'SC_CURSORREVERSEARROW' 'SCI_GETMARGINLEFT' 1 'SCI_GETMARGINRIGHT' 1 'SCI_GETCODEPAGE' 'SC_CP_UTF8' 'SCI_INDICGETALPHA' 30 'SCI_INDICGETOUTLINEALPHA' 50 'SCI_INDICGETSTROKEWIDTH' 100 'SCI_STYLEGETBACK' 'Color white rgbCode' 'SCI_SETLAYOUTTHREADS' 1)
pairsDo: [:getMessage :defaultValue | defaultReturnValues at: getMessage put: defaultValue]!
#('SCI_GETMOUSEDWELLTIME' 'SC_TIME_FOREVER' 'SCI_GETCARETWIDTH' 1 'SCI_GETLAYOUTCACHE' 'SC_CACHE_CARET' 'SCI_GETHSCROLLBAR' true 'SCI_SETENDATLASTLINE' true 'SCI_GETSCROLLWIDTH' 2000 'SCI_GETTABINDENTS' true 'SCI_GETTABWIDTH' 8 'SCI_GETUSETABS' true 'SCI_GETTABMINIMUMWIDTH' 2 'SCI_AUTOCGETSEPARATOR' '$\x20 codePoint' 'SCI_AUTOCGETTYPESEPARATOR' '$? codePoint' 'SCI_AUTOCGETCANCELATSTART' true 'SCI_AUTOCGETAUTOHIDE' true 'SCI_AUTOCGETMAXHEIGHT' 5 'SCI_GETEDGECOLUMN' 1 'SCI_GETPOSITIONCACHE' 1024 'SCI_GETHOTSPOTSINGLELINE' true 'SCI_GETADDITIONALCARETSVISIBLE' true 'SCI_GETWHITESPACESIZE' 1 'SCI_GETPHASESDRAW' 'SC_PHASES_TWO' 'SCI_GETMOUSEWHEELCAPTURES' true 'SCI_GETMARGINCURSORN' 'SC_CURSORREVERSEARROW' 'SCI_GETMARGINLEFT' 1 'SCI_GETMARGINRIGHT' 1 'SCI_GETCODEPAGE' 'SC_CP_UTF8' 'SCI_INDICGETALPHA' 30 'SCI_INDICGETOUTLINEALPHA' 50 'SCI_INDICGETSTROKEWIDTH' 100 'SCI_STYLEGETBACK' 'Color white rgbCode' 'SCI_SETLAYOUTTHREADS' 1 'SCI_GETCOPYSEPARATOR' 'String empty')
pairsDo: [:getMessage :defaultValue | defaultReturnValues at: getMessage put: defaultValue]
!
splitDefinition: aReadableStream
| tokens |
Expand Down Expand Up @@ -2379,7 +2399,6 @@ renamedFunctions
"Annotations"
renamedMessages
at: 'SCI_ANNOTATIONCLEARALL' put: #basicRemoveAllAnnotations;
yourself.
"2.01"
Expand Down Expand Up @@ -2489,6 +2508,21 @@ renamedFunctions
at: 'SCI_GETSELECTIONHIDDEN' put: #isSelectionHidden;
at: 'SCI_GETSTYLEINDEXAT' put: #styleIdAt:;
yourself.
"5.5.1"
renamedMessages
at: 'SCI_CUTALLOWLINE' put: #basicCutSelectionOrLine;
yourself.
"5.5.2"
renamedMessages
at: 'SCI_GETCOPYSEPARATOR' put: #copySeparator;
at: 'SCI_SETCOPYSEPARATOR' put: #copySeparator:;
at: 'SCI_GETUNDOSEQUENCE' put: #undoSequenceDepth;
at: 'SCI_LINEINDENT' put: #indentLines;
at: 'SCI_LINEDEDENT' put: #unindentLines;
yourself.
renamedMessages
shrink;
yourself)! !
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ basicCutLine
self selectLineAndTerminator: self currentLine.
self basicCutSelection!

basicCutSelectionOrLine
self hasSelection ifTrue: [self basicCutSelection] ifFalse: [self basicCutLine]!

basicDeleteLine
self selectLineAndTerminator: self currentLine.
self clearSelection!
Expand Down Expand Up @@ -128,6 +131,9 @@ cutLine
<commandQuery: #canCut>
self basicCutLine!

cutSelectionOrLine
self basicCutSelectionOrLine!

defaultExtent
"Private - Answer the default size of the receiver in device-independent pixels (96-dpi DIPs). This is used only to determine the size of a view when it is created (although after scaling DIPs to the monitor DPI). Thereafter #preferredExtent is used when the desired size of a view is requested."

Expand Down Expand Up @@ -390,6 +396,7 @@ wordWrap: aBoolean
basicCopyLine!clipboard operations!private! !
basicCopySelectionOrLine!clipboard operations!private! !
basicCutLine!clipboard operations!private! !
basicCutSelectionOrLine!clipboard operations!private! !
basicDeleteLine!operations!private! !
basicDuplicateLine!operations!private! !
basicDuplicateSelection!private!selection! !
Expand All @@ -403,6 +410,7 @@ copyLine!clipboard operations!commands-actions!public! !
copySelectionOrLine!clipboard operations!commands-actions!public! !
currentLine!public!selection! !
cutLine!clipboard operations!commands-actions!public! !
cutSelectionOrLine!clipboard operations!commands-actions!public! !
defaultExtent!constants!private! !
defaultWindowStyle!constants!private! !
deleteLine!commands-actions!public! !
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ highlightRange: anInterval withIndicator: idInteger
self setIndicator: idInteger range: anInterval!

hoverTime
#deprecated. "Use #hoverDwell"
#deprecated. "Use #mouseDwellTime"
^self sciGetMouseDwellTime!

hoverTime: periodMillisecondsInteger
Expand Down Expand Up @@ -263,32 +263,32 @@ tokenTextAt: anInteger
^self styleRunTextAt: anInteger! !

!UI.Scintilla.ScintillaView categoriesForMethods!
currentLineAlpha:!caret, selection, and hotspot styles!public! !
currentLineAlpha:!public!selection, caret, and hotspot styles! !
firstVisibleLine:!public!scrolling! !
highlightRange:withIndicator:!indicators!public! !
hoverTime!other settings!private! !
hoverTime:!other settings!private! !
indicatorCount!constants!indicators!public! !
indicatorStyles!public!scintilla interface! !
indicatorStyles:!public!scintilla interface! !
isCurrentLineHighlighted:!caret, selection, and hotspot styles!public! !
indicatorStyles!indicators!public! !
indicatorStyles:!indicators!public! !
isCurrentLineHighlighted:!public!selection, caret, and hotspot styles! !
isDrawingBuffered!other settings!public!testing! !
isDrawingBuffered:!other settings!public! !
isDrawingTwoPhase!public!scintilla interface! !
isDrawingTwoPhase:!public!scintilla interface! !
isKeyboardInputUnicode!**auto generated**!other settings!public!scintilla interface!testing! !
isKeyboardInputUnicode:!**auto generated**!other settings!public!scintilla interface! !
marginCount!margins!public!scintilla interface! !
marginCount:!margins!public!scintilla interface! !
sciFormatRange:fr:!printing!private!scintilla interface! !
sciSetEdgeColumn:!long lines!private!scintilla interface! !
secondarySelectionAlpha:!caret, selection, and hotspot styles!public! !
selectionAlpha:!caret, selection, and hotspot styles!public! !
tokenEndAt:!enquiries!public! !
tokenRangeAt:!enquiries!public! !
isDrawingTwoPhase!public!scintilla interface-deprecated and discouraged messages and notifications! !
isDrawingTwoPhase:!public!scintilla interface-deprecated and discouraged messages and notifications! !
isKeyboardInputUnicode!**auto generated**!public!scintilla interface-other settings!testing! !
isKeyboardInputUnicode:!**auto generated**!public!scintilla interface-other settings! !
marginCount!public! !
marginCount:!public! !
sciFormatRange:fr:!private!scintilla interface-printing! !
sciSetEdgeColumn:!private!scintilla interface-long lines! !
secondarySelectionAlpha:!public!selection, caret, and hotspot styles! !
selectionAlpha:!public!selection, caret, and hotspot styles! !
tokenEndAt:!public!styling! !
tokenRangeAt:!public!styling! !
tokensFrom:to:!public!text retrieval & modification! !
tokenStartAt:!enquiries!public! !
tokenTextAt:!enquiries!public! !
tokenStartAt:!public!styling! !
tokenTextAt:!public!styling! !
!

"End of package definition"!
Expand Down
Loading

0 comments on commit a6518ad

Please sign in to comment.