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? Greg Smith _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
