主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Vladimir Krivosheev
活动总数
451
最后的活动
2024年10月17日 08:21
成员加入日期
2009年06月29日 11:53
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
177
活动概览
文章(0)
帖子(0)
评论(274)
按最近的活动排序
最近的活动
投票数
创建于
2017年03月20日 14:32
> to load arbitrary run configurations from disk What do you mean "arbitrary"? Not mapped to some IDEA run configuration type?
社区
IntelliJ IDEA Open API and Plugin Development
Programmatically Load Run Configurations From Disk
0 票
创建于
2017年01月23日 10:07
``` int workerCount = PlatformUtils.isIdeaCommunity() || PlatformUtils.isDatabaseIDE() || PlatformUtils.isCidr() ? 1 : 2; ``` Currently, no setting. For what do you need?
社区
IntelliJ IDEA Open API and Plugin Development
httpRequestHandler single request?
0 票
创建于
2016年12月21日 15:15
Please see `PathMacros.getInstance()`
社区
IntelliJ IDEA Open API and Plugin Development
Programatic access to 'Path Variables' in Settings
0 票
创建于
2016年12月01日 10:16
Is your component registed as service or as project/app component?
社区
IntelliJ IDEA Open API and Plugin Development
Enforce persistence of an PersistentStateComponent attribute
0 票
创建于
2016年10月20日 14:03
Hi. Could you please describe use case? IDEA 2016.3 supports bundled inspections but it is experimental.
社区
IntelliJ IDEA Open API and Plugin Development
Create Custom Inspection Profile
0 票
创建于
2016年09月22日 05:05
Please file issue https://youtrack.jetbrains.com/newIssue?project=WEB&clearDraft=true&c=Subsystem+Debugger and, if possible, sample project.
社区
IntelliJ IDEA Open API and Plugin Development
Debugging a DSL transpiled into JS with source map?
0 票
创建于
2016年07月07日 10:52
> Is it possible to register/unregister applicationConfigurable without using plugin.xml(code level)? No, it is not possible. Why do you cannot use plugin.xml?
社区
IntelliJ IDEA Open API and Plugin Development
How to check setting dialog already open
0 票
创建于
2016年07月04日 10:31
Hi, just specify path. @Storage("yourName.xml")
社区
IntelliJ IDEA Open API and Plugin Development
Persist settings at application level
0 票
创建于
2016年06月28日 14:06
Yes, callback is called only if process started. But not if some before task failed or error occurred.
社区
IntelliJ IDEA Open API and Plugin Development
Standard java runners do not call calback, if compilation failed.
0 票
创建于
2016年06月27日 09:58
Sorry for late response. I think it is better to ask user invoke `SaveAsDirectoryBasedFormatAction` action manually (VCS changes and so on). > that works best with .idea directory format. Why so? M...
社区
IntelliJ IDEA Open API and Plugin Development
Programmatically convert .ipr to .idea
0 票
«
第一页
‹
上一页
下一页
›
最后
»