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

From CDOT Wiki
Jump to: navigation, search
(Created page with '== Possible Additional Features/Challenging & Interesting Enhancements == === Features Proposed by Team 42 === #Smart word wrapping - Smart wo…')
 
Line 1: Line 1:
== Possible Additional Features/Challenging & Interesting Enhancements ==
+
== Q & A ==
 +
 
 +
== Bug Reports ==
 +
 
 +
== Possible/Challenging Enhancements ==
  
 
=== 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
 
#[[:File:Smart_word_wrapping.jpg|Smart word wrapping]] - Smart word wrapping - words are not cut off mid-word while wrapping
#Optimization - the 'test' compiled .exe has efficiency issues when scrolling around the string
+
#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:53, 25 September 2012

Q & A

Bug Reports

Possible/Challenging Enhancements

Features Proposed by Team 42

  1. Smart word wrapping - 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