extensions.st
Wed, 26 Jun 2019 21:50:06 +0200 Claus Gittinger class: EditTextView cvs_MAIN
Sat, 02 Mar 2019 13:10:53 +0100 Claus Gittinger class: Tools::LintService cvs_MAIN
Mon, 23 Apr 2018 19:12:51 +0200 Stefan Vogel add smallSenseElectricEditSupportEnabled* cvs_MAIN
Fri, 14 Jul 2017 13:41:49 +0200 Claus Gittinger fix cvs_MAIN
Wed, 17 May 2017 16:19:24 +0100 Jan Vrany Keyboard mapping: code updated to catch up with `KeyboardMap`
Tue, 04 Oct 2016 13:06:00 +0200 Claus Gittinger class: stx_goodies_smallsense cvs_MAIN
Wed, 17 Aug 2016 22:07:04 +0100 Jan Vrany Highlight protocols already defined in a class or superclasses
Fri, 13 May 2016 14:46:08 +0200 Claus Gittinger class: RBContainsSmalltalkXEOLCommentRule cvs_MAIN
Thu, 05 May 2016 22:05:53 +0200 Jan Vrany Issue #87: Error when trying to find a Class (part 1)
Fri, 29 Apr 2016 15:20:39 +0200 Claus Gittinger x cvs_MAIN
Tue, 26 Jan 2016 21:40:42 +0100 Claus Gittinger *** empty log message *** cvs_MAIN
Tue, 26 Jan 2016 21:32:58 +0100 Claus Gittinger somehow we can get nils as booleans. cvs_MAIN
Tue, 27 Oct 2015 15:52:20 +0000 Jan Vrany Changed parse tree inspector to show source / node inspector in splitted pane
Thu, 03 Sep 2015 11:54:22 +0200 Claus Gittinger class: RBTransformationRule
Sat, 08 Aug 2015 11:00:30 +0200 Claus Gittinger class: Tools::CodeHighlightingService
Sat, 01 Aug 2015 06:17:30 +0100 Jan Vrany Introduced CategorySelectDialog for selecting class category
Thu, 03 Sep 2015 11:54:22 +0200 Claus Gittinger class: RBTransformationRule cvs_MAIN
Sat, 08 Aug 2015 11:00:30 +0200 Claus Gittinger class: Tools::CodeHighlightingService cvs_MAIN
Fri, 12 Jun 2015 21:16:24 +0100 Jan Vrany Test fixes: fixes various class name references here and there
Mon, 11 May 2015 09:30:28 +0100 Jan Vrany Classes moved to namespace SmallSense
Mon, 11 May 2015 06:44:29 +0100 Jan Vrany Test fixes (all test pass now)
Thu, 05 Feb 2015 22:55:47 +0100 Jakub Nesveda Cleanup - removed unused method RBAbstractClass >> isModelClass
Sat, 31 Jan 2015 19:29:49 +0100 Jakub Nesveda Added method returning source code at selector in RBAbstractClass >> sourceCodeAt:
Sun, 25 Jan 2015 16:26:25 +0100 Jakub Nesveda Improved code quality/readibility with help of Smalllint
Sun, 04 Jan 2015 15:29:46 +0100 Jakub Nesveda Fixed typo in CustomMenuBuilder - rename afterMenuItemLabeled to afterMenuItemLabelled
Mon, 29 Dec 2014 09:55:54 +0100 Jakub Nesveda Refactored NewSystemBrowser context menu extensions to use new functionality in CustomMenuBuilder
Sun, 28 Dec 2014 23:45:41 +0100 Jakub Nesveda Extended CustomMenuBuilder so that it now includes functionality from NewSystemBrowser extensions thus removes the duplication
Sat, 27 Dec 2014 19:05:15 +0100 Jakub Nesveda Translate information if none test case class found in NewSystemBrowser >> classMenuExtensionNavigateToTestCase:
Fri, 26 Dec 2014 21:02:39 +0100 Jakub Nesveda Added menu item named "Open Test Case Class" to browser class list context menu.
Fri, 26 Dec 2014 13:59:44 +0100 Jakub Nesveda Added RBMethod >> programmingLanguage to tell method programming language (Java, Smalltalk ...)
Mon, 22 Dec 2014 21:02:32 +0100 Jakub Nesveda First draft of filtering generators/refactoring in context sub-menu for multiple programming languages
Mon, 15 Dec 2014 00:16:44 +0100 Jakub Nesveda fixed wrong guessing that class is abstract in RBAbstractClass >> isAbstract
Sat, 29 Nov 2014 15:15:24 +0100 Jakub Nesveda better support for private classes in our model (CustomNamespace) and related classes (RBClass, RBMetaclass)
Sun, 16 Nov 2014 18:06:36 +0100 Jakub Nesveda added poor mans private classes support in AddClassChange
Sat, 08 Nov 2014 23:24:39 +0100 Jakub Nesveda add ability to use refactory class changes for non existing class described by model class
Sat, 08 Nov 2014 14:42:12 +0100 Jakub Nesveda fix class changes not working with non existing classes defined as model classes (RBClass, RBMetaclass)
Sat, 08 Nov 2014 13:31:49 +0100 Jakub Nesveda since we keep same class instance in RBClass >> compile we can use already defined method in RBNamespace for RBMethod >> class:
Wed, 05 Nov 2014 21:40:31 +0100 Jakub Nesveda return nil category when class is not found in BrowserEnvironment
Tue, 04 Nov 2014 01:29:31 +0100 Jakub Nesveda fix compiled model classes not in model, but different model class when calling the RBClass >> compile method
Sun, 02 Nov 2014 11:52:59 +0100 Jakub Nesveda add methodsDo: and instAndClassMethodsDo: to RBAbstractClass to support iteration through methods
Sat, 01 Nov 2014 15:41:43 +0100 Jakub Nesveda add create immediate private class in CustomNamespace
Thu, 16 Oct 2014 21:31:15 +0200 Jakub Nesveda show CustomCodeSelectionToResourceTranslation refactoring only in code view menu and only if some code is selected
Sat, 11 Oct 2014 00:42:54 +0200 Jakub Nesveda fixes in TestCase code generators
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)
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.
Sun, 04 Aug 2013 02:29:30 +0100 Jan Vrany Oops. addec forgotten SmallSenseJavaEditSupport.
Sun, 04 Aug 2013 02:27:45 +0100 Jan Vrany First shot of Java edit support.
less more (0) -120 tip