Discrepancy in Scintilla.iface

Mitchell <[email protected]> Sat, 3 May 2025 22:35:35 -0400
Newsgroups gmane.comp.lib.scintilla.devel
Message-ID <[email protected]>
Hi Neil,

I noticed the "CallTipPosStart=2203(,)” message in Scintilla.iface is marked as a “fun” when I think it should be a “get”.

```
 # Retrieve the position where the caret was before displaying the call tip.
-fun position CallTipPosStart=2203(,)
+get position CallTipPosStart=2203(,)
 
 # Set the start position in order to change when backspacing removes the calltip.
 set void CallTipSetPosStart=2214(position posStart,)
```

I have a script that generates an interface for my application from Scintilla.iface and I end up having both a function (getter) and property setter when they both ought to be combined into a single read-write property.

Cheers,
Mitchell

-- 
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/d/msgid/scintilla-interest/C8FCA59E-83AB-4C1F-9319-3C5D85DA1F2E%40foicica.com.