fixed: the clipboard didn't work well

CopyBoth should not use GlobalFree() if SetClipboardData() succeeded
added:   menu edit: select all, bracket
changed: ctrl+c is equivalent to CopySpecial() now
         if there is a selection on an edit (and the edit has focus) it works as a normal copy
         but if there isn't any selections then it copies the result



git-svn-id: svn://ttmath.org/publicrep/ttcalc/trunk@234 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2009-11-03 13:31:11 +00:00
parent d3b0262244
commit ce272dcb1a
7 changed files with 118 additions and 45 deletions

View File

@@ -3,7 +3,7 @@ Version 0.9.0 prerelease (2009.11.03):
* added: Pad window - a multiline edit window
* added: Checking for update dialog box
* added: there are some new buttons on the standard tab
- (...) - the whole expression is surrounded by brackets
- (...) - the whole expression is surrounded by brackets (ctrl+0 short cut)
- 1/(...)
- ;
- % - a new percentage operator