Wed, 18 Sep 2013 01:30:51 +0100 Improvement in QuickFixer - if the fix is local to the method, only update codeview's contents.
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 18 Sep 2013 01:30:51 +0100] rev 92
Improvement in QuickFixer - if the fix is local to the method, only update codeview's contents.
Wed, 18 Sep 2013 01:29:45 +0100 Minor fixes in inferencer.
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 18 Sep 2013 01:29:45 +0100] rev 91
Minor fixes in inferencer.
Wed, 18 Sep 2013 00:59:55 +0100 Fixes in PO rendering.
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 18 Sep 2013 00:59:55 +0100] rev 90
Fixes in PO rendering. Make class/method/variable POs render its class/namespace if there's enough space in the list.
Wed, 18 Sep 2013 00:58:49 +0100 Improvement in (Smalltalk)EditSupport.
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 18 Sep 2013 00:58:49 +0100] rev 89
Improvement in (Smalltalk)EditSupport. After some electric text is inserted, BackSpace will delete the inserted text instead of just last character.
Tue, 17 Sep 2013 17:18:14 +0100 Fix in CompletionWindow>>complete
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 17 Sep 2013 17:18:14 +0100] rev 88
Fix in CompletionWindow>>complete Fixed completion in cases where completed text does not start with typed text. i.e, original source is `1 fa` but completing `1 exponent`.
Tue, 17 Sep 2013 15:52:58 +0100 Another fix for CVS's version of Tools::NewSystemBrowser.
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 17 Sep 2013 15:52:58 +0100] rev 87
Another fix for CVS's version of Tools::NewSystemBrowser.
Tue, 17 Sep 2013 15:29:24 +0100 Fixed Lint service to work on CVS Smalltalk/X...
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 17 Sep 2013 15:29:24 +0100] rev 86
Fixed Lint service to work on CVS Smalltalk/X... ...by shipping SmallSense's compatible lint highlighter.
Mon, 16 Sep 2013 23:20:08 +0100 SmalltalkParser recovery improved...
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 16 Sep 2013 23:20:08 +0100] rev 85
SmalltalkParser recovery improved... ...to handle following cases x := 3 y := 4 x := 3 between: 10 and: 30 y := 4 x := 3 between: 10 and: self limit y := 4
Mon, 16 Sep 2013 18:13:00 +0100 Added support for electric eol-comments.
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 16 Sep 2013 18:13:00 +0100] rev 84
Added support for electric eol-comments.
Mon, 16 Sep 2013 16:57:32 +0100 Bugfix in EditService: correctly react on classHolder/methodHolder changes.
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 16 Sep 2013 16:57:32 +0100] rev 83
Bugfix in EditService: correctly react on classHolder/methodHolder changes.
(0) -10 +10 +100 +300 +1000 tip