1

I've searched all the internet to find an answer, and I really have no idea how to fix this:

When I ctrl-s (Accept) sth in System Browser, all my comments are removed and the code is automatically formatted in the way I wouldn't like it to be. What is worse "Auto format on Accept" in settings is turned off. I am using Seaside 3.0.7, and I really think it's annoying - I don't have this problem in "clear" Pharo.

So I will be really happy, if someone could tell me the answer to my problem = how to disable this auto format & comment removing.

szymciolop
  • 57
  • 4

1 Answers1

2

Sounds like your .changes file is broken or not accessible.

Lukas Renggli
  • 8,754
  • 23
  • 46
  • What should I do with this, exactly? – szymciolop Jan 24 '13 at 19:29
  • Ok. I redownloaded Seaside one-click, and copied only the .changes file to the folder with Pier3.image [changed name to Pier3.changes]. Everything is fine now. Thanks. – szymciolop Jan 24 '13 at 19:42
  • So it's the `Decompiler` kicking in. Interesting that the OP didn't mention `Decompiler`'s other symptom, losing variable names and using `t1`, `t2`, ... instead. – Frank Shearar Jan 24 '13 at 23:54