Can you check your sources or changes files. Maybe they are missing or corrupted.


Am 17.06.2017 11:35 vorm. schrieb "Marc Hanisch via Pharo-users" <pharo-users@lists.pharo.org>:


---------- Weitergeleitete Nachricht ----------
From:��Marc Hanisch <marc.hanisch@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