主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2014年07月24日 13:30
Great to hear it works now!
社区
IntelliJ IDEA Open API and Plugin Development
How to complete string literal expressions?
0 票
创建于
2014年07月22日 20:27
Please try re-creating a new IntelliJ Platform SDK and make sure the underlying Java-SDK is the correct one.
社区
IntelliJ IDEA Open API and Plugin Development
Problem with plugin in intellij 13
0 票
创建于
2014年06月06日 08:56
http://devnet.jetbrains.com/thread/268927please also check out FAQ http://confluence.jetbrains.com/display/IDEADEV/Plugin+Development+FAQ
社区
IntelliJ IDEA Open API and Plugin Development
Invoking CreateClassAction manually
0 票
创建于
2014年07月21日 10:27
You could override com.intellij.ide.actions.CreateClassAction#postProcess and store created PsiClass for later manipulation
社区
IntelliJ IDEA Open API and Plugin Development
Invoking CreateClassAction manually
0 票
创建于
2014年07月10日 08:48
see com.intellij.openapi.wm.ex.ToolWindowManagerListener, example can be found in org.jetbrains.idea.maven.navigator.MavenProjectsNavigator#initToolWindow
社区
IntelliJ IDEA Open API and Plugin Development
Running code when tool window opens
0 票
创建于
2014年07月08日 13:13
You can use org.jetbrains.plugins.groovy.codeInspection.GroovySuppressableInspectionTool (need to add groovy-plugin JARs to your IntelliJ Platform SDK).Make sure to check current is actually a .gra...
社区
IntelliJ IDEA Open API and Plugin Development
How to inspect build.grade
0 票
创建于
2014年07月03日 20:35
Keys are global, so using a prefix (e.g. your plugin "id") is a good approach.
社区
IntelliJ IDEA Open API and Plugin Development
Should I prefix properties in PropertiesComponent?
0 票
创建于
2014年07月09日 07:56
You can just call com.intellij.util.PsiNavigateUtil#navigate with the PsiMethod
社区
IntelliJ IDEA Open API and Plugin Development
How to go specific code line
0 票
创建于
2014年07月09日 08:31
Yes, you have to resolve the corresponding PsiMethod within the PsiClass and pass it as navigation target.
社区
IntelliJ IDEA Open API and Plugin Development
How to go specific code line
0 票
创建于
2014年07月25日 20:28
see com.intellij.openapi.components.ServiceManager and Module/Project/Application to obtain Component from corresponding scope
社区
IntelliJ IDEA Open API and Plugin Development
dependency injection for menu / AnAction
0 票
«
第一页
‹
上一页
下一页
›
最后
»