Enhancment - undo

- Now presents a side-by-side table for comparison during undo.
This commit is contained in:
Paul Beckingham 2009-07-02 22:15:10 -04:00
parent 5a1191300c
commit 65595220f2
4 changed files with 99 additions and 8 deletions

View file

@ -76,6 +76,7 @@ void spit (const std::string&, const std::string&);
void spit (const std::string&, const std::vector <std::string>&, bool addNewlines = true);
bool taskDiff (const Task&, const Task&);
std::string taskDifferences (const Task&, const Task&);
std::string renderAttribute (const std::string&, const std::string&);
#endif
////////////////////////////////////////////////////////////////////////////////