scala-ide / scalariform

Scala source code formatter
http://scala-ide.github.com/scalariform/
MIT License
527 stars 148 forks source link

Cannot Undo after Formatting #268

Closed robbyki closed 6 years ago

robbyki commented 6 years ago

Not sure why I get a cannot undo Following Files have changes that cannot be undone error after applying my formatting? I can't seem to be able to undo anything which would be a big problem for using scalariform. Tried on Intellij EAP and 2017.3.

godenji commented 6 years ago

Your best bet is to go with the scalafmt library; they have built-in IntelliJ support, IIRC.

robbyki commented 6 years ago

Thanks. that did the trick.