StéphaneDucasse
StéphaneDucasse
I can load and browse the method (it is a long comment) but it cannot be saved by tonel. I cannot commit it. [BreakingTonel.st.zip](https://github.com/pharo-vcs/tonel/files/2758674/BreakingTonel.st.zip)
When we click on a class comment I see it and then if we click on another class we do not see the comment of the new class.
In bloc I got the following classe definition. ``` TestCase subclass: #BlBasicTest uses: TBlExamples instanceVariableNames: '' classVariableNames: '' package: 'Bloc-UnitedTests-Basic' ``` On the server, the trait TBlExamples was not loaded...
``` confirm: message trueChoice: trueChoice falseChoice: falseChoice ^ UIManager default confirm: message trueChoice: trueChoice falseChoice: falseChoice ```
You cannot invoke replace variable refactoring in the debugger. - select a variable in a method body - Press command+ r => boumn we get something totally strange ``` sentTo:...
Type ``` [ :x | [ 2 ] ``` - place the cursor just before the last ] - type ] - the new character ] does not appear so...
