Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Kay Stenschke
Total activity
50
Last activity
November 02, 2018 18:15
Member since
April 17, 2011 18:57
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
20
Activity overview
Posts (12)
Comments (18)
Sort by recent activity
Recent activity
Votes
Created
December 30, 2013 09:43
I have the same scenario + question- trying to create or at least add JavaHelp to a plugin to be displayed when clicking the [Help]-button inside the plugin settings dialog.Unfortunately the xml pa...
Community
IntelliJ IDEA Open API and Plugin Development
how do i plug into the main idea help system?
0 votes
Created
December 30, 2015 00:22
Hi Victor,if your window is a dialog extending JDialog (e.g. built using the UI designer) you can display it like:dialog = convertToolForm.createWindow(anActionEvent); dialog.pack();dialog.setVisib...
Community
IntelliJ IDEA Open API and Plugin Development
Show a custom window on action
0 votes
Created
December 13, 2011 10:08
thank you Dmitry
Community
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundError: com/intellij/refactoring/introduceField/IntroduceConstantHandler
0 votes
Created
May 21, 2013 19:24
Hi Denis,thanks a lot for your answer! :)here my solution with a fallback to the general tabsize of the project, in case someone else needs it: // Get tab size Integer tabSize = 0; Project project ...
Community
IntelliJ IDEA Open API and Plugin Development
Retrieve tab size from CodeStyleSettings
0 votes
Created
December 20, 2013 16:11
I had similar problems, i now found out that it works by specifying the absolute namespace:<action id="MyAction" icon="/com/mycompany/myplugin/resources/images/icon.png" ...
Community
IntelliJ IDEA Open API and Plugin Development
How to give an icon to a submenu group?
0 votes
Created
February 03, 2015 13:13
Hi Steve,My efforts were not really successful.I therefor decided to use a link to an online documentation instead. One advantage of this approach is that it can allow users to add annotations.If y...
Community
IntelliJ IDEA Open API and Plugin Development
how do i plug into the main idea help system?
0 votes
Created
October 26, 2015 21:09
Thank you Yann, it worked just as i wished. :)If someone else is searching for how to do this:inside the createToolWindowContent method of my ToolWindowFactory, i added:ActionManager actionManager ...
Community
IntelliJ IDEA Open API and Plugin Development
Add option to toolwindow title
0 votes
Created
February 08, 2016 23:39
Works perfectly! Thanks (once again) Yann :-)
Community
IntelliJ IDEA Open API and Plugin Development
Add separator to HelpMenu
0 votes
«
First
‹
Previous