Assignment 2 (Release 0.1): Q & A

From CDOT Wiki
Revision as of 20:55, 1 October 2012 by Petr Bouianov (talk | contribs)
Jump to: navigation, search

Q & A

Q: Are we able to toggle the border's visibility or are we only able to toggle the frame's visibility? If yes, the constructor does not receive any information about the visibility of the border, do we assume that the border is visible?
A: Yes, we do get to toggle the border visibility by using the void bordered(bool)method which "sets the visibility of the border to the value received". The frame has no border if it is a fullscreen frame, should be safe to assume it has a border if it is not fullscreen (unless otherwise specified). Team42.
Submitted by: Gideon Thomas and Marie Karimizadeh

Bug Reports

Possible/Challenging Enhancements

Features Proposed by Team 42

  1. Smart word wrapping - words are not cut off mid-word while wrapping
  2. Optimization - "test" compiled executables have efficiency issues when moving boxes around
  3. Colors - you can add color to the test program if you're making your own main
  4. Timer - to keep track of how long the user has been running your custom main
  5. Files - Read string from file, use that string for editing, then write the result string to that file, overwriting original