extensions.st
Fri, 10 Oct 2014 16:28:37 +0200 Jakub Nesveda completed - rewriting code generators to replace CustomSourceCodeBuilder, but RBClass, RBMetaclass, RBNamespace and CodeGenerator
Tue, 07 Oct 2014 23:05:10 +0200 Jakub Nesveda work in progress - rewriting code generators to replace CustomSourceCodeBuilder, but RBClass, RBMetaclass, RBNamespace and CodeGenerator
Sun, 05 Oct 2014 14:15:21 +0200 Jakub Nesveda Merged in janvrany/refactoring_custom (pull request #2)
Sun, 05 Oct 2014 13:02:03 +0200 Jakub Nesveda work in progress - rewriting code generators to replace CustomSourceCodeBuilder, but RBClass, RBMetaclass, RBNamespace and CodeGenerator
Tue, 30 Sep 2014 19:20:08 +0100 Jan Vrany Merged 8cb03501c7cb and 34c671a3cf59
Mon, 29 Sep 2014 23:23:13 +0200 Jakub Nesveda work in progress - rewriting code generators to replace CustomSourceCodeBuilder, but RBClass, RBMetaclass, RBNamespace and CodeGenerator
Fri, 05 Sep 2014 11:33:10 +0100 Jan Vrany Fixed extensions in selector menu.
Tue, 26 Aug 2014 22:49:18 +0100 Jan Vrany More menu extensions in browser.
Sun, 24 Aug 2014 17:40:48 +0200 Jakub Nesveda add menu extension for selectorMenu in NewSystemBrowser
Sat, 26 Apr 2014 22:37:45 +0200 Jakub Nesveda CustomContext made as abstract class with 2 implementations: Browser and Sub generator
Sun, 26 Jan 2014 23:47:27 +0000 Jan Vrany Added support for custom menu building and injecting into class browser's menus.
Mon, 04 May 2015 00:18:45 +0200 Jan Vrany Tests: fixed few bugs in electring edit support. More tests pass now.
Sat, 02 May 2015 22:01:31 +0200 Jan Vrany Added (missing) UserPreferences>>smallSenseElectricEditSupportEnabled
Fri, 24 Apr 2015 00:31:37 +0100 Jan Vrany Fix in AssignmentNode>>inferredType: care for incomplete assignment node
Wed, 04 Mar 2015 09:51:20 +0000 Jan Vrany Smalltalk electric snippets: make iterator variable naming logic more configurable
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)
less more (0) -60 tip