SF.net SVN: geany-plugins:[1283] trunk/geanygendoc/TODO
colombanw at users.sourceforge.net
colombanw at xxxxx
Thu Apr 22 15:06:40 UTC 2010
Revision: 1283
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1283&view=rev
Author: colombanw
Date: 2010-04-22 15:06:40 +0000 (Thu, 22 Apr 2010)
Log Message:
-----------
GeanyGenDoc: Update TODO list
Modified Paths:
--------------
trunk/geanygendoc/TODO
Modified: trunk/geanygendoc/TODO
===================================================================
--- trunk/geanygendoc/TODO 2010-04-22 15:06:22 UTC (rev 1282)
+++ trunk/geanygendoc/TODO 2010-04-22 15:06:40 UTC (rev 1283)
@@ -1,3 +1,12 @@
+* Fix tag children sorting.
+ Currently tag children (for e.g. structures, enumerations, etc.) are
+ sorted as we get them from Geany, which means alphabetically by name.
+ This is no good since it reorders structure, enumeration, etc,
+ children.
+ The easiest fix is probably to sort the tag array by line before
+ doing anything, but it would be interesting to sort only the symbol
+ list that we build for the environment.
+
* support setting duplication in filetype configuration
function = {
template = "my template";
@@ -11,7 +20,3 @@
* Support doctype-specific user-defined environment chunks.
Problem: there is (for now) nothing here for this kind of settings
(doctype-global but also specific to it).
-
-* Provide convenient action "document all file" which would document each and
- every thing in teh current file. Needs a lot of care because of FORWARD
- policies but should be doable (and pretty cool).
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Plugins-Commits
mailing list