Can't see topcoder icon on toolbar (IntelliJ Idea 13 CE)
Closed this issue · 4 comments
Hm, it's really strange. Did you restart IntelliJ IDEA after installing plugin?
Do you have a intellijcoder.jar file in IntelliJ IDEA user directory (~/.IdeaIC13/config/plugins/) ?
Another way to run Arena in IDEA13 is new "Search Everywhere" feature. Press Shift-Shift and type "Start Arena".
I had similar problem. IDEA13 hides main toolbar by default. Click View->Toolbar to show it.
But on your screenshot main toolbar is already shown.
Try to press rightclick on main toolbar, "Customize menu and toolbars"->Add after->"All actions"->Plugins->IntellijCoder. If there is "Start Arena" here then something happened with toolbar configuration.
In this case you can manually add "Start Arena" action in main toolbar here.
Updated documentation for the case of the hidden by default toolbar. It's still not clear though why there are no TopCoder icon on the main toolbar in some cases. I can't reproduce it. Probably it's environment specific
I think I got to the bottom of the problem. It was because the plugin was built under JDK 7 and you use JDK 6. I've rebuilt plugin with JDK 6 and uploaded it to https://code.google.com/p/intellijcoder/ and JetBrains website. So to fix the problem install version 1.6 of the plugin (automatically as soon as it's approved by JetBrains or manually if not yet) and enable it in the IntelliJ IDEA (Settings -> Plugins -> IntelliJCoder)