diff options
| author | nyamatongwe <devnull@localhost> | 2011-11-16 10:48:45 +1100 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2011-11-16 10:48:45 +1100 |
| commit | 50884bc434d9893f6e3450e43bbb5aac213999d1 (patch) | |
| tree | f544e7137735b8557e6f65fc3640717df5d06d86 | |
| parent | 445cc61d3c5dead15aeca9c363ccbbe57018d744 (diff) | |
| download | scintilla-mirror-50884bc434d9893f6e3450e43bbb5aac213999d1.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,) |
