主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Colin Fleming
活动总数
1477
最后的活动
2024年08月28日 19:36
成员加入日期
2005年01月04日 19:45
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
484
活动概览
帖子(205)
评论(788)
按最近的活动排序
最近的活动
投票数
创建于
2013年08月26日 00:56
For those who are interested, the solution for the first two options seems to be to implement QueryExecutor and publish the implementations at the definitionsSearch and classInheritorsSearch extens...
社区
IntelliJ IDEA Open API and Plugin Development
Declaring language elements for Java interop
0 票
创建于
2013年08月25日 08:36
Hi Gilbert,This is something I've been considering recently, as far as I know there are currently no paid plugins and no support for them in IntelliJ. However, I'm not sure how much support you wou...
社区
IntelliJ IDEA Open API and Plugin Development
Charging for an IntelliJ plugin
0 票
创建于
2013年09月27日 03:38
I feel your pain - sometimes developing plugins is an exercise in frustration. I have a few unanswered questions floating around here which have cost me a massive amount of time and hair-pulling to...
社区
IntelliJ IDEA Open API and Plugin Development
Suggestions for tracking down a null pointer exception?
0 票
创建于
2013年10月16日 09:33
Great, thanks Dmitry.
社区
IntelliJ IDEA Open API and Plugin Development
Please add all doc to the plugin page
0 票
创建于
2013年10月16日 01:05
You should be able to use the JavaPsiFacade to do what you want. Try:PsiPackage pack = JavaPsiFacade.getInstance(project).findPackage(qualifiedName);If you want the root package you can use findPac...
社区
IntelliJ IDEA Open API and Plugin Development
What is the best way to get the project packages?
0 票
创建于
2013年09月30日 03:12
I'd love to be able to do this as well, unfortunately my understanding is that it's impossible. Actually, it's impossible to do what I wanted to do, you might be luckier. The problem is that you ne...
社区
IntelliJ IDEA Open API and Plugin Development
Loading Inspections - Getting the Classloader Right
0 票
创建于
2013年10月29日 09:39
No problem, glad it helped!I'm not sure what you mean by "where spacing is added when you press enter in the middle of existing text" - how is that different from the original problem?
社区
IntelliJ IDEA Open API and Plugin Development
API for indenting
0 票
创建于
2013年10月29日 10:31
Hmm, in that case I'm not sure, sorry - it's a while since I looked at that code.
社区
IntelliJ IDEA Open API and Plugin Development
API for indenting
0 票
创建于
2013年10月28日 21:56
Hi Taras,The API is DocumentationProvider.getQuickNavigateInfo(), I think.Cheers,Colin
社区
IntelliJ IDEA Open API and Plugin Development
Customizing Ctrl-Hover popup for references
0 票
创建于
2013年12月05日 11:20
Hi Eugene,I normally see this when I'm running the IDE in debug mode, i.e. when I've run a sandbox copy of IntelliJ with my plugin installed. I do this by invoking com.intellij.idea.Main as describ...
社区
IntelliJ IDEA Open API and Plugin Development
Problem with debug run configuration
0 票
«
第一页
‹
上一页
下一页
›
最后
»