ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> scintilla-interest
scintilla-interest
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved