Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Aleksey Pivovarov
Total activity
801
Last activity
September 23, 2024 14:52
Member since
August 06, 2013 15:41
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
444
Activity overview
Articles (0)
Posts (0)
Comments (357)
Sort by recent activity
Recent activity
Votes
Created
May 08, 2020 11:53
https://github.com/JetBrains/intellij-community/blob/master/platform/diff-impl/src/com/intellij/diff/util/DiffUserDataKeysEx.java#L68https://github.com/JetBrains/intellij-community/blob/master/java...
Community
IntelliJ IDEA Open API and Plugin Development
Custom annotations for diff view
0 votes
Created
May 08, 2020 11:00
>I am trying to open a diff window, but wish to highlight differences differently (different colors for specific parts of the code).You can register your own com.intellij.diff.DiffTool and have ful...
Community
IntelliJ IDEA Open API and Plugin Development
Custom annotations for diff view
0 votes
Created
May 03, 2020 13:21
Seto IIUC, you're using your own FileAnnotation implementation. Can't this data be loaded with it (right after 'git blame' command is called)?Another option is to start loading data in background (...
Community
IntelliJ IDEA Open API and Plugin Development
I want to extend the Annotate view of Git VCS. But ...
0 votes
Created
April 16, 2020 12:36
This can be done by implementing `com.intellij.openapi.actionSystem.ex.CustomComponentAction`.For example, you can extend `com.intellij.openapi.actionSystem.ex.ToolbarLabelAction`, as VcsToolbarLab...
Community
IntelliJ IDEA Open API and Plugin Development
How do I put labels/text on navbar?
0 votes
Created
March 05, 2020 13:45
You should be able to register custom styles of folding regions using `com.intellij.lang.folding.CustomFoldingProvider`.See VisualStudioCustomFoldingProvider as an example.
Community
IntelliJ IDEA Open API and Plugin Development
A plugin to improve the structure view
0 votes
Created
March 05, 2020 13:32
There's similar "Surround with (Ctrl-Alt-T) -> Region" feature.
Community
IntelliJ IDEA Open API and Plugin Development
A plugin to improve the structure view
0 votes
Created
February 19, 2020 15:43
Nothing can be done until https://youtrack.jetbrains.com/issue/IDEA-189303 is closed.Why can't it be closed tomorrow? Good question.
Community
IntelliJ IDEA Open API and Plugin Development
LineStatusTracker with partial commit feature
0 votes
Edited
February 16, 2020 12:00
Thanks for clarification.Probably, this piece was referring to `runProcessWithProgressAsynchronously`/`runProcessWithProgressSynchronously` (that delegate to Task you've used).You can also use `new...
Community
IntelliJ IDEA Open API and Plugin Development
ProgressManager.getInstance().executeNonCancelableSection() runs in GUI thread
0 votes
Created
February 16, 2020 11:50
>the call to executeNonCancelable() should execute it in a background thread.Which part of this page are you reffering to?This method calls callback synchronously while suppressing PCE from `checkC...
Community
IntelliJ IDEA Open API and Plugin Development
ProgressManager.getInstance().executeNonCancelableSection() runs in GUI thread
0 votes
Created
February 06, 2020 17:51
Still, depending on persistent (or non-prersistent) nature of these values may lead to errors.One should either ignore these flags or set an actual up-to-date value on all code paths on every 'upda...
Community
IntelliJ IDEA Open API and Plugin Development
Presentation changes for AnAction do not persist
0 votes
«
First
‹
Previous
Next
›
Last
»