Tudor Girba

Results 58 issues of Tudor Girba

We need a better changes view that also shows progress and notifications. And we need a rewrite snippet.

enhancement

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.

enhancement

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...

enhancement

Double clicking at the beginning/end of - `'...'` - `"..."` - `[ ... ]` - `(...)` - `#(...)` - `{...}` should select contents

enhancement

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...

enhancement

The UI refreshes wrongly sometimes

bug

People ask about shortcuts rather quickly in the journey. The book should offer it out of the box.

enhancement

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.

enhancement

GtTranscript can also be used as a way to build text. We want to enhance this.

enhancement