fixed: when the program was run as a maximalized window, the window was only resized horizontly
changed input edit: can have 2048 characters now fixed: the focus (when using the tab key) didn't go from tabs into their controls added: a button 'err' which shows us where is an error (an incorrect character etc.) changed: diplaying an error message is from the main thread now added: when the program calculates (for example the factorial) and an user clicks on the 'err' button then a 'calculating...' message will be printed git-svn-id: svn://ttmath.org/publicrep/ttcalc/trunk@14 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
17
TODO
17
TODO
@@ -1,17 +1,12 @@
|
||||
TODO TTCalc
|
||||
===========
|
||||
|
||||
* increase the input edit
|
||||
* when the program should be run as the maximalized window, the window is only
|
||||
resizing horizontly
|
||||
* doesn't set 'always on top' if it was in the configuration file
|
||||
* add the button 'error' which shows us where is incorrect character (in input edit)
|
||||
* add the test when program is being starded which checks if the coordinates of the
|
||||
* To add the test when program is being starded which checks if the coordinates of the
|
||||
main window actually pointing
|
||||
at the valid area (for example when someone take his configuration file into a
|
||||
new computer)
|
||||
* add some physical constants
|
||||
* make the help
|
||||
* the focus (from tab key) doesn't go from tabs into their controls
|
||||
* when compiling under Cygwin the program has a problem with line-ends in
|
||||
the configuration file (/r/n)
|
||||
* To add some physical constants
|
||||
* To make the help
|
||||
* To resize the last column in lists (variabies and functions) to the main window
|
||||
* To block the possibility of putting digits as names of variables and funtions
|
||||
|
||||
|
Reference in New Issue
Block a user