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
November 14, 2018 09:47
Do you mean database file?
Community
IntelliJ IDEA Open API and Plugin Development
How can I save plugin custom file?
0 votes
Created
November 14, 2018 09:30
`com.intellij.openapi.actionSystem.AnAction#actionPerformed` method invoked with `com.intellij.openapi.actionSystem.AnActionEvent` which may contains DataContext with different useful context infor...
Community
IntelliJ IDEA Open API and Plugin Development
AndroidManifest file inspection
0 votes
Created
November 14, 2018 06:32
Ok, and where do you need to do this? Some extension? Service? Action? Inspection?
Community
IntelliJ IDEA Open API and Plugin Development
AndroidManifest file inspection
0 votes
Created
November 14, 2018 06:21
Please, note that lexer used not only for psi builder, but for indexing too. Lexer and parser performance affects many things, including editor responsiveness. Meaning that it's better to keep it ...
Community
IntelliJ IDEA Open API and Plugin Development
How is text associated with IElementType and how can it be overridden?
0 votes
Created
November 13, 2018 09:48
Usually you have some context, which can help you to choose a module. Which one do you want? You are just taking arbitrary module from arbitrary project. What if you have several projects with seve...
Community
IntelliJ IDEA Open API and Plugin Development
AndroidManifest file inspection
0 votes
Created
November 13, 2018 09:43
Lexer can't do what you want to. It's just grouping chars into tokens with some type. You can't alter the text. In your case, you've just added some empty tokens (tokens without text) and parser ...
Community
IntelliJ IDEA Open API and Plugin Development
How is text associated with IElementType and how can it be overridden?
0 votes
Created
November 12, 2018 13:34
I've never used this facility, but i'd expect that platform refreshes information after modification.
Community
IntelliJ IDEA Open API and Plugin Development
Handle editor newline creation/deletion
0 votes
Created
November 12, 2018 12:53
Unsure what do you mean with `whole line detection`. It handles backspace hits. Why do you need to track anything for adding LineExtensionInfo? Shouldn't you just use com.intellij.openapi.editor.Ed...
Community
IntelliJ IDEA Open API and Plugin Development
Handle editor newline creation/deletion
0 votes
Created
November 12, 2018 09:40
1. I'd made an inspection for this. It allows to have a common data - e.g. this set, which must not be computed for each element for sure. 2. Local variables probably should not be resolved with in...
Community
IntelliJ IDEA Open API and Plugin Development
Annotator is very slow
0 votes
Created
November 12, 2018 08:49
Also, check `addSubTag`/`createChildTag` usages in idea itself. May help.
Community
IntelliJ IDEA Open API and Plugin Development
AndroidManifest file inspection
0 votes
«
First
‹
Previous
Next
›
Last
»