Difference between revisions of "Assignment 2 (Release 0.3): Q & A"
Line 7: | Line 7: | ||
=== Features Proposed by Team 42 === | === Features Proposed by Team 42 === | ||
− | # | + | #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 10:54, 25 September 2012
Q & A
Bug Reports
Possible/Challenging Enhancements
Features Proposed by Team 42
- 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