主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Kay Stenschke
活动总数
50
最后的活动
2018年11月02日 18:15
成员加入日期
2011年04月17日 18:57
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
20
活动概览
帖子(12)
评论(18)
按最近的活动排序
最近的活动
投票数
创建于
2013年08月07日 18:20
in case someone else also wonders (i did) how to unset the custom info again:WindowManager.getInstance().getStatusBar(project).setInfo(null);
社区
IntelliJ IDEA Open API and Plugin Development
Status bar - messages and new panels
1 票
创建于
2016年10月03日 14:00
I was afraid so. thanks again for answering my question.
社区
IntelliJ IDEA Open API and Plugin Development
Adding options to plugin settings dialog footer
0 票
创建于
2011年04月17日 21:13
after more searching the forum i now replaced DataKeys by DataConstants, is this the correct standard?
社区
IntelliJ IDEA Open API and Plugin Development
deprecations vs. new standards documentation?
0 票
创建于
2011年04月18日 20:49
thank you Dmitry, this helped me get on my way, i managed to get rid of the errors :)
社区
IntelliJ IDEA Open API and Plugin Development
deprecations vs. new standards documentation?
0 票
创建于
2013年06月02日 12:48
Hi Philipp,you can specify resource patterns in the Compiler section of the Project Settings.Regards, Kay
社区
IntelliJ IDEA Open API and Plugin Development
Export any resource within plugin
0 票
创建于
2013年10月30日 21:45
Hi Chris,do you mean something like this?jsCode = jsCode.substring(0, jsCode.lastIndexOf("'\n]") ) + ",\n\t'd'\n]";Greetings, Kay
社区
IntelliJ IDEA Open API and Plugin Development
How to insert a comma in an array literal?
0 票
创建于
2014年05月26日 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.
社区
IntelliJ IDEA Open API and Plugin Development
How to retrieve clipboard history?
0 票
创建于
2014年06月26日 06:47
Hi Fabian,try something like:// store propertyPropertiesComponent.getInstance().setValue( "mypropertystring", "hello world" );// load propertyString value = PropertiesComponent.getInstance().getVal...
社区
IntelliJ IDEA Open API and Plugin Development
How to cache a variable
0 票
创建于
2014年10月13日 14:22
public void actionPerformed(final AnActionEvent event) { Editor editor = event.getData(PlatformDataKeys.EDITOR); Document document = editor.getDocument(); editor.getCaretModel().moveTo...
社区
IntelliJ IDEA Open API and Plugin Development
how to goto line with openapi
0 票
创建于
2014年11月23日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Getting keyboard modifiers for mouse events on a status bar widget
0 票
下一页
›
最后
»