<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Le 07/06/2010 16:43, Colomban Wendling a écrit :<br>
<blockquote cite="mid:4C0D0579.4020704@herbesfolles.org" type="cite">
  <ol>
    <li>How to know if a character is or not part of a comment, string
or
so? (e.g. should be interpreted as a syntactic element by itself) I
need this to find the parenthesis -- and no, I can't do the same than
brace_match() since I don't know the position of any of the parentheses.</li>
    <li>Why brace_match() uses the character at <tt>(pos - 1)</tt> but
the style at <tt>(pos)</tt>? This seems to be needed for brackets but
breaks with parentheses (see comments in the WIP patch).<br>
    </li>
  </ol>
</blockquote>
Again... a little update of the current state that fixes some errors of
the previous one (which broke some existing indentation). Notably, my
original problem 2) is gone by using
sci_find_matching_brace(). Last known problem is 1) -- which is not a
problem most of the time, but still.<br>
<br>
Regards,<br>
Colomban<br>
</body>
</html>