Re: [scintilla] publicize FindColumn function
by Neil Hodgson other posts by this author
Mar 2 2004 9:32AM messages near this date
[scintilla] publicize FindColumn function
|
[scintilla] Thanks Neil and some help on Page Up - Page Down needed
Eido Safrai:
> The function GetColumn is in the interface of the Scintilla DLL
> (SCI_GETCOLUMN) but the opposite function are not!!!
>
> Please insert the following fix:
>
> In editor.cxx line 5975:
> case SCI_FINDCOLUMN:
> return pdoc->FindColumn(wParam, lParam);
The function appears to not be well defined for values outside the
document although this doesn't matter to the internal caller. For this to be
published, it should do something more sensible for out of bounds cases and
needs some documentation.
Neil
_______________________________________________
Scintilla-interest mailing list
Scintilla-interest@[...].org
http://mailman.lyra.org/mailman/listinfo/scintilla-interest
Thread:
Eido Safrai
Neil Hodgson
|