<br><br><div class="gmail_quote">On 23 March 2010 05:41, Dominic Hopf <span dir="ltr"><<a href="mailto:dmaphy@googlemail.com">dmaphy@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Am Sonntag, den 21.03.2010, 20:36 -0800 schrieb Ari:<br>
<div class="im">> Hi - I'm trying to get Geany to highlight TODO and FIXME notes in red or with<br>
> a different background.<br>
> I've been playing with filetypes.python but I can only geany to highlight<br>
> TODO when not in a comment line.<br>
><br>
> Is there a way to do this?<br>
</div>Maybe Ctrl-Shift-M is what you're searching for? :)<br>
<div class="im"><br>
> I noticed there is a plugin that "collects" TODO tasks and it would be<br>
> useful to me if it didn't require a "description" of the TODO, which I don't<br>
> do in many cases, and of course, if it would somehow highlight the<br>
> TODO/FIXME note.<br>
<br>
</div>Maybe such a feature could be implemented in the plugin. I'd suggest you<br>
to file a feature request at sourceforge [1].<br>
<br>
Best Regards,<br>
Dominic<br>
<br></blockquote><div><br>I'd expect that this needs to be done in the scintilla language lexer, specifically the lexer needs to look for TODO within comments.  I presume you got it to work outside comments by setting TODO as a keyword, but lexers don't ignore keywords in comments, strings etc, after all thats the language definition :-)<br>
<br>In fact AFAIK no lexer looks for any structure within a comment.  A  plugin would be "fighting" the lexer to style that bit of text so I doubt it would work.<br><br>Cheers<br>Lex<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

[1] <a href="http://sourceforge.net/tracker/?group_id=222729&atid=1056535" target="_blank">http://sourceforge.net/tracker/?group_id=222729&atid=1056535</a><br>
<font color="#888888"><br>
--<br>
Dominic Hopf <<a href="mailto:dmaphy@googlemail.com">dmaphy@googlemail.com</a>><br>
<br>
<a href="http://dominichopf.de/" target="_blank">http://dominichopf.de/</a><br>
<br>
Key Fingerprint:<br>
A7DF C4FC 07AE 4DDC 5CA0 BD93 AAB0 6019 CA7D 868D<br>
</font><br>_______________________________________________<br>
Geany mailing list<br>
<a href="mailto:Geany@uvena.de">Geany@uvena.de</a><br>
<a href="http://lists.uvena.de/cgi-bin/mailman/listinfo/geany" target="_blank">http://lists.uvena.de/cgi-bin/mailman/listinfo/geany</a><br>
<br></blockquote></div><br>