Hi Colin,
I'm not aware that there are any limitations on the formatting feature,
thus I would it is a bug. Some days ago there is a bug reported that
said that formatting doesn't work if a source file contains a case-block
that doesn't have whitespace between the expression and the => keyword:
"case x=>"
You can try to find such places in your source file. If you don't have
them, then you may stumbled on another bug. You can try to find it by
partially commenting out or deleting of parts of your files. If
formatting then works, you have found the place of code the formatter
doesn't like. In that case we would be thankful if you could report is
as bug.
Simon
On 05/23/2013 10:32 PM, Colin Bester wrote:
> I am (and have been for awhile) using Eclipse Juno with Scala-Ide 3
> (from
http://download.scala-ide.org/sdk/e38/scala210/stable/site) and
> scala 2.10 and am developing on a mac.
>
> I have a project with numerous files but two of them will not format
> no matter what I try. I have even tried cutting text, placing into a
> pure text editor saving this and pulling it back in to my scala source
> file.
>
> Other scala files format fine. I am not a heavy user of the scala
> formatter, but in this instance (and it just so happens for these two
> files) I have done a ton of refactoring and need to clean it up.
>
> I am working in the scala perspective as well.
>
> Any ideas on what the issue could be - is there a limit on size of
> file for formatting?
>
> Error log shows no error when I try and format the file.
>
> Suggestions appreciated.
>
> Colin
> --
> You received this message because you are subscribed to the Google
> Groups "Scala IDE User" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
scala-ide-use...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>