Open main menu

CDOT Wiki β

Changes

Console UI Core Classes - OOP344 20113

189 bytes added, 15:58, 23 November 2011
To Do
#:*# Save the value of the '''offset''' in a local variable at the very beginning of the main processing loop in the '''edit()''' function.
#:*# At the very end of the processing loop, If '''IsTextEditor''' is true, then compare the saved value with the value of offset. If the values are different, then set the termination flag (done) to true.
#:* Also if '''IsTextEditor''' is true, '''ESCAPE''' should no longer undo the changes in the line. (since in this case, it is responsibility of the Text editor (CText) to undo the changes.
# Before starting CCheckList:
#: Add the following methods to the CCheckMark class