From 50884bc434d9893f6e3450e43bbb5aac213999d1 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 16 Nov 2011 10:48:45 +1100 Subject: Switched CountCharacters to be a function instead of a property. --- include/Scintilla.iface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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,) -- cgit v1.2.3