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
May 26, 2014 21:34
Hi Yann,works like a charm :-) thank you for the quick advice!P.S: i don't seem to find the option to mark the post as a question anymore, sorry for not marking the answer as helpful therefor.
Community
IntelliJ IDEA Open API and Plugin Development
How to retrieve clipboard history?
0 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 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
October 30, 2013 21:45
Hi Chris,do you mean something like this?jsCode = jsCode.substring(0, jsCode.lastIndexOf("'\n]") ) + ",\n\t'd'\n]";Greetings, Kay
Community
IntelliJ IDEA Open API and Plugin Development
How to insert a comma in an array literal?
0 votes
Created
August 07, 2013 18:20
in case someone else also wonders (i did) how to unset the custom info again:WindowManager.getInstance().getStatusBar(project).setInfo(null);
Community
IntelliJ IDEA Open API and Plugin Development
Status bar - messages and new panels
1 vote
Created
June 02, 2013 12:48
Hi Philipp,you can specify resource patterns in the Compiler section of the Project Settings.Regards, Kay
Community
IntelliJ IDEA Open API and Plugin Development
Export any resource within plugin
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 13, 2011 10:08
thank you Dmitry
Community
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundError: com/intellij/refactoring/introduceField/IntroduceConstantHandler
0 votes
Created
April 18, 2011 20:49
thank you Dmitry, this helped me get on my way, i managed to get rid of the errors :)
Community
IntelliJ IDEA Open API and Plugin Development
deprecations vs. new standards documentation?
0 votes
Created
April 17, 2011 21:13
after more searching the forum i now replaced DataKeys by DataConstants, is this the correct standard?
Community
IntelliJ IDEA Open API and Plugin Development
deprecations vs. new standards documentation?
0 votes
«
First
‹
Previous