StéphaneDucasse

Results 1102 comments of StéphaneDucasse

I want to be able to use my own pragma settings. I could invoke it that way ``` (SettingTree acceptableKeywords: #(#notetakersettings)) settingTreeRoots. ``` Why buildPragma: aPragma is not implemented as...

Ok I will do some PRs to improve the situation.

I would not create another repo for SpCodePresenter we can move it to new tools. I will introduce a new subclass of SpToolCommand (because find and replace can stay an...

Tx Eric. Styleshhets in Morphic are really a hack compared to the ones of Toplo and GTK. We will have a look. Could you tell us if this is also...

It is breaking because bold does not understand bodyString. ``` header "I am used to get an adhoc string for the header" ^ String streamContents: [ :s | children do:...

When we call the refacorings in scripting mode we can get a warning and capturing the exception. Now in interactive mode the driver could do the same.

The transformation implementation looks nicer to my eyes. ``` buildTransformations "ifnil... tight blocks should not be returned as errors" blockNodes ifNil: [ self checkMethodForBlocks ]. ^ (OrderedCollection withAll: ((blockNodes sorted:...

vs. ``` privateTransform definingNode removeTemporaryNamed: name. blockNodes do: [:each | each body addTemporaryNamed: name]. class compileTree: parseTree ```