diff options
author | nyamatongwe <unknown> | 2011-11-16 10:48:45 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2011-11-16 10:48:45 +1100 |
commit | 28c1fc8c7506c2ba873f9ff5d8af06480b228abd (patch) | |
tree | 20904e6d7e4a98397eb4b98eff87c55a139539c3 | |
parent | 706467b15ad45ab2653733eff7e3afdf3486b251 (diff) | |
download | scintilla-mirror-28c1fc8c7506c2ba873f9ff5d8af06480b228abd.tar.gz |
Switched CountCharacters to be a function instead of a property.
-rw-r--r-- | include/Scintilla.iface | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 99c0d69a1..d2cfc2e40 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -764,7 +764,7 @@ get position GetLineIndentPosition=2128(int line,) get int GetColumn=2129(position pos,) # Count characters between two positions. -get int CountCharacters=2633(int startPos, int endPos) +fun int CountCharacters=2633(int startPos, int endPos) # Show or hide the horizontal scroll bar. set void SetHScrollBar=2130(bool show,) |