Error in scintilla.iface

2 views
Skip to first unread message

boca4711

unread,
Dec 25, 2009, 1:32:00 PM12/25/09
to scintilla-interest
The documentation says, that SCI_GETSELECTIONNSTART and
SCI_GETSELECTIONNEND have a parameter 'int selection'. This parameter
is missing in scintilla.iface

# Returns the position at the start of the selection.
get position GetSelectionNStart=2585(,)

# Returns the position at the end of the selection.
get position GetSelectionNEnd=2587(,)


This should be

# Returns the position at the start of the selection.
get position GetSelectionNStart=2585(int selection,)

# Returns the position at the end of the selection.
get position GetSelectionNEnd=2587(int selection,)

Neil Hodgson

unread,
Dec 29, 2009, 6:18:38 AM12/29/09
to scintilla...@googlegroups.com
boca4711:

> The documentation says, that SCI_GETSELECTIONNSTART and
> SCI_GETSELECTIONNEND have a parameter 'int selection'. This parameter
> is missing in scintilla.iface

Fixed in CVS.

Neil

Reply all
Reply to author
Forward
0 new messages