[scintilla] Allocation query
by Neil Hodgson other posts by this author
Feb 29 2004 9:12AM messages near this date
Re: [scintilla] Thanks Neil and some help on Page Up - Page Down
needed
|
[scintilla] [ scintilla-Support Requests-907171 ] MSSQL lexer
This patch from Bruce Dodson makes all methods that take a stringresult
argument ("char *" in C) allow a NULL (0) value to indicate that the method
should return the size of the buffer to allocate to hold the complete
result. This should make it easier for wrapper generators to correctly wrap
these methods. The methods that take a stringresult argument and have
therefore been changed are GetCurLine, GetLine, GetSelText, and GetText but
not the WM_* and EM_* Windows edit control emulation messages. I added some
documentation. Committed to CVS.
Neil
_______________________________________________
Scintilla-interest mailing list
Scintilla-interest@[...].org
http://mailman.lyra.org/mailman/listinfo/scintilla-interest
|