@@ -1174,6 +1174,12 @@ set void AutoCSetStyle=2109(int style,)
11741174# Get the style number used for auto-completion and user lists fonts.
11751175get int AutoCGetStyle=2120(,)
11761176
1177+ # Set the scale factor in percent for auto-completion list images.
1178+ set void AutoCSetImageScale=2815(int scalePercent,)
1179+
1180+ # Get the scale factor in percent for auto-completion list images.
1181+ get int AutoCGetImageScale=2816(,)
1182+
11771183# Set the number of spaces used for one level of indentation.
11781184set void SetIndent=2122(int indentSize,)
11791185
@@ -1337,6 +1343,7 @@ get ChangeHistoryOption GetChangeHistory=2781(,)
13371343enu UndoSelectionHistoryOption=SC_UNDO_SELECTION_HISTORY_
13381344val SC_UNDO_SELECTION_HISTORY_DISABLED=0
13391345val SC_UNDO_SELECTION_HISTORY_ENABLED=1
1346+ val SC_UNDO_SELECTION_HISTORY_SCROLL=2
13401347
13411348# Enable or disable undo selection history.
13421349set void SetUndoSelectionHistory=2782(UndoSelectionHistoryOption undoSelectionHistory,)
@@ -1415,6 +1422,9 @@ fun position PositionFromLine=2167(line line,)
14151422# Scroll horizontally and vertically.
14161423fun void LineScroll=2168(position columns, line lines)
14171424
1425+ # Scroll vertically with allowance for wrapping.
1426+ fun void ScrollVertical=2817(line docLine, line subLine)
1427+
14181428# Ensure the caret is visible.
14191429fun void ScrollCaret=2169(,)
14201430
@@ -1565,7 +1575,7 @@ fun void CallTipCancel=2201(,)
15651575fun bool CallTipActive=2202(,)
15661576
15671577# Retrieve the position where the caret was before displaying the call tip.
1568- fun position CallTipPosStart=2203(,)
1578+ get position CallTipPosStart=2203(,)
15691579
15701580# Set the start position in order to change when backspacing removes the calltip.
15711581set void CallTipSetPosStart=2214(position posStart,)
0 commit comments