public
Description: Augment is a system for gathering metadata from code and displaying it.
Homepage: http://augment.rubyforge.org
Clone URL: git://github.com/technomancy/augment.git
augment / TODO
100644 15 lines (15 sloc) 0.521 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Layers:
 - determine char range from ambiguous method names and class methods
 - get the char range for a whole method
 - get the char range for the "def" line of a method
FlogBackend:
 - color layers based on the severity of complexity
General:
 - allow "--interactive" use to specify what backends to use
 - allow for a broader range of colors (html colors?) (how to handle ANSI?)
 - overlapping layers?
 - publish html+docs using rsync
Emacs:
 - stability issues
 - augment-show-message
 - specify what backends to use