On Wed, 13 Jun 2007 16:19:43 +0200, "Dominic Hopf ("dmaphy")" dmaphy_damastasif@gmx.net wrote:
Hi,
I'm using geany since a few month now. When working on bigger projects there is one little thing i am missing: I'm using Doc-Comments in PHP and they are not highlighted... that makes working a bit difficult and confusing, because one can not see, if this is a doc-comment or an normal block-comment.
There is a project which generates a Documentation with these doc-comments, it can be found on www.phpdoc.org.
I'm sorry, but i don't know if this really is a geany-issue, maybe it is an scintilla-issue?
It is a Scintilla-issue because the HTML lexer(responsible for parsing PHP code) doesn't support doc comments. So, it would be the best if you open a feature request at the Scintilla's bug tracker[1]. Once Scintilla supports it, we will integrate it into Geany.
[1] https://sourceforge.net/tracker/?group_id=2439&atid=352439
Regards, Enrico