Hi Stephane, Yes it seems to be an issue with the sources file. Maybe my workflow is wrong? When I want to store an image somewhere else, I always left+click and select save as... to save my image. As far as I understand Pharo, it then saves the image and a changes file in the selected directory. The sources file should stay in the Pharo distribution folder, under the share directory, shouldn't it? The sources file is present in my share folder, I don't know why Pharo looks into pharo6.0-64/bin/lib/pharo/5.0- 201705310241/ (that's the path from the error message). ...BTW I'm wondering why the mailing list sends my mails as .eml attachments? Did you received my previous mail? Best regards, Marc Am 18. Juni 2017, um 15:50, schrieb Stephane Ducasse <stepharo.self@gmail.com>: 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.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