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 votes
Recent activity
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
October 03, 2016 14:00
I was afraid so. thanks again for answering my question.
Community
IntelliJ IDEA Open API and Plugin Development
Adding options to plugin settings dialog footer
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
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
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
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
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
June 26, 2014 06:47
Hi Fabian,try something like:// store propertyPropertiesComponent.getInstance().setValue( "mypropertystring", "hello world" );// load propertyString value = PropertiesComponent.getInstance().getVal...
Community
IntelliJ IDEA Open API and Plugin Development
How to cache a variable
0 votes
Created
October 13, 2014 14:22
public void actionPerformed(final AnActionEvent event) { Editor editor = event.getData(PlatformDataKeys.EDITOR); Document document = editor.getDocument(); editor.getCaretModel().moveTo...
Community
IntelliJ IDEA Open API and Plugin Development
how to goto line with openapi
0 votes
Created
November 23, 2014 21:53
though not sure what "having no hook to the actual event" is supposed to mean, i'd suggest to have your event handler store or pass the event, so the getPopupStep method can access it.you can than ...
Community
IntelliJ IDEA Open API and Plugin Development
Getting keyboard modifiers for mouse events on a status bar widget
0 votes
Next
›
Last
»