extensions.st
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.
less more (0) -100 -60 tip