Enhancement

- Added indentTree function that will provide the basis for a new 'projects'
  command, and potentially more.  Includes unit tests.  Based on a patch from
  Ralph Bean.
This commit is contained in:
Paul Beckingham 2011-12-27 15:32:51 -05:00
parent fb842cd5f5
commit 0001457612
5 changed files with 72 additions and 15 deletions

View file

@ -13,19 +13,6 @@ New Code Needs
- text.cpp extractLines needs to be rewritten in a UTF8-aware and color-code
sensitive manner.
- Need a function to accept a list of projects, and return an indented list
that reflects the hierarchy. This will likely go into the new 'projects'
command. Something like:
Input - "one"
"one.two"
"one.two.three"
"one.four"
"two"
Output - "one"
" one.two"
" one.two.three"
" one.four"
"two"
- Need export_sql.yy script. Any language. This would have value as an
example, or template script serving as a starting-point for anyone who
needed this format.
@ -145,6 +132,7 @@ Current Codebase Condition
---
2011-12-23 Removed entry for tree-indentation function.
2011-10-16 Removed obsolete entries, added test suite description.
2011-10-16 Removed obsolete entries.
2011-08-21 Small changes, new work listed.