Tudor Girba
Tudor Girba
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
Right now, Coder class actions are defined with a `gtCoderAction:` pragma. An inspector action is defined with a unary `gtAction`. We should transform the Coder actions to use the same...
People ask about shortcuts rather quickly in the journey. The book should offer it out of the box.
Try this: ``` Object subclass: #MyExample instanceVariableNames: '' classVariableNames: '' package: 'MyExample' ``` ``` #MyExample asClass compile: 'example (Delay forSeconds: 5) wait' ``` Create an example snippet with: ``` MyExample...
We should distinguish between variables with values and those without in a Pharo snippet. One idea is to show the values when they exist.
GtTranscript can also be used as a way to build text. We want to enhance this.