Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexey Kudravtsev
Total activity
71
Last activity
October 28, 2024 15:10
Member since
May 26, 2020 16:46
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
23
Activity overview
Articles (0)
Posts (0)
Comments (48)
Sort by recent activity
Recent activity
Votes
Created
December 01, 2022 16:14
Do other folded regions in other files look blindingly red now?
Community
IntelliJ IDEA Open API and Plugin Development
How to color code folds created via code?
0 votes
Created
December 01, 2022 12:05
hi. The fold region colors are configured globally in settings|editor|Color scheme. THere's no way currently to color them individually.
Community
IntelliJ IDEA Open API and Plugin Development
How to color code folds created via code?
0 votes
Created
October 17, 2022 11:22
The problem is indeed in multi-threading access. You are accessing HIghlightInfos after the document has changed but before these HighlightInfos are updated,and getStartOffset() returns invalid val...
Community
IntelliJ IDEA Open API and Plugin Development
PsiTreeChangeEvent error
0 votes
Created
September 06, 2022 13:08
If the file is closed, the external annotators for that file won't be called anymore. To re-run external annotators and refresh the file status you need to open the file again.
Community
IntelliJ IDEA Open API and Plugin Development
Clearing annotator results for files that are not currently open
0 votes
Created
August 25, 2022 13:50
Yes, ExternalAnnotator.apply() is not called when the file is closed, by design (to reduce CPU usage and other resources). If you really keen on clearing some internal data structures as soon as th...
Community
IntelliJ IDEA Open API and Plugin Development
Clearing annotator results for files that are not currently open
0 votes
Created
June 07, 2022 14:48
Boaz Thank you for the analysis. I think things are a bit more complicated though. Even if you managed to bump into an identityHash collision (not a small feat btw, you should definitely apply to h...
Community
IntelliJ IDEA Open API and Plugin Development
Disposable identityHashCode Collision causing wrong behavior
0 votes
Created
April 25, 2022 11:57
Java could be difficult to inject to a file outside src, because there are many places hardcoded to the src/test/out directory structure. (For example, inspection "Wrong package statement" highligh...
Community
IntelliJ IDEA Open API and Plugin Development
Add inspections/dependencies to file outside src
0 votes
Created
April 22, 2022 11:12
What language this config file is supposed to be in?
Community
IntelliJ IDEA Open API and Plugin Development
Add inspections/dependencies to file outside src
0 votes
Created
April 21, 2022 14:53
So you need the plugin to be able to load this custom file and allow some code insight on this file? Well, inspections do work for files outside source directories, If however you need indexes to w...
Community
IntelliJ IDEA Open API and Plugin Development
Add inspections/dependencies to file outside src
0 votes
Created
April 21, 2022 12:57
if you want to edit the file under "myDirectoryCreatedSpecificly" with all code insight enabled then you should include this directory into source directories for this project, because a lot of sma...
Community
IntelliJ IDEA Open API and Plugin Development
Add inspections/dependencies to file outside src
0 votes
«
First
‹
Previous
Next
›
Last
»