主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexander Doroshko
活动总数
2479
最后的活动
2024年11月15日 18:36
成员加入日期
2009年06月09日 09:45
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
851
活动概览
文章(0)
帖子(0)
评论(1628)
按最近的活动排序
最近的活动
投票数
创建于
2014年09月12日 08:43
PsiClass, PsiField and PsiMethod are historically bad class names, they come from early IntelliJ IDEA ages when it supported Java language only. You probably noticed that these classes are located ...
社区
IntelliJ IDEA Open API and Plugin Development
PSIFile.findElementAt(offset) returns HaxeFile(which extends PsiFileBase) instead of PsiElement instance
0 票
创建于
2014年09月10日 17:40
Only javadoc in Rearranger interface.Second implementation example is com.intellij.xml.arrangement.XmlRearranger.
社区
IntelliJ IDEA Open API and Plugin Development
Rearranger usage example
0 票
创建于
2014年09月10日 18:00
Clone IntelliJ IDEA Community Edition repo (git clone https://github.com/JetBrains/intellij-community) anywhere on the computer (it takes some time), open Sources tab of the Plugin SDK (Project Str...
社区
IntelliJ IDEA Open API and Plugin Development
Rearranger usage example
0 票
创建于
2014年09月04日 14:31
LocalFileSystem.getInstance().findFileByPath()You'll find more info in this article: http://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+Architectural+Overview
社区
IntelliJ IDEA Open API and Plugin Development
how to read a file in the project by its path
0 票
创建于
2014年08月28日 17:14
No, annotator is not designed for additional long descriptions.
社区
IntelliJ IDEA Open API and Plugin Development
How to add description to Annotator?
0 票
创建于
2014年08月28日 14:45
Unfortunately Flex related API is not open source and you'll have to ask us each time when you need to find any Flex specific class/method name. First of all you have to add all JAR files from [IDE...
社区
IntelliJ IDEA Open API and Plugin Development
How to find MXML/ActionScript classes in plugin
0 票
创建于
2014年12月01日 13:56
You'll probably have only one action. Separator - as you like. Add to group - yes, you need it. One adds to editor popup, the other one - to the context menu in Project View. Skip the latter if you...
社区
IntelliJ IDEA Open API and Plugin Development
How to add items to a tab context menu?
0 票
创建于
2014年12月01日 14:07
Yes, follow 'IntelliJ IDEA Action System' link on the first page that you mentioned.
社区
IntelliJ IDEA Open API and Plugin Development
How to add items to a tab context menu?
0 票
创建于
2014年11月27日 12:15
To get VirtualFile by path use LocalFileSystem.getInstance().findFileByPath(). Or see this doc.Then call FileEditorManager.getInstance(project).openFile(file, true);
社区
IntelliJ IDEA Open API and Plugin Development
How do I open a file if I have the path to it in the project?
0 票
创建于
2015年10月06日 17:43
First of all make sure you understand IntelliJ IDEA project structure. There's no such thing as workspace and also unlikely you need to work with more than one project simultaneously. See https://w...
社区
IntelliJ IDEA Open API and Plugin Development
How traverse through project in IntelliJ?
0 票
«
第一页
‹
上一页
下一页
›
最后
»