abbrev.stc
Wed, 03 Dec 2014 10:32:26 +0000 Jan Vrany Cleanup in SmalltalkLintService
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.
Wed, 13 Aug 2014 10:28:35 +0100 Jan Vrany Revamp of Java completion engine - use JDT's CompletionParser to parse source.
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 16:48:17 +0100 Jan Vrany Support for completion of Java catch clause (completes exception classes)
Thu, 07 Aug 2014 10:30:23 +0100 Jan Vrany Temporary commit: More work on JavaCompletionEngine
Fri, 25 Jul 2014 21:15:22 +0100 Jan Vrany Merged 18f1ba022d80 and 623cefc35e2e
Fri, 25 Jul 2014 21:14:13 +0100 Jan Vrany Merged 1b0df5fb47b9 and c32b4a6595d6
Thu, 24 Jul 2014 19:58:54 +0100 Jan Vrany Refactored and fixes class name completion.
Thu, 24 Jul 2014 10:27:44 +0100 Jan Vrany Fix for DNU when indent-on-paste is enabled.
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)
Fri, 23 May 2014 12:58:31 +0100 Jan Vrany Initial set of tests for GroovyCompletionEngineSimple (along with some fixes)
Mon, 19 May 2014 12:49:07 +0100 Jan Vrany Java/Groovy simple completion: better behaviour for completing local variable declaration
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:57:20 +0100 Jan Vrany Do not cache completion controller in edit support.
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*
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
Tue, 08 Apr 2014 21:46:51 +0200 Jan Vrany Initial support for completing selector parts.
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.
Thu, 06 Feb 2014 21:28:06 +0100 Claus Gittinger menu registration
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.
Mon, 07 Oct 2013 19:21:53 +0100 Jan Vrany Fixes for Java completion (for both Java/Groovy and Smalltalk)
Sat, 05 Oct 2013 00:40:01 +0100 Jan Vrany Improvements for completion of Java classes/methods in Smalltalk code.
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.
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 02:14:28 +0100 Jan Vrany Classes renamed to better express theit purpose.
Mon, 23 Sep 2013 14:36:49 +0100 Jan Vrany SyntaxHighlightingService renamed to CodeHighlightingService to match those in tools.
Fri, 20 Sep 2013 01:57:57 +0100 Jan Vrany Fixes for ParseNodeInspector. Display nodes with no source position info in red.
Tue, 17 Sep 2013 15:29:24 +0100 Jan Vrany Fixed Lint service to work on CVS Smalltalk/X...
Mon, 16 Sep 2013 18:13:00 +0100 Jan Vrany Added support for electric eol-comments.
Mon, 16 Sep 2013 12:14:45 +0100 Jan Vrany Oops, added lost mehods.
Mon, 16 Sep 2013 11:13:13 +0100 Jan Vrany Fixes for SmallSense's own syntax highlighting service.
Mon, 02 Sep 2013 12:25:26 +0100 Jan Vrany Removed dependency on roeltyper.
Tue, 27 Aug 2013 00:01:41 +0100 Jan Vrany Copied ParseTreeIndex from libtool.
Mon, 26 Aug 2013 10:33:23 +0100 Jan Vrany Package structure reorganization.
Sat, 24 Aug 2013 22:15:09 +0100 Jan Vrany All classes moved to namespace SmallSense.
Mon, 19 Aug 2013 15:29:56 +0100 Jan Vrany Support for SmallSense code completion in debugger.
Thu, 15 Aug 2013 15:26:59 +0100 Jan Vrany Initial support for syntax-error tolerant parsing of Smalltalk.
Tue, 06 Aug 2013 10:59:23 +0100 Jan Vrany Improved support for incremental highlighting.
Mon, 05 Aug 2013 10:27:05 +0100 Jan Vrany Factored out common support for code completion.
less more (0) -60 tip