Tue, 23 Apr 2019 16:31:06 +0200 #FEATURE by cg
Claus Gittinger <cg@exept.de> [Tue, 23 Apr 2019 16:31:06 +0200] rev 6573
#FEATURE by cg class: DialogBox added: #isDialogBox
Tue, 16 Apr 2019 12:04:09 +0200 #FEATURE by stefan
Stefan Vogel <sv@exept.de> [Tue, 16 Apr 2019 12:04:09 +0200] rev 6572
#FEATURE by stefan class: EditTextView added: #lineEndCRLF:
Thu, 04 Apr 2019 14:15:17 +0200 #QUALITY by stefan
Stefan Vogel <sv@exept.de> [Thu, 04 Apr 2019 14:15:17 +0200] rev 6571
#QUALITY by stefan class: VariablePanelController changed: #doResize thisContext restart -> thisContext methodHome restart
Wed, 27 Mar 2019 22:59:10 +0100 #BUGFIX by cg
Claus Gittinger <cg@exept.de> [Wed, 27 Mar 2019 22:59:10 +0100] rev 6570
#BUGFIX by cg class: FontPanel changed: #computePreferredExtent
Wed, 27 Mar 2019 22:58:38 +0100 #UI_ENHANCEMENT by cg
Claus Gittinger <cg@exept.de> [Wed, 27 Mar 2019 22:58:38 +0100] rev 6569
#UI_ENHANCEMENT by cg class: DialogBox remember last extent reopen with this size (same as done in AppModel) added: #defaultExtent #hide changed: #computePreferredExtent #doAccept
Wed, 27 Mar 2019 22:36:49 +0100 #UI_ENHANCEMENT by cg
Claus Gittinger <cg@exept.de> [Wed, 27 Mar 2019 22:36:49 +0100] rev 6568
#UI_ENHANCEMENT by cg class: FontPanel class changed: #defaultUnicodeSampleString
Sun, 24 Mar 2019 10:01:15 +0100 #REFACTORING by cg
Claus Gittinger <cg@exept.de> [Sun, 24 Mar 2019 10:01:15 +0100] rev 6567
#REFACTORING by cg class: EditTextView changed: #deleteCharBeforeCursor
Sun, 24 Mar 2019 10:01:01 +0100 #REFACTORING by cg
Claus Gittinger <cg@exept.de> [Sun, 24 Mar 2019 10:01:01 +0100] rev 6566
#REFACTORING by cg class: ListView changed: #stringAtLine:from:to:
Tue, 19 Mar 2019 15:13:59 +0000 Fix assertion failure in `EditTextView` jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 19 Mar 2019 15:13:59 +0000] rev 6565
Fix assertion failure in `EditTextView` ...when: * there's a selection, * then user presses CTRL+Left (or CTRL+Right) and * then user presses CTRL+SHIFT+Left (or CTRL+SHIFT+Right). After pressing CTRL+Left (or CTRL+Right) the selection should go. Instead, it did not, cursor moved internaly as usual but not updating selection. So the cursor is not either at selection start nor at end and thus assertion fails. This commit fixes this by unselecting any text before moving cursor to previous / next word.
Fri, 22 Mar 2019 14:29:46 +0100 #UI_ENHANCEMENT by cg
Claus Gittinger <cg@exept.de> [Fri, 22 Mar 2019 14:29:46 +0100] rev 6564
#UI_ENHANCEMENT by cg class: EditTextView changed: #editMenu
(0) -3000 -1000 -300 -100 -10 +10 +100 tip