主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexandr Evstigneev
活动总数
194
最后的活动
2024年03月26日 09:34
成员加入日期
2017年01月30日 15:27
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
84
活动概览
帖子(0)
评论(109)
按最近的活动排序
最近的活动
投票数
创建于
2019年02月25日 07:36
As you might know from your experience - there is no such entity in the platform as a keyword. There are spaces/newlines, comments, errors and everything else. Some languages might have something l...
社区
IntelliJ IDEA Open API and Plugin Development
Is there a way to determine if an element at caret is a keyword for the given language?
0 票
创建于
2019年02月15日 06:04
Just don't forget about those who is familiar with JetBrains products, but not original editor. They may be confused with such approach.
社区
IntelliJ IDEA Open API and Plugin Development
[Custom Language Plugin] Add checkboxes to project view tree.
0 票
创建于
2019年02月14日 06:29
Could you please explain what are you trying to do? Sometimes same things done differently in different IDEs or editors.
社区
IntelliJ IDEA Open API and Plugin Development
[Custom Language Plugin] Add checkboxes to project view tree.
0 票
创建于
2019年02月14日 06:26
What do you mean by mix? What does this nesting means? There are <applcationConfigurable> and <projectConfigurable> extension points.
社区
IntelliJ IDEA Open API and Plugin Development
Project Configuration and Application Configurable group
0 票
已编辑于
2019年01月23日 06:41
You can register it as project configurable and add a project as constructor parameter. com.intellij.openapi.options.Configurable well documented btw
社区
IntelliJ IDEA Open API and Plugin Development
How to get current project in configurable / form component
0 票
创建于
2019年01月22日 07:50
See com.intellij.codeInsight.daemon.DaemonCodeAnalyzer#restart()
社区
IntelliJ IDEA Open API and Plugin Development
How to trigger refresh on external annotator
0 票
已编辑于
2019年01月21日 06:59
Can you please explain what are you trying to do? Service is a singleton for app, project or module. What do you mean by createDefault in context of service? If you are planning to have multiple ...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin Services - Getting started
0 票
创建于
2019年01月18日 06:21
Aren't there usages in IDEA community?
社区
IntelliJ IDEA Open API and Plugin Development
Idle-only document change listener
0 票
创建于
2019年01月17日 06:28
See com.intellij.util.ui.update.MergingUpdateQueue
社区
IntelliJ IDEA Open API and Plugin Development
Idle-only document change listener
0 票
创建于
2019年01月15日 13:33
I guess only docs and IDEA community sources. Also, OSS plugins. Here is example of converting foreach to for in my perl plugin: https://github.com/Camelcade/Perl5-IDEA/blob/master/core/src/com/per...
社区
IntelliJ IDEA Open API and Plugin Development
Write in existing file after an action performed
0 票
«
第一页
‹
上一页
下一页
›
最后
»