Greg Smith wrote:
I have now completed the call tip changes. There is a new style, STYLE_CALLTIP = 38 and a new message, SCI_CALLTIPSTYLE(int tabsize). If you do not use the message, there is no change to the behaviour of Scintilla. If you do use the message, you can then set the font facename, size, character set and foreground and background colour using STYLE_CALLTIP. All the previous call tip messages continue to work exactly as before.

The tabsize argument to SCI_CALLTIPSTYLE allows you to produce tabulated output in the tip (for example to list arguments). There are changes in the following files:

ScintillaDoc.html       Documentation for changes
Scintilla.h             New style and message
Scintilla.iface         New style and message
calltip.cxx/h           Implementation of tabs in drawing
ScintillaBase.cxx       StartCallTip mods, message handler changes
ViewStyle.cxx           Initialise colours of STYLE_CALLTIP

Where should I send them for review?

Sounds very complete... possibly trivial, but you maintained the casing on everything *but* "CallTip.cxx". :)

You probably already did this, but hopefully you "blended" your changes (style-wise) into both the code and documentation - to make life easier for future users/contributers/maintainers of Scintilla.

It's easiest for Neil and your potential testing audience if you can post an archive containing your files on a Web site and give the link here... if that is not possible, then Neil will presumably suggest something.

Robert Roessler
[EMAIL PROTECTED]
http://www.rftp.com
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to