主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2014年10月04日 13:26
What is your exact problem? There's com.intellij.ide.util.PropertiesComponent#getValue(java.lang.String) etc. which can be called from anywhere.
社区
IntelliJ IDEA Open API and Plugin Development
Get Plugin Settings in ToolWindow
0 票
创建于
2014年10月04日 13:05
com.intellij.ui.SearchTextField
社区
IntelliJ IDEA Open API and Plugin Development
Search Component
0 票
创建于
2014年09月30日 15:10
Without actually trying to load your project, but it seems "/resources/" is not defined as source/resource root in your module and thus not packaged.
社区
IntelliJ IDEA Open API and Plugin Development
Live templates plugin
0 票
创建于
2014年11月04日 19:52
There is no licensing/enforcing functionality for 3rd party plugins in IntelliJ Platform.There are a few OSS as well as commercial licensing toolkits which you're free to choose from.
社区
IntelliJ IDEA Open API and Plugin Development
License enforcement for commercial plugins
0 票
创建于
2014年11月03日 09:59
Thanks for your sample, added to FAQ.
社区
IntelliJ IDEA Open API and Plugin Development
How can I track plugin's exceptions?
0 票
创建于
2014年10月26日 08:42
I cannot access the JAR file, could you please upload it somewhere else? How did you create it? Anything in idea.log after installing plugin?
社区
IntelliJ IDEA Open API and Plugin Development
Language plugin only works in development environment.
0 票
创建于
2014年11月17日 21:46
You have to call com.intellij.openapi.ui.TextFieldWithBrowseButton#addBrowseFolderListener() with properly configured FileChooserDescriptor, e.g. passing in project base dir into com.intellij.opena...
社区
IntelliJ IDEA Open API and Plugin Development
TextFieldWithBrowseButton with completion relative to project dir
0 票
创建于
2014年11月07日 08:55
See com.intellij.openapi.wm.impl.status.EditorBasedWidget. You could install your widget in ProjectComponent.
社区
IntelliJ IDEA Open API and Plugin Development
Where to register statusbar?
0 票
创建于
2014年11月11日 14:40
See org.jetbrains.android.inspections.lint.AndroidLintGlobalInspectionContext#performPreRunActivities on how to access ProgressIndicator in this context.
社区
IntelliJ IDEA Open API and Plugin Development
How to update status of ProgressIndicator from within GlobalInspectionContextExtension
0 票
创建于
2014年12月01日 10:52
Accessors cannot be generated dynamically. You could provide @CustomChildren accessor in parent DOM to gather all "dynamic" sub-elements (and use registerCustomChildrenExtension() again).
社区
IntelliJ IDEA Open API and Plugin Development
How to work with the elements registered with DomExtender?
0 票
«
第一页
‹
上一页
下一页
›
最后
»