---------- 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 := aStringit gets corrected to:SomeClass >> name: arg1�� name := arg1How can I configure this behaviour? I could not find the related settings... :-/Thanks,Marc