Closed GoogleCodeExporter closed 9 years ago
I've assigned the issue to Jonathan.
FYI, the Eclipse code formatter to use is stored in:
checker-framework/checkers/eclipse/checker-framework-formatter.xml
Original comment by wdi...@gmail.com
on 5 Dec 2013 at 7:34
> FYI, the Eclipse code formatter to use is stored in:
>
> checker-framework/checkers/eclipse/checker-framework-formatter.xml
Great! I missed that. I'll reformat my code and submit a new patch.
Original comment by reprogra...@gmail.com
on 5 Dec 2013 at 7:42
I just tried the formatter at
checker-framework/checkers/eclipse/checker-framework-formatter.xml. Clearly the
Eclipse plug-ins are not using this formatter. So, changing my formatter to
this formatter would result in more noise.
Since other parts of the repository are already using this formatter, I suggest
that the Eclipse plug-in starts to use it, too. This would make reviewing
future patches to the Eclipse plug-in easier.
Original comment by reprogra...@gmail.com
on 5 Dec 2013 at 7:48
Thanks for the patch. I'll take a look.
Original comment by jbu...@cs.washington.edu
on 6 Dec 2013 at 7:40
Jonathan,
Did you get the chance to review my patch?
Original comment by reprogra...@gmail.com
on 22 Jan 2014 at 8:45
This patch has been applied. Thank you for your continued help. As for
formatting, the Eclipse plugin was originally written in a separate repository
and the original author did not use the checker-framework-formatter. I
currently use Intellij for most of my editing so I had not applied this
formatter (though I do believe there is an Eclipse formatter plugin for
Intellij). In the future the Eclipse plugin will be migrated to use the
Checker Framework formatting style.
Thanks again.
Jonathan
Original comment by Jonathan...@gmail.com
on 23 Jan 2014 at 9:22
[deleted comment]
You may find this feature of IntelliJ IDEA 13 useful for porting the Eclipes
code formatter to IntelliJ IDEA:
http://blog.jetbrains.com/idea/2014/01/intellij-idea-13-importing-code-formatter
-settings-from-eclipse/
Original comment by reprogra...@gmail.com
on 1 Feb 2014 at 5:27
Original comment by Jonathan...@gmail.com
on 7 Feb 2014 at 8:55
Original issue reported on code.google.com by
reprogra...@gmail.com
on 5 Dec 2013 at 7:25Attachments: