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
improved web site documentation
Phil Hagelberg (author)
Sun Nov 04 17:55:18 -0800 2007
commit  f5e32c93da67bb1e9888d954a2d62518d9a5dfa7
tree    232b6ed267e6c9e33034b7fa0c50033477c878fd
parent  67467441fb2b13b592192ac2003c6739182e01fb
0
...
1
2
3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
...
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
0
@@ -1,3 +1,14 @@
0
-= Backends
0
-== test/unit
0
-* Discover char range from exception
0
+Layers:
0
+ - determine char range from ambiguous method names and class methods
0
+ - get the char range for a whole method
0
+ - get the char range for the "def" line of a method
0
+FlogBackend:
0
+ - color layers based on the severity of complexity
0
+General:
0
+ - allow "--interactive" use to specify what backends to use
0
+ - allow for a broader range of colors (html colors?) (how to handle ANSI?)
0
+ - overlapping layers?
0
+Emacs:
0
+ - stability issues
0
+ - augment-show-message
0
+ - specify what backends to use
0
\ No newline at end of file

Comments

    No one has commented yet.