主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Kay Stenschke
活动总数
50
最后的活动
2018年11月02日 18:15
成员加入日期
2011年04月17日 18:57
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
20
活动概览
帖子(12)
评论(18)
按最近的活动排序
最近的活动
投票数
创建于
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 票
创建于
2013年12月30日 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...
社区
IntelliJ IDEA Open API and Plugin Development
how do i plug into the main idea help system?
0 票
创建于
2015年12月30日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Show a custom window on action
0 票
创建于
2011年12月13日 10:08
thank you Dmitry
社区
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundError: com/intellij/refactoring/introduceField/IntroduceConstantHandler
0 票
创建于
2013年05月21日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Retrieve tab size from CodeStyleSettings
0 票
创建于
2013年12月20日 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" ...
社区
IntelliJ IDEA Open API and Plugin Development
How to give an icon to a submenu group?
0 票
创建于
2015年02月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
how do i plug into the main idea help system?
0 票
创建于
2015年10月26日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Add option to toolwindow title
0 票
创建于
2016年02月08日 23:39
Works perfectly! Thanks (once again) Yann :-)
社区
IntelliJ IDEA Open API and Plugin Development
Add separator to HelpMenu
0 票
«
第一页
‹
上一页