wmyywm / eclipse-code-formatter-intellij-plugin

Automatically exported from code.google.com/p/eclipse-code-formatter-intellij-plugin
0 stars 0 forks source link

Commit Changes Dialog / Optimize imports does not respect plugin import order configuration #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have specific import order set in Eclipse code formatter plugin settings. 
It works using Ctrl+Alt+O shortcut (Code | Optimize Imports).

When I use Commit Changes Dialog with Optimize imports option enabled, the 
commited import order is wrong - i.e. not as set in the plugin settings. 
Probably default IDEA formatting is used.

Original issue reported on code.google.com by TomasRKo...@gmail.com on 10 Sep 2013 at 8:07

GoogleCodeExporter commented 9 years ago
You can check reformat before commit, but not organize imports - it is done 
anyway, but the checkbox for organizing imports is somehow tied to IntelliJ 
implementation. I could take a seoond look on that.

Original comment by vojta.kr...@gmail.com on 10 Sep 2013 at 8:10

GoogleCodeExporter commented 9 years ago
Actually organizing imports is not done at all when commiting, but I will able 
to fix it.

Original comment by vojta.kr...@gmail.com on 24 Oct 2013 at 6:57

GoogleCodeExporter commented 9 years ago

Original comment by vojta.kr...@gmail.com on 21 Nov 2013 at 12:13

GoogleCodeExporter commented 9 years ago
I finally written it all. I will upload it maybe next week after I properly try 
it. 

Original comment by vojta.kr...@gmail.com on 22 Nov 2013 at 12:45

GoogleCodeExporter commented 9 years ago
So I uploaded the new version.

Original comment by vojta.kr...@gmail.com on 22 Nov 2013 at 1:40