Fix minor typos in STC docs.

This commit is contained in:
Blake Madden
2021-03-11 05:39:48 -05:00
parent 28d705424b
commit b20d6c6e18
2 changed files with 6 additions and 6 deletions

View File

@@ -263,7 +263,7 @@ val SC_IME_INLINE=1
# Is the IME displayed in a window or inline? # Is the IME displayed in a window or inline?
get int GetIMEInteraction=2678(,) get int GetIMEInteraction=2678(,)
# Choose to display the the IME in a winow or inline. # Choose to display the IME in a winow or inline.
set void SetIMEInteraction=2679(int imeInteraction,) set void SetIMEInteraction=2679(int imeInteraction,)
enu MarkerSymbol=SC_MARK_ enu MarkerSymbol=SC_MARK_
@@ -736,7 +736,7 @@ set void SetCaretLineBack=2098(colour back,)
# Experimental feature, currently buggy. # Experimental feature, currently buggy.
set void StyleSetChangeable=2099(int style, bool changeable) set void StyleSetChangeable=2099(int style, bool changeable)
# Display a auto-completion list. # Display an auto-completion list.
# The lengthEntered parameter indicates how many characters before # The lengthEntered parameter indicates how many characters before
# the caret should be used to provide context. # the caret should be used to provide context.
fun void AutoCShow=2100(int lengthEntered, string itemList) fun void AutoCShow=2100(int lengthEntered, string itemList)
@@ -2150,10 +2150,10 @@ set void SetIndicatorValue=2502(int value,)
# Get the current indicator value # Get the current indicator value
get int GetIndicatorValue=2503(,) get int GetIndicatorValue=2503(,)
# Turn a indicator on over a range. # Turn an indicator on over a range.
fun void IndicatorFillRange=2504(position start, int lengthFill) fun void IndicatorFillRange=2504(position start, int lengthFill)
# Turn a indicator off over a range. # Turn an indicator off over a range.
fun void IndicatorClearRange=2505(position start, int lengthClear) fun void IndicatorClearRange=2505(position start, int lengthClear)
# Are any indicators present at pos? # Are any indicators present at pos?

View File

@@ -1076,7 +1076,7 @@ public:
@c wxEVT_STC_INDICATOR_CLICK @c wxEVT_STC_INDICATOR_CLICK
- Generated when a indicator has been clicked. - Generated when an indicator has been clicked.
- Valid event functions: - Valid event functions:
@link wxStyledTextEvent::GetModifiers GetModifiers@endlink, @link wxStyledTextEvent::GetModifiers GetModifiers@endlink,
@@ -1087,7 +1087,7 @@ public:
@c wxEVT_STC_INDICATOR_RELEASE @c wxEVT_STC_INDICATOR_RELEASE
- Generated when a click over a indicator has been released. - Generated when a click over an indicator has been released.
- Valid event functions: - Valid event functions:
@link wxStyledTextEvent::GetModifiers GetModifiers@endlink, @link wxStyledTextEvent::GetModifiers GetModifiers@endlink,