StéphaneDucasse

Results 622 issues of StéphaneDucasse

When loading magritte v3.7 ``` BaselineOfMaterialDesignLite >> magritte: spec [ spec baseline: 'Magritte' with: [ spec loads: #('Seaside'); repository: 'github://magritte-metamodel/magritte:v3.7/source' ] ``` as in materialLite v2.4.1 ``` spec baseline: 'MaterialDesignLite'...

"Dependencies from other repositories" spec package: 'SharedPool-Speech' with: [ spec repository: 'http://www.squeaksource.com/Speech' ]; package: 'MethodMassage' with: [ spec repository: 'http://ss3.gemstone.com/ss/MethodMassage' ]; package: 'MethodMassageCompatibility' with: [ spec repository: 'http://ss3.gemstone.com/ss/MethodMassage' ]; package:...

When we insert a class the metaclass of the new class is Class and not the superclass metaclass :( Example, when in insert a superclass in MyClass, MySuperClass class is...

Priotity: High

I wanted to rename the class driver using itself and the class did not get renamed :(

Project: Refactorings

Minimizing the number of do: displayingProgress: can help us to better manage the progress bar. Here are some candiates for removals ``` ```

Hi I do not get why formatIncompleteIdentifiers is a class instance variable?

There is no super buildMicroDownUsing: aBuilder withComment: aString in the hierarchy of StInspectorCommand ``` StInspectorCommand >> buildMicroDownUsing: aBuilder withComment: aString super buildMicroDownUsing: aBuilder withComment: aString. self addDocumentContextRequiredSelectors: aBuilder ```

``` Object >> asOrderedCollection self deprecated: 'The usage of this method is not recommended. We want to have a smaller Object api. We will remove this method in the next...

Right now we can enter an expression and select a class and we see the result. But I cannot just change the expression and see the result. We have to...

Project: Tools
Version: Pharo 12

So we lost this method from P11.

Project: Calypso
Project: Documentation
Version: Pharo 12