I used it daily and it does not come from the formatter. Nicolai
suggestion looks a path to investigate because
it may be that the code is lost and that the formatter displays text
from the bytecode.

stef

On Sat, Jun 17, 2017 at 10:56 AM, Marc Hanisch via Pharo-users
<pharo-users@lists.pharo.org> wrote:
>
>
> ---------- Forwarded message ----------
> From: Marc Hanisch <marc.hani...@googlemail.com>
> To: Any question about pharo is welcome <pharo-users@lists.pharo.org>
> Cc:
> Bcc:
> Date: Sat, 17 Jun 2017 10:56:35 +0200
> Subject: Autoformatting in SystemBrowser
> Hello,
>
> since Pharo6 my method comments in the SystemBrowser gets automatically 
> removed. My arguments get also removed, so when I type:
>
> SomeClass >> name: aString
>   "sets the name instance variable"
>   name := aString
>
> it gets corrected to:
>
> SomeClass >> name: arg1
>   name := arg1
>
> How can I configure this behaviour? I could not find the related settings... 
> :-/
>
> Thanks,
> Marc
>

Reply via email to