Difference between revisions of "Assignment 2 (Release 0.3): Q & A"
(Created page with '== Possible Additional Features/Challenging & Interesting Enhancements == === Features Proposed by Team 42 === #Smart word wrapping - Smart wo…') |
|||
Line 1: | Line 1: | ||
− | == Possible | + | == 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 - | + | #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 10:53, 25 September 2012
Q & A
Bug Reports
Possible/Challenging Enhancements
Features Proposed by Team 42
- Smart word wrapping - Smart word wrapping - words are not cut off mid-word while wrapping
- 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
- 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