extensions.st
Sat, 21 Feb 2015 22:54:44 +0000 Jan Vrany dialogs: performance cleanup - perform (expensive) list computation always in background.
Thu, 19 Feb 2015 16:43:08 +0000 Jan Vrany UI: added parse tree inspector tab RBProgramNode
Fri, 13 Feb 2015 08:44:44 +0000 Jan Vrany Merged 25ed27eaeaae and 405c5a5c1cec (feature-new-dialogs)
Thu, 12 Feb 2015 00:30:40 +0000 Jan Vrany Completion: added support for SmallSense completion in an inspector views.
Wed, 11 Feb 2015 21:39:42 +0000 Jan Vrany Navigator: allow for customization of shortcut to open navigator
Sun, 08 Feb 2015 08:24:33 +0000 Jan Vrany Navigator: made navigator always open a new tab in a browser.
Sun, 01 Feb 2015 07:35:12 +0000 Jan Vrany Navigator: Use #processShortcut: instead swizzling #processEvent: in system browser.
Thu, 29 Jan 2015 07:18:39 +0000 Jan Vrany Fix in new protocol dialog opened from browser: use supplied labels rather than generic "OK"
Sun, 25 Jan 2015 12:52:29 +0000 Jan Vrany Added shortcut to open navigator to debugger, inspector and workspace.
Sat, 24 Jan 2015 01:58:51 +0000 Jan Vrany Initial support for search steps in navigator. Navugator shortcut changed.
Wed, 14 Jan 2015 16:33:53 +0000 Jan Vrany Support for searching for all implementors using Navigator
Sun, 11 Jan 2015 06:38:54 +0000 Jan Vrany Initial work on Navigator, an unified search dialog
Fri, 09 Jan 2015 18:17:39 +0000 Jan Vrany Merged a94d9afd766b and 0a4845a0c211
Fri, 09 Jan 2015 16:22:48 +0000 Jan Vrany Introduced a ProtocolSelectDialog...
Sat, 13 Dec 2014 09:02:13 +0000 Jan Vrany Decoupling search logic from dialogs (part 2)
Sat, 13 Dec 2014 00:11:58 +0000 Jan Vrany Decoupling search logic from dialogs (part 1)
Mon, 08 Dec 2014 02:42:33 +0000 Jan Vrany AbstractSearchDialog splitted into AbstractListDialog and AbstractSearchDialog.
Sat, 06 Dec 2014 22:27:37 +0000 Jan Vrany Merged 4fb5823ae8bf and a636cee89de4
Tue, 25 Nov 2014 14:08:22 +0000 Jan Vrany New dialogs hooked in more places. Respect preferences. Minor UI fixes
Tue, 25 Nov 2014 08:00:39 +0000 Jan Vrany Merged 34eb21f10b7c and 798ea6162eba
Mon, 13 Oct 2014 20:33:02 +0100 Jan Vrany Merged c53e9ee72f71 and 5c2cffd3c13c
Wed, 01 Oct 2014 23:44:32 +0100 Jan Vrany Merged b1170c3a4585 and f65e37b6bd77
Wed, 09 Jul 2014 12:23:50 +0100 Jan Vrany Package renamed to stx:goodies/smallsense
Thu, 19 Jun 2014 13:15:27 +0100 Jan Vrany Post-merge fixes to catch up with PO refactoring.
Sat, 10 May 2014 12:08:16 +0100 Jan Vrany Integrated SmallSense package dialog to DialogBox. UI fixes.
Sat, 10 May 2014 00:14:13 +0100 Jan Vrany Added preference option to turn on/off new dialogs.
Tue, 29 Apr 2014 00:11:40 +0100 Jan Vrany More work on ClassSearchDialog.
Mon, 15 Dec 2014 20:46:27 +0000 Jan Vrany Update to catchup changes in libtool: refactoring to support multiple lint warnings at line
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.
Fri, 17 Oct 2014 00:49:14 +0100 Jan Vrany Add a quickfix to Smalltalk/X EOL comment rule
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.
Wed, 13 Aug 2014 20:40:56 +0100 Jan Vrany Improvement in JavaEditSupport - indent when return is pressed.
Mon, 11 Aug 2014 18:38:56 +0100 Jan Vrany Oops, removed dependency on jn:custom_refactoring
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)
Sat, 19 Jul 2014 00:25:58 +0100 Jan Vrany Added preference to enable / disable indent-on-paste feature.
Wed, 09 Jul 2014 12:06:40 +0100 Jan Vrany Package renamed to stx:goodies/smallsense
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.
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: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)
Sun, 08 Dec 2013 22:34:37 +0000 Jan Vrany Added PrimitiveNode>>inferredType as ingerited version is does not work.
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)
Thu, 26 Sep 2013 09:36:14 +0100 Jan Vrany Even more support for Java
Tue, 24 Sep 2013 12:42:20 +0100 Jan Vrany CodeNavigation service refactored to support Java (not yet done, though)
Tue, 24 Sep 2013 02:14:28 +0100 Jan Vrany Classes renamed to better express theit purpose.
Tue, 24 Sep 2013 01:53:26 +0100 Jan Vrany Initial support for complete-as-you-type.
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.
Mon, 16 Sep 2013 11:13:13 +0100 Jan Vrany Fixes for SmallSense's own syntax highlighting service.
Mon, 02 Sep 2013 13:10:24 +0100 Jan Vrany Fixes to make SmallSense code completion working on eXept CVS version (part 1)
Tue, 27 Aug 2013 00:01:41 +0100 Jan Vrany Copied ParseTreeIndex from libtool.
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.
less more (0) -60 tip