Make.proto
Wed, 09 Jul 2014 14:02:56 +0100 Jan Vrany Stub to fetch SmallSense from Mercurial repository cvs_MAIN
Wed, 03 Dec 2014 10:32:26 +0000 Jan Vrany Cleanup in SmalltalkLintService
Fri, 28 Nov 2014 16:02:07 +0000 Jan Vrany Removed all but one swizzled methods.
Wed, 15 Oct 2014 11:45:01 +0100 Jan Vrany Added RB parse tree support for parse tree inspector. Added tree inspector tab to many objects.
Tue, 07 Oct 2014 15:22:01 +0100 Jan Vrany Swizzling refactored.
Thu, 14 Aug 2014 09:28:16 +0100 Jan Vrany Support for completing Java methods (only first level).
Wed, 13 Aug 2014 20:40:56 +0100 Jan Vrany Improvement in JavaEditSupport - indent when return is pressed.
Mon, 11 Aug 2014 18:41:37 +0100 Jan Vrany Merged b6fbf84b14ae and 29e5621cd306
Mon, 11 Aug 2014 18:38:56 +0100 Jan Vrany Oops, removed dependency on jn:custom_refactoring
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
Mon, 11 Aug 2014 14:37:44 +0100 Jan Vrany Added AbstractTestCase which saves/restores preferences in setUp/tearDown...
Thu, 07 Aug 2014 10:30:23 +0100 Jan Vrany Temporary commit: More work on JavaCompletionEngine
Sat, 19 Jul 2014 00:25:58 +0100 Jan Vrany Added preference to enable / disable indent-on-paste feature.
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
Wed, 09 Jul 2014 10:12:26 +0100 Jan Vrany Removed rules to create .H / .STH file alias.
Sat, 14 Jun 2014 00:35:03 +0100 Jan Vrany Fixes for token matcher: correctly (re)set position backwards.
Fri, 23 May 2014 12:58:31 +0100 Jan Vrany Initial set of tests for GroovyCompletionEngineSimple (along with some fixes)
Thu, 22 May 2014 16:15:30 +0100 Jan Vrany Merged ef4a53a77c35 and a95a378b4248
Tue, 20 May 2014 11:01:39 +0100 Jan Vrany PO refactoring: get rid of subject instvar.
Mon, 19 May 2014 17:02:57 +0100 Jan Vrany Merged 9a0df215823a and 8d5259c39445
Mon, 19 May 2014 11:25:44 +0100 Jan Vrany Renamed misnamed AbstractJavaCompletionSimple to AbstractJavaCompletionEngineSimple
Mon, 19 May 2014 09:32:52 +0100 Jan Vrany Removed dependency on roeltyper.
Sun, 18 May 2014 12:29:12 +0100 Jan Vrany Let the CompletionController itself to instantiate completion engine.
Thu, 15 May 2014 17:25:42 +0100 Jan Vrany Merged a2caebc602a7 and 8d5259c39445
Thu, 15 May 2014 16:27:42 +0100 Jan Vrany Added support for CARET virtual token generated at cursor position (when provided)
Thu, 15 May 2014 14:41:52 +0100 Jan Vrany Fixes and improvements for Java/Groovy completion (part 1)
Wed, 14 May 2014 15:23:05 +0100 Jan Vrany Introduced AbstractJavaCompletionEngineSimple...
Tue, 13 May 2014 17:38:10 +0100 Jan Vrany Separated JavaCompletionEngine and JavaCompletionEngineSimple.
Fri, 09 May 2014 17:16:42 +0100 Jan Vrany Changed TokenPatternParser to parse from string rather from literal array.
Fri, 09 May 2014 15:22:12 +0100 Jan Vrany TokenExpression* renamed to TokenPattern*
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
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.
Tue, 08 Apr 2014 21:46:51 +0200 Jan Vrany Initial support for completing selector parts.
Mon, 31 Mar 2014 22:31:38 +0200 Jan Vrany Fixed issue #3
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 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
Thu, 06 Feb 2014 21:28:06 +0100 Claus Gittinger menu registration
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, 25 Nov 2013 12:48:40 +0000 Jan Vrany New class search completion for browser's search bar moved to SmallSense.
Tue, 22 Oct 2013 17:25:26 +0100 Jan Vrany Fixes in electring snippets (both in API and Smalltalk snippets)
Tue, 22 Oct 2013 03:29:26 +0100 Jan Vrany Initial support for "electric snippets".
Sun, 20 Oct 2013 03:10:44 +0100 Jan Vrany Improvements in Java completion.
Thu, 17 Oct 2013 01:41:47 +0100 Jan Vrany Completion insertion refactoring.
Fri, 04 Oct 2013 08:25:15 +0100 Jan Vrany Initial support for Java/Groovy completion and for mixed-language completion.
Wed, 02 Oct 2013 13:37:01 +0100 Jan Vrany Completion support refactored to make it more pluggable/extendable.
Sat, 28 Sep 2013 01:41:35 +0100 Jan Vrany Completion refactoring (part 2).
Fri, 27 Sep 2013 22:39:18 +0100 Jan Vrany Completion refactoring (part 1)
Thu, 26 Sep 2013 13:26:46 +0100 Jan Vrany Cleanup - got rid of mess in CompletionResultSet, introduced CompletionResult...
Thu, 26 Sep 2013 09:36:14 +0100 Jan Vrany Even more support for Java
Tue, 24 Sep 2013 23:02:47 +0100 Jan Vrany Some more support for complete-as-you-type.
Tue, 24 Sep 2013 12:42:20 +0100 Jan Vrany CodeNavigation service refactored to support Java (not yet done, though)
less more (0) -60 tip