Fri, 04 Oct 2013 08:25:15 +0100 Initial support for Java/Groovy completion and for mixed-language completion.
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 04 Oct 2013 08:25:15 +0100] rev 120
Initial support for Java/Groovy completion and for mixed-language completion. For now, completion for Java & Groovy is rather naive, based on a lexical structure of the line.
Fri, 04 Oct 2013 08:01:47 +0100 Small improvement in Smalltalk type inrefernece
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 04 Oct 2013 08:01:47 +0100] rev 119
Small improvement in Smalltalk type inrefernece Infer type for pattern `Smalltalk at:#Symbol` by evaluating that send.
Thu, 03 Oct 2013 11:41:07 +0100 Some more fixes in complete-as-you-type support...
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 03 Oct 2013 11:41:07 +0100] rev 118
Some more fixes in complete-as-you-type support... ...to make it less annoying. Still not ideal.
Wed, 02 Oct 2013 13:37:01 +0100 Completion support refactored to make it more pluggable/extendable.
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 02 Oct 2013 13:37:01 +0100] rev 117
Completion support refactored to make it more pluggable/extendable.
Wed, 02 Oct 2013 12:29:25 +0100 Added printOn: to ParseTreeIndexEntry
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 02 Oct 2013 12:29:25 +0100] rev 116
Added printOn: to ParseTreeIndexEntry
Wed, 02 Oct 2013 02:43:57 +0100 Initial support for Java.
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 02 Oct 2013 02:43:57 +0100] rev 115
Initial support for Java. - nicely format Java selectors when displaying completion for Java method - call stringToCompleteForLanguage: to allow different completion strings based on target programming language.
Wed, 02 Oct 2013 02:42:05 +0100 Fix in Smalltalk code completion: when completing selector, add each selector only once.
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 02 Oct 2013 02:42:05 +0100] rev 114
Fix in Smalltalk code completion: when completing selector, add each selector only once.
Tue, 01 Oct 2013 14:45:17 +0100 Bugfix in SmallSense::SmalltalkSyntaxHighlighter>>#primary_identifier
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 01 Oct 2013 14:45:17 +0100] rev 113
Bugfix in SmallSense::SmalltalkSyntaxHighlighter>>#primary_identifier Care for #Error return value, sigh.
Tue, 01 Oct 2013 09:40:22 +0100 UX fixes for completion: do not close the completionwindow then pressing Ctrl-space
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 01 Oct 2013 09:40:22 +0100] rev 112
UX fixes for completion: do not close the completionwindow then pressing Ctrl-space (do not close on first Control_L event)
Tue, 01 Oct 2013 09:38:56 +0100 Fix in SmallSense::Manager: sample at most 100 instances...
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 01 Oct 2013 09:38:56 +0100] rev 111
Fix in SmallSense::Manager: sample at most 100 instances... ...because for some classes it may take some time to investigate all instances (think of Method, Array...)
(0) -100 -10 +10 +100 +300 +1000 tip