主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Alexander Zolotov
活动总数
721
最后的活动
2023年11月01日 08:52
成员加入日期
2011年04月05日 22:39
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
241
活动概览
文章(0)
帖子(0)
评论(480)
按最近的活动排序
最近的活动
投票数
创建于
2016年02月01日 14:16
Hi, You can find documentation here: http://www.jetbrains.org/intellij/sdk/docs/ As for log4j, what kind of problems do you have with it?
社区
IntelliJ IDEA Open API and Plugin Development
To begin with writing a plugin on intellij for android studio
0 票
创建于
2016年02月02日 12:18
正式评论
Hi Cedric, I believe it should be something like this: CompilerProjectExtension.getInstance(project).setCompilerOutputUrl(VfsUtilCore.pathToUrl(path))
社区
IntelliJ IDEA Open API and Plugin Development
How can I modify the project compiler output directory of a project?
0 票
创建于
2016年02月02日 13:17
正式评论
Hi Fabio, Sorry for delay. I've recreated the problem, but the thing is that I cannot find LaunchUtils and AndroidDevice classes neither in Android Studio 1.5.1 SDK nor in IntelliJ IDEA 15.0.3. I b...
社区
IntelliJ IDEA Open API and Plugin Development
Building plugins that depends on android using gradle plugin
0 票
创建于
2016年02月04日 09:45
Hi Eran, At least you should check that the plugin is enabled and compatible with IDEA 14. Also it's worth to take a look at log files (Help | Show Log in <file_browser>)
社区
IntelliJ IDEA Open API and Plugin Development
diff window not working in 14 versions
0 票
创建于
2016年02月05日 07:34
Hi Richard, Do you mean that you want to add your action in the menu that appears on right mouse click in editor? If so, you should implement an action and add it to EditorPopupMenu group, see http...
社区
IntelliJ IDEA Open API and Plugin Development
Customising debugger actions
0 票
创建于
2016年02月05日 07:47
Hi Appu, Each plugin is loaded by separate PluginClassLoader and its dependencies from ./lib/ directory are loaded by URLClassLoader. Likely you've installed DependencyPlugin in IDEA and in the sam...
社区
IntelliJ IDEA Open API and Plugin Development
Loading a service from a plugin included as a library results in a ClassCastException
0 票
创建于
2016年02月08日 13:20
Hi, It's ok to use PsiFile#delete method, at least in case you do that on default PsiFileImpl implementation. What is the exception you get? Attach full stacktrace please.
社区
IntelliJ IDEA Open API and Plugin Development
PsiFile delete
0 票
创建于
2016年02月09日 11:29
I'm not sure that it makes much sense to delete() a fake file, so the question is why are you doing this? As for exception I believe there is a full stacktrace in logs that might tell you why it's ...
社区
IntelliJ IDEA Open API and Plugin Development
PsiFile delete
0 票
创建于
2016年02月09日 13:07
Anyway the stacktrace is needed. Javadoc of PsiFile#delete method says that the exception is possible, without stacktrace I can't say why it happens
社区
IntelliJ IDEA Open API and Plugin Development
PsiFile delete
0 票
创建于
2016年02月10日 16:38
正式评论
Hi, Use the same path but without 'community' part. Here is the most recent documentation: http://www.jetbrains.org/intellij/sdk/docs/tutorials/code_intentions.html
社区
IntelliJ IDEA Open API and Plugin Development
How to create a new IntentionAction plugin
0 票
«
第一页
‹
上一页
下一页
›
最后
»