主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Bas Leijdekkers
活动总数
1072
最后的活动
2024年03月14日 19:13
成员加入日期
2003年05月15日 14:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
426
活动概览
文章(0)
帖子(41)
评论(605)
按最近的活动排序
最近的活动
投票数
创建于
2008年07月28日 14:14
Here is some code that can highlight PsiElements in the current editor like Hightlight Usages in File does (in the proper colors and working Find Next and Find Previous). elementCollection) { ...
社区
IntelliJ IDEA Open API and Plugin Development
Simple plugin idea, looking for some OpenApi pointers
0 票
创建于
2005年01月10日 10:12
Ah sorry, didn't quite understand which reference you had there. Ok, when you have the reference to "coll", you then want the reference to the "doSomethingElse" method in this case. I would do it l...
社区
IntelliJ IDEA Open API and Plugin Development
Type refactoring
0 票
创建于
2005年01月11日 13:05
Hi Tom,I guess I can answer one more time:-)Thomas Singer (MoTJ) wrote:How to place an action in the Refactor menu? The easiest option is to specify your action in plugin.xml: ]]>Yo...
社区
IntelliJ IDEA Open API and Plugin Development
Type refactoring
0 票
创建于
2009年05月15日 14:23
The elements return by calling getElement() on the references can be cast to PsiReferenceExpression (if they are references from java code). On PsiReferenceExpression there are the methods isQuali...
社区
IntelliJ IDEA Open API and Plugin Development
Distinguish reference usages
0 票
创建于
2009年01月28日 15:51
Weird, I still do not see it inside the plugin manager.Bas
社区
IntelliJ IDEA Open API and Plugin Development
plugin not visible from idea
0 票
创建于
2009年01月29日 09:07
mf@fuhrer.com wrote:Most probably the plugin repository is comparing build numbers withstring comparison (which was the case in IDEA too). Time for a Jira request?Yes it is:IDEA-21672Bas
社区
IntelliJ IDEA Open API and Plugin Development
plugin not visible from idea
0 票
创建于
2010年02月28日 17:34
Perhaps I was not clear, but this was a javax.swing.Action implementation. java.awt.event.ActionEvent does not have a getData() method, does it? Bas
社区
IntelliJ IDEA Open API and Plugin Development
Retrieving a Project object from inside an actionPerformed()
0 票
创建于
2006年09月10日 15:08
Whoops, you discovered the problem yourself already.
社区
IntelliJ IDEA Open API and Plugin Development
Using codeStyleManager.shortenClassReferences for single field only
0 票
创建于
2006年09月10日 13:33
In Inspection Gadgets shortenClassReferences is used all the time for PsiStatements, PsiExpressions and other PsiElements, so it should work for PsiFields too. importList.findOnDemandInportStatemen...
社区
IntelliJ IDEA Open API and Plugin Development
Using codeStyleManager.shortenClassReferences for single field only
0 票
创建于
2014年02月18日 10:23
You could try to add a java.awt.event.WindowFocusListener to the projects JFrame. Here's how to get the JFrame:com.intellij.openapi.wm.WindowManager.getInstance().getFrame(project)You will probably...
社区
IntelliJ IDEA Open API and Plugin Development
Get last focused project window
0 票
«
第一页
‹
上一页