Fri, 09 May 2014 14:54:07 +0100 Jan Vrany Fix in (Smalltalk)CompletionEngine - do not add method twice to completion result.
Tue, 06 May 2014 17:29:29 +0100 Jan Vrany Fixed basic token expression matching.
Fri, 02 May 2014 23:47:01 +0100 Jan Vrany Initial work on token stream matcher
Fri, 11 Apr 2014 18:13:54 +0200 Jan Vrany Do not close completion view when backspace is pressed
Thu, 10 Apr 2014 09:00:57 +0200 Jan Vrany Renamed ParseNodeInspector to ParseTreeInspector
Thu, 10 Apr 2014 08:57:44 +0200 Jan Vrany Fixes/improvements in ParseNodeInspector.
Wed, 09 Apr 2014 14:21:13 +0200 Jan Vrany Fix in Smalltalk completion: do now show globals which are actually class vars.
Wed, 09 Apr 2014 14:20:07 +0200 Jan Vrany Fix in CompletionView - CompletionContext>>node could be nil
Wed, 09 Apr 2014 09:58:54 +0200 Jan Vrany Keep (highlighter) source in ParseTreeIndex
Tue, 08 Apr 2014 21:46:51 +0200 Jan Vrany Initial support for completing selector parts.
Tue, 08 Apr 2014 15:03:38 +0200 Jan Vrany Fix for Smalltalk node finder.
Fri, 04 Apr 2014 15:12:18 +0200 Jan Vrany Added a little help text to completion view.
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.
Tue, 01 Apr 2014 18:01:57 +0200 Jan Vrany Bugfix in EditSupport
Mon, 31 Mar 2014 23:43:25 +0200 Jan Vrany Support for Tab in code completion.
Mon, 31 Mar 2014 22:31:38 +0200 Jan Vrany Fixed issue #3
Mon, 31 Mar 2014 21:40:25 +0200 Jan Vrany Allow lint window to be closed by pressing escape.
Fri, 21 Mar 2014 19:02:00 +0000 Jan Vrany Fix in SmallSense::SmalltalkInferencer>>process: handle errors during inference...
Tue, 18 Mar 2014 12:29:58 +0000 Jan Vrany Fix in background inferencer - do not bother if class changed is anonymous.
Sat, 08 Mar 2014 16:04:19 +0000 Jan Vrany When completing, do not insert space.
Sat, 01 Mar 2014 23:34:40 +0000 Jan Vrany Improved type inference.
Thu, 27 Feb 2014 10:15:47 +0000 Jan Vrany Fix for issue #8: allow for selecting completion using mouse and doubleclick.
Thu, 27 Feb 2014 09:47:48 +0000 Jan Vrany Added preference to enable/disable SmallSense completion.
Wed, 26 Feb 2014 19:28:14 +0100 Claus Gittinger merge with 174
Wed, 26 Feb 2014 19:24:50 +0100 Claus Gittinger merge with 147
Wed, 26 Feb 2014 19:06:00 +0100 Claus Gittinger sync from current CVS head; fixed comment highlighting for STXEOLRule
Fri, 07 Feb 2014 12:45:08 +0100 Claus Gittinger - SmallSense::EditService
Thu, 06 Feb 2014 21:28:06 +0100 Claus Gittinger menu registration
Wed, 26 Feb 2014 00:05:15 +0000 Jan Vrany Removed obsolete methods from SmalltalkSyntaxHighlighter
Tue, 25 Feb 2014 23:59:04 +0000 Jan Vrany Oops, methods move to proper package.
Tue, 25 Feb 2014 23:58:29 +0000 Jan Vrany Update of SmalltalkSyntaxHighlighter to reflect changes in SyntaxHighlighter2.
Tue, 25 Feb 2014 23:53:42 +0000 Jan Vrany Fix after Rrecent change of a Parser.
Mon, 17 Feb 2014 09:13:26 +0000 Jan Vrany Fix in ClassPO for completing Java class names.
Mon, 17 Feb 2014 09:03:51 +0000 Jan Vrany Small fix in code navigation for Java.
Wed, 12 Feb 2014 14:24:58 +0000 Jan Vrany Fixes installation of SmallSense settings.
Fri, 07 Feb 2014 09:30:02 +0100 Jan Vrany Fixes for Groovy completion.
Mon, 03 Feb 2014 16:18:09 +0100 Jan Vrany Bugfix in SmallSense::SmalltalkParser>>#parseMethod:in:ignoreErrors:ignoreWarnings: - set sourceText...
Fri, 31 Jan 2014 04:11:14 +0000 Jan Vrany Fix in ClassType - if the class represent UndefinedObject, treat the type as "unknown".
Wed, 29 Jan 2014 10:42:31 +0000 Jan Vrany Fx in Smalltalk code completion - do not complete inside comments.
Wed, 29 Jan 2014 10:41:11 +0000 Jan Vrany Fix in edit support - when typing an opening bracket (`[`) eceltric insert closing only theres no more text on current line.
Wed, 22 Jan 2014 21:54:51 +0000 Jan Vrany Improved support for electric bracket.
Wed, 22 Jan 2014 12:52:34 +0000 Jan Vrany Added simple debugg option to SmalltaqlkCodeCompletion.
Tue, 21 Jan 2014 23:33:53 +0000 Jan Vrany Refactored API of CompletionEngine - caller now must set up an context pass it.
Mon, 20 Jan 2014 09:38:56 +0000 Jan Vrany Fixed stc compilation error
Mon, 20 Jan 2014 09:34:34 +0000 Jan Vrany Initial support for ignoring keystrokes to avoid duplicate text when electric insert is active.
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.
Wed, 18 Dec 2013 00:03:23 +0100 Jan Vrany Fix in SmallSense::ClassPO - care for nil context.
Wed, 18 Dec 2013 00:02:51 +0100 Jan Vrany Fix in SmallSense::CodeHighlightingService>>process:delayed:
Sun, 08 Dec 2013 22:34:37 +0000 Jan Vrany Added PrimitiveNode>>inferredType as ingerited version is does not work.
Fri, 06 Dec 2013 15:42:05 +0000 Jan Vrany Fix in SmallSense::CodeNavigationService>>#button1PressForVariableNode: make sure symbol is passed to Smalltalk>>at:
Tue, 26 Nov 2013 23:02:37 +0000 Jan Vrany Fixes for Java - flash code view when CTRL-click on type name which could not be resolved.
Mon, 25 Nov 2013 12:48:40 +0000 Jan Vrany New class search completion for browser's search bar moved to SmallSense.
Mon, 25 Nov 2013 11:56:09 +0000 Jan Vrany Fix for completing globals (like Transcript or OperatingSystem)
Tue, 19 Nov 2013 13:02:56 +0000 Jan Vrany Oops, added lost method (#visitVariableNode:)
Tue, 19 Nov 2013 12:48:26 +0000 Jan Vrany Indentation fixes for electric-inserted code.
Mon, 04 Nov 2013 13:48:49 -0300 Jan Vrany Fix in SmallSense::CompletionController>>startCompletionProcess - do not show "Busy..."
Sat, 26 Oct 2013 18:04:50 +0100 Jan Vrany - SmallSense::SmalltalkInferencer
(0) -100 -60 +60 +100 +300 tip