Sat, 30 Sep 2023 22:55:25 +0100 `TestRunner2`: do not use `#keysAndValuesCollect:` jv tip
Jan Vrany <jan.vrany@labware.com> [Sat, 30 Sep 2023 22:55:25 +0100] rev 19648
`TestRunner2`: do not use `#keysAndValuesCollect:` ...as semantics differ among smalltalk dialects. This is normally not a problem until we use code that adds this as a "compatibility" method. So to stay on a safe side, avoid using this method.
Wed, 27 Sep 2023 10:19:21 +0100 `WorkspaceApplication`: use `Dialog >> requestClassName:...` to ask for pool to use jv
Jan Vrany <jan.vrany@labware.com> [Wed, 27 Sep 2023 10:19:21 +0100] rev 19647
`WorkspaceApplication`: use `Dialog >> requestClassName:...` to ask for pool to use ...rather than generic text list box.
Fri, 01 Sep 2023 22:32:10 +0100 `Inspector2Tab`: add new API method to simplify creation of list views jv
Jan Vrany <jan.vrany@labware.com> [Fri, 01 Sep 2023 22:32:10 +0100] rev 19646
`Inspector2Tab`: add new API method to simplify creation of list views
Tue, 04 Apr 2023 17:00:56 +0200 `ChangeSetBrowser2`: fix for composite refactory changes jv
Jan Vrany <jan.vrany@labware.com> [Tue, 04 Apr 2023 17:00:56 +0200] rev 19645
`ChangeSetBrowser2`: fix for composite refactory changes
Thu, 23 Mar 2023 18:50:44 +0000 `NewSystemBrowser`: Improve support for "alien" classes / methods jv
Jan Vrany <jan.vrany@labware.com> [Thu, 23 Mar 2023 18:50:44 +0000] rev 19644
`NewSystemBrowser`: Improve support for "alien" classes / methods ...such as RING2 models. This is far from complete, just few things here and there. Over time, code should be overhauled to use some indirection for most queries about the code...
Wed, 08 Mar 2023 16:40:41 +0000 Merge jv
Jan Vrany <jan.vrany@labware.com> [Wed, 08 Mar 2023 16:40:41 +0000] rev 19643
Merge
Mon, 06 Mar 2023 15:22:35 +0000 Improve code (smalltalk) generator jv
Jan Vrany <jan.vrany@labware.com> [Mon, 06 Mar 2023 15:22:35 +0000] rev 19642
Improve code (smalltalk) generator * honour `UserPreferences >> #generateComments` when generating required methods * honour `RBFormatter spaceAfterKeywordSelector` when generating accessors
Tue, 15 Nov 2022 18:32:52 +0000 `DebugView`: when overriding a method, use the same protocol as overidden method jv
Jan Vrany <jan.vrany@labware.com> [Tue, 15 Nov 2022 18:32:52 +0000] rev 19641
`DebugView`: when overriding a method, use the same protocol as overidden method
Wed, 07 Sep 2022 15:27:34 +0100 Use `allTestSelectors includes:` instead of `isTestSelector:` jv
Jan Vrany <jan.vrany@labware.com> [Wed, 07 Sep 2022 15:27:34 +0100] rev 19640
Use `allTestSelectors includes:` instead of `isTestSelector:` ...as the latter is Smalltalk/X specific so overriding it won't work with portable code. Indeed, this is much slower for large classes. Will see.
Thu, 09 Jun 2022 08:59:11 +0200 Replacing obsolete method with newer version jv
Patrik Svestka <patrik.svestka@gmail.com> [Thu, 09 Jun 2022 08:59:11 +0200] rev 19639
Replacing obsolete method with newer version Fixes an error from settings/tools/editor/code edit2
(0) -10000 -3000 -1000 -300 -100 -10 tip