SmallSense__CompletionController.st
Mon, 11 Jun 2018 09:26:57 +0100 Jan Vrany Copyright updates
Sun, 18 Mar 2018 22:52:07 +0000 Jan Vrany Issue #176: fix "disappearing" completon view when pointer moves out of it
Thu, 18 Jan 2018 23:31:05 +0000 Jan Vrany Issue #176: fix handling of keyboard events when completion view has focus.
Thu, 24 Aug 2017 22:44:19 +0200 Claus Gittinger #REFACTORING by cg cvs_MAIN
Fri, 25 Mar 2016 16:32:15 +0100 Claus Gittinger #DOCUMENTATION cvs_MAIN
Tue, 26 Jan 2016 21:40:42 +0100 Claus Gittinger *** empty log message *** cvs_MAIN
Sat, 02 May 2015 22:10:30 +0200 Jan Vrany Bugfix: do not cache #completeIfUnambiguous, always ask preferences.
Wed, 04 Mar 2015 06:01:34 +0000 Jan Vrany Electric insert: do not insert again and again when insertion was deleted by pressing backspace
Thu, 15 Jan 2015 10:08:11 +0000 Jan Vrany Updated copyright notice.
Fri, 05 Sep 2014 16:10:56 +0100 Jan Vrany Small fix or issue#10: do not flush key events upon completion.
Sun, 31 Aug 2014 23:09:01 +0100 Jan Vrany Fixes for issue #10: Extra characters inserted when typing too fast and complete-if-ambiguous is on
Mon, 11 Aug 2014 15:58:17 +0100 Jan Vrany Fixes for issue #10: Extra characters inserted when typing too fast and complete-if-ambiguous is on
Fri, 18 Jul 2014 07:01:21 +0100 Jan Vrany Added copyright notice and license information (LGPL2)
Wed, 09 Jul 2014 12:06:40 +0100 Jan Vrany Package renamed to stx:goodies/smallsense
Tue, 24 Jun 2014 11:42:58 +0100 Jan Vrany Fix in CompletionController>>prefixAlreadyWritten - let the first PO answer the prefix written...
Wed, 18 Jun 2014 10:26:41 +0100 Jan Vrany Oops, fix for previous commit: avoid duplicate characters inserted when completion is unambiguous.
Tue, 17 Jun 2014 09:06:21 +0100 Jan Vrany Bug fix in completion (#updateSelection).
Sun, 18 May 2014 21:29:52 +0100 Jan Vrany Anchor completion patterns to cursor position for more accurate match.
Sun, 18 May 2014 12:29:12 +0100 Jan Vrany Let the CompletionController itself to instantiate completion engine.
Thu, 15 May 2014 14:41:52 +0100 Jan Vrany Fixes and improvements for Java/Groovy completion (part 1)
Tue, 13 May 2014 16:34:38 +0100 Jan Vrany Introduced notion of `environment` to completion context.
Fri, 11 Apr 2014 18:13:54 +0200 Jan Vrany Do not close completion view when backspace is pressed
Tue, 08 Apr 2014 21:46:51 +0200 Jan Vrany Initial support for completing selector parts.
Fri, 04 Apr 2014 11:52:33 +0200 Jan Vrany Yet another fix in completion view.
Thu, 03 Apr 2014 23:06:01 +0200 Jan Vrany Fix in completion - do not autocomplete when prefix does not match selected item exactly.
Wed, 02 Apr 2014 23:42:42 +0200 Jan Vrany Fixes issue #4 - Use levenshtein distance when computing prefix-based selector completion.
Mon, 31 Mar 2014 23:43:25 +0200 Jan Vrany Support for Tab in code completion.
Thu, 27 Feb 2014 10:15:47 +0000 Jan Vrany Fix for issue #8: allow for selecting completion using mouse and doubleclick.
Wed, 26 Feb 2014 19:28:14 +0100 Claus Gittinger merge with 174
Wed, 26 Feb 2014 19:06:00 +0100 Claus Gittinger sync from current CVS head; fixed comment highlighting for STXEOLRule
Sat, 18 Jan 2014 23:41:04 +0000 Jan Vrany Support for auto-completion of unambigous items (such as instvars)
Sat, 18 Jan 2014 22:56:44 +0000 Jan Vrany Added relevance value to completion item. Pre-select the most relevant item in complection view.
Mon, 04 Nov 2013 13:48:49 -0300 Jan Vrany Fix in SmallSense::CompletionController>>startCompletionProcess - do not show "Busy..."
Thu, 17 Oct 2013 01:41:47 +0100 Jan Vrany Completion insertion refactoring.
Sat, 05 Oct 2013 00:40:01 +0100 Jan Vrany Improvements for completion of Java classes/methods in Smalltalk code.
Thu, 03 Oct 2013 11:41:07 +0100 Jan Vrany Some more fixes in complete-as-you-type support...
Wed, 02 Oct 2013 13:37:01 +0100 Jan Vrany Completion support refactored to make it more pluggable/extendable.
less more (0) tip