Progress of Week 5: February 27 – March 3

·        Worked on Paragraph View. (21/2 hours)

o             Localized the Logger messages to log when paint() method is called. Paint() is called as expected in all cases.

o             Tried using Nupura’s new view for delimiter tags, the repainting problem still remains.

·        Implemented enclosing and opening up an element with undo/redo support. (9 hours)

o             To test “Opening up” an element, place the cursor at the right place and either select Element -> Open an Element or press CTRL+O. The branch element at the cursor position will be opened.

o             To test “Enclosing in” element, select the complete elements that need to be enclosed, and either select Element -> Enclose Element or press CTRL+E. Enter the new enclosing element name. The selected elements will be made children of the new element.

Still needs some work.