Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexandr Evstigneev
Total activity
194
Last activity
March 26, 2024 09:34
Member since
January 30, 2017 15:27
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
84
Activity overview
Posts (0)
Comments (109)
Sort by recent activity
Recent activity
Votes
Created
February 25, 2019 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...
Community
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 votes
Created
February 15, 2019 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.
Community
IntelliJ IDEA Open API and Plugin Development
[Custom Language Plugin] Add checkboxes to project view tree.
0 votes
Created
February 14, 2019 06:29
Could you please explain what are you trying to do? Sometimes same things done differently in different IDEs or editors.
Community
IntelliJ IDEA Open API and Plugin Development
[Custom Language Plugin] Add checkboxes to project view tree.
0 votes
Created
February 14, 2019 06:26
What do you mean by mix? What does this nesting means? There are <applcationConfigurable> and <projectConfigurable> extension points.
Community
IntelliJ IDEA Open API and Plugin Development
Project Configuration and Application Configurable group
0 votes
Edited
January 23, 2019 06:41
You can register it as project configurable and add a project as constructor parameter. com.intellij.openapi.options.Configurable well documented btw
Community
IntelliJ IDEA Open API and Plugin Development
How to get current project in configurable / form component
0 votes
Created
January 22, 2019 07:50
See com.intellij.codeInsight.daemon.DaemonCodeAnalyzer#restart()
Community
IntelliJ IDEA Open API and Plugin Development
How to trigger refresh on external annotator
0 votes
Edited
January 21, 2019 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin Services - Getting started
0 votes
Created
January 18, 2019 06:21
Aren't there usages in IDEA community?
Community
IntelliJ IDEA Open API and Plugin Development
Idle-only document change listener
0 votes
Created
January 17, 2019 06:28
See com.intellij.util.ui.update.MergingUpdateQueue
Community
IntelliJ IDEA Open API and Plugin Development
Idle-only document change listener
0 votes
Created
January 15, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Write in existing file after an action performed
0 votes
«
First
‹
Previous
Next
›
Last
»