<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On 11 January 2014 13:21, Nate Bargmann <span dir="ltr"><<a href="mailto:n0nb@n0nb.us" target="_blank">n0nb@n0nb.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
As I use Geany for C work, one enhancement to the syntax highlighting<br>
would be to have C function names highlighted.  This would be any<br>
symbol, other than a C language keyword such as do, if, else, while,<br>
etc. that often have an open parenthesis following them and are already<br>
highlighted.<br>
<br>
For example, main() would have the word "main" highlighted but not the<br>
paratheses.  Or, foo(bar(a, (b * x))) would have the words "foo" and "bar"<br>
highlighted, and the parentheses, operators, and arguments would be in<br>
the current colors.<br>
<br>
Perhaps this is a limitation of the Scintilla editor?<br></blockquote><div><br></div><div>You are correct that the first step would be to make Scintilla's C lexer identify function calls as separate entities that can be highlighted. (and an option to turn this off as well)</div>
<div><br></div><div>Cheers</div><div>Lex</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
This would really help when dealing with source that uses libraries such<br>
as Gtk+ with many long function names on line after line.<br>
<br>
Thanks!<br>
<span class="HOEnZb"><font color="#888888"><br>
- Nate<br>
<br>
--<br>
<br>
"The optimist proclaims that we live in the best of all<br>
possible worlds.  The pessimist fears this is true."<br>
<br>
Ham radio, Linux, bikes, and more: <a href="http://www.n0nb.us" target="_blank">http://www.n0nb.us</a><br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.geany.org">Users@lists.geany.org</a><br>
<a href="https://lists.geany.org/cgi-bin/mailman/listinfo/users" target="_blank">https://lists.geany.org/cgi-bin/mailman/listinfo/users</a><br>
</font></span></blockquote></div><br></div></div>