Hello Nicolai, that's strange, because when I open my downloaded Pharo standard image and save it (left click -> save as...), then I get the message: "Pharo cannot locate the sources file named /home/marc/PharoWorkspace/pharo6.0-64/bin/lib/pharo/5.0- 201705310241/PharoV60.sources. Please check that the file is named properly and is in the same directory as this image." This makes me wondering because the image I use is in ~/PharoWorkspace/pharo6.0-64/shared: $ ls -l drwxrwxr-x. 2 marc marc     4096 10. Jun 15:39 icon-packs -rw-rw-r--. 1 marc marc   154081 17. Jun 10:37 Pharo6.0-64.changes -rw-rw-r--. 1 marc marc 49649448  6. Jun 15:24 Pharo6.0-64.image drwxr-xr-x. 5 marc marc     4096 17. Jun 10:37 pharo-local -rw-r--r--. 1 marc marc 36114887  6. Jun 15:24 PharoV60.sources Why Pharo is searching in pharo6.0-64/bin/lib/pharo/5.0-201705310241 ? The directory exists but contains some librarys... :-/ I did not had this problem with Pharo5... Thanks, Marc Am Samstag, den 17.06.2017, 11:38 +0200 schrieb Nicolai Hess:
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" <pha ro-users@lists.pharo.org>:
---------- Weitergeleitete Nachricht ---------- From:Â Marc Hanisch <marc.hanisch@googlemail.com> To:Â Any question about pharo is welcome <pharo-users@lists.pharo.or g> 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