]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/TODO
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / flower / TODO
index 9d4ade3bcd4f1eb14101ff34f01c0212b4eeb8b5..6229ff65fb9bf51eb5e8a40f60f87483280654a9 100644 (file)
@@ -1,22 +1,36 @@
-       * PCursor -> Pointer_cursor / PointerCursor ?
 
-       * efficient copy cons for List
 
-       * extend Interval
+       * Unicode support in strings
+
+       * write a decent Dictionary
+       - write a Pointer_hash template
+
+       * Array::slice() upper too
+
+       * fix ambiguous String constructor overloads, e.g.:
+         String( int ) and String( char ), use 
+       
+       class String { 
+               explicit String(int);
+       }
 
-       * change String::pos
+       * Automake, libtool
 
-               s[s.pos('%')] == '%'
+       * disable this auto conv: const pointer -> bool -> string
 
-       would be nice
+       * Pointer_array
 
-       * use template handle in handle.hh for strings.
+       * PCursor -> Pointer_cursor / PointerCursor ?
+
+       * efficient copy cons for List
+
+       * extend Interval
 
-       * Restricted cursor/list: make sublist from a list, and use rcursor
-as if list is as big as the sublist.
+       * use template handle in handle.hh for strings?
 
        * move towards gnu or STL?
 
                parsestream.h
                vector.h
 
+       * lgetopt: cmd -, or cmd --