Difference between revisions of "Assignment 2 (Release 0.3): Q & A"

From CDOT Wiki
Jump to: navigation, search
Line 7: Line 7:
 
=== Features Proposed by Team 42 ===
 
=== Features Proposed by Team 42 ===
  
#[[:File:Smart_word_wrapping.jpg|Smart word wrapping]] - Smart word wrapping - words are not cut off mid-word while wrapping
+
#Smart word wrapping - words are not cut off mid-word while wrapping
 
#Optimization - "test" compiled executables have efficiency issues when moving boxes around
 
#Optimization - "test" compiled executables have efficiency issues when moving boxes around
 
#Colors - you can add color to the test program if you're making your own main
 
#Colors - you can add color to the test program if you're making your own main
 
#Timer - to keep track of how long the user has been running your custom main
 
#Timer - to keep track of how long the user has been running your custom main
 
#Files - Read string from file, use that string for editing, then write the result string to that file, overwriting original
 
#Files - Read string from file, use that string for editing, then write the result string to that file, overwriting original

Revision as of 11:54, 25 September 2012

Q & A

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