gtoolkit
gtoolkit copied to clipboard
Glamorous Toolkit is the Moldable Development environment. It empowers you to make systems explainable through experiences tailored for each problem.
We need a better changes view that also shows progress and notifications. And we need a rewrite snippet.
We need a button that allows us to copy a class to another name. Ideally, the dropdown would also allow us to set the package.
Click somewhere Press Shift and click somewhere else. ==> The text should be selected Now, press Shift and click somewhere else. ==> The selection should change The selection should also...
Double clicking at the beginning/end of - `'...'` - `"..."` - `[ ... ]` - `(...)` - `#(...)` - `{...}` should select contents
Although I cannot reliably reproduce the error, this is how it happened. Load this package into a fresh image: ``` Metacello new baseline: 'GtTalks'; repository: 'github://onierstrasz/gt-talks:main/src'; load ``` Go to...
Create an attribute that displays a text when the attributed text is empty
Code Changes will apply an incorrect set of changes in some circumstances... The example seen was that methods had been deleted, but when Applying from the Code Changes tool the...
On MacOs Monterey 12.4 (M1), when in full screen, Glamourous Toolkit crashes when I try to open a new window. Discord thread: https://discord.com/channels/729445214812504107/755319168504692778/1002838272608837644 ## Reproduction steps - Open Glamorous Toolkit...
Create two dummy classes: ``` Object subclass: #Dummy1 instanceVariableNames: '' classVariableNames: '' poolDictionaries: '' package: 'Dummy'. Object subclass: #Dummy2 instanceVariableNames: '' classVariableNames: '' poolDictionaries: '' package: 'Dummy' ``` Now add...