Fix for edit modes regarding auto documentation tools (e.g. doxygen, phpdoc, javadoc etc).
Submitted by Monday, 19 April, 2010 - 13:29
on
Hi,
I have noticed that there is a doxygen edit mode (doxygen is similar to javadoc or phpdoc for those who don't know - these are tools which autogenerate code documentation from specially formatted comments in source code).
The issue I have is that the edit mode for .php includes PHPDoc but doesn't include doxygen. I think the functionality should probably be that there is a default edit mode for php and a secondary edit mode which represents any auto-documentation edit mode types.
This would apply for people using java with javadoc, or php with phpdoc, or php with doxygen or c with doxygen etc. At the moment phpdoc edit mode seems to be hardwired in to php edit mode. I believe the primary / secondary edit mode work-around is more improved. Or at least have a way of selecting which auto-doc tool is to be associated with which files. I would like to be able to associate my php files with doxygen (as an editing mode) and not phpdoc.
Just a quick shout to all developers of this project... jEdit is awesome... especially as I develop on Windows, OSX and Linux at different times. It works on ALL of these... thanks thanks thanks :)
I have noticed that there is a doxygen edit mode (doxygen is similar to javadoc or phpdoc for those who don't know - these are tools which autogenerate code documentation from specially formatted comments in source code).
The issue I have is that the edit mode for .php includes PHPDoc but doesn't include doxygen. I think the functionality should probably be that there is a default edit mode for php and a secondary edit mode which represents any auto-documentation edit mode types.
This would apply for people using java with javadoc, or php with phpdoc, or php with doxygen or c with doxygen etc. At the moment phpdoc edit mode seems to be hardwired in to php edit mode. I believe the primary / secondary edit mode work-around is more improved. Or at least have a way of selecting which auto-doc tool is to be associated with which files. I would like to be able to associate my php files with doxygen (as an editing mode) and not phpdoc.
Just a quick shout to all developers of this project... jEdit is awesome... especially as I develop on Windows, OSX and Linux at different times. It works on ALL of these... thanks thanks thanks :)