On Wed, 02 Sep 2009 20:11:21 +0400, Eugene wrote:<...>maybe it worths converting one-line wrappers into macros, so that we won't need to export them.But then we end up in some wrappers realised as macros, others as functions (those which have a little logic in it).
You can also easily use Scintilla messages directly in your plugin code using the scintilla_send_message() function.