主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2015年02月18日 06:07
You should be able to access these via passed in JavaParameters parameter:com.intellij.execution.configurations.SimpleProgramParameters#getEnv and all other ...Env methodscom.intellij.execution.con...
社区
IntelliJ IDEA Open API and Plugin Development
Accessing Run/Debug Configuration from a plugin
0 票
创建于
2015年02月17日 14:39
Plugin "JavaScript Support" was not loaded: required plugin "com.intellij.css" not installed. JavaScript plugin depends on CSS-plugin (com.intellij.css), please add corresponding <depends> and CSS-...
社区
IntelliJ IDEA Open API and Plugin Development
Testing plugin that depends on javascript
0 票
创建于
2015年03月20日 09:08
Argument for @NotNull parameter 'project' of com/intellij/psi/PsiDocumentManager.getInstance must not be nullyou must pass in Project parameter
社区
IntelliJ IDEA Open API and Plugin Development
Provide Auto-complete in a text field(JTextField)
0 票
创建于
2015年03月20日 09:40
how do you callExtractConceptDialog(Project project)
社区
IntelliJ IDEA Open API and Plugin Development
Provide Auto-complete in a text field(JTextField)
0 票
创建于
2015年03月20日 09:49
try using passed in Project parameter from com.intellij.refactoring.RefactoringActionHandler#invoke(com.intellij.openapi.project.Project, com.intellij.openapi.editor.Editor, com.intellij.psi.PsiFil...
社区
IntelliJ IDEA Open API and Plugin Development
Provide Auto-complete in a text field(JTextField)
0 票
创建于
2015年05月04日 06:17
You can provide your own extension of com.intellij.openapi.diagnostic.ErrorReportSubmitter which could submit your plugin's exception e.g. via mail.
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to capture all the exceptions of my custom plugin, so I can sent it to a server
0 票
创建于
2015年04月30日 15:27
com.intellij.codeInsight.daemon.impl.LineMarkersPass#createMethodSeparatorLineMarker
社区
IntelliJ IDEA Open API and Plugin Development
Method separators
0 票
创建于
2015年04月26日 21:15
See com.intellij.openapi.compiler.CompilerPaths#getModuleOutputPath
社区
IntelliJ IDEA Open API and Plugin Development
Intellij14: How to get the classpath of the current project?
0 票
创建于
2015年04月15日 13:20
Thanks for noting, we're going to update this part.Still using ExternalAnnotator seems a solution for your problem here. Unfortunately there are not too many examples in Community Edition sources.Y...
社区
IntelliJ IDEA Open API and Plugin Development
Best way to implement code highlighting/annotation by file+line number?
0 票
创建于
2015年04月21日 08:15
You can find the Dart plugin sources in /contrib repositoryhttps://github.com/JetBrains/intellij-plugins/tree/master/Dart
社区
IntelliJ IDEA Open API and Plugin Development
Best way to implement code highlighting/annotation by file+line number?
0 票
«
第一页
‹
上一页
下一页
›
最后
»