<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=windows-1251"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Enrico. Here are some comments about turning sciwrappers into macros.<br>
<br>
Enrico Tröger wrote:
<blockquote cite="mid:20090902233832.74c3d88f.enrico.troeger@uvena.de"
 type="cite">
  <pre wrap="">On Wed, 02 Sep 2009 20:11:21 +0400, Eugene wrote:

  </pre>
  <pre wrap=""><...></pre>
  <blockquote type="cite">
    <pre wrap="">maybe it worths converting one-line wrappers into macros, so that we
won't need to export them.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
But then we end up in some wrappers realised as macros, others as
functions (those which have a little logic in it).
  </pre>
</blockquote>
<br>
Yes, but is it a problem?<br>
<br>
<blockquote cite="mid:20090902233832.74c3d88f.enrico.troeger@uvena.de"
 type="cite">
  <pre wrap="">You can also easily use Scintilla messages directly in your plugin code
using the scintilla_send_message() function.
  </pre>
</blockquote>
<br>
Yes, but if those macros were defined in geany, no plugin writers would
need to write their own or using scintilla_send_message calls (which
are little longer).<br>
<br>
Anyway, using macros instead of functions is an insignificant
suggestion, you can ignore that.<br>
<br>
Best regards,<br>
Eugene.<br>
</body>
</html>