主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Aleksey Pivovarov
活动总数
801
最后的活动
2024年09月23日 14:52
成员加入日期
2013年08月06日 15:41
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
444
活动概览
文章(0)
帖子(0)
评论(357)
按最近的活动排序
最近的活动
投票数
创建于
2020年05月08日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Custom annotations for diff view
0 票
创建于
2020年05月08日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Custom annotations for diff view
0 票
创建于
2020年05月03日 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 (...
社区
IntelliJ IDEA Open API and Plugin Development
I want to extend the Annotate view of Git VCS. But ...
0 票
创建于
2020年04月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How do I put labels/text on navbar?
0 票
创建于
2020年03月05日 13:45
You should be able to register custom styles of folding regions using `com.intellij.lang.folding.CustomFoldingProvider`.See VisualStudioCustomFoldingProvider as an example.
社区
IntelliJ IDEA Open API and Plugin Development
A plugin to improve the structure view
0 票
创建于
2020年03月05日 13:32
There's similar "Surround with (Ctrl-Alt-T) -> Region" feature.
社区
IntelliJ IDEA Open API and Plugin Development
A plugin to improve the structure view
0 票
创建于
2020年02月19日 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.
社区
IntelliJ IDEA Open API and Plugin Development
LineStatusTracker with partial commit feature
0 票
已编辑于
2020年02月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
ProgressManager.getInstance().executeNonCancelableSection() runs in GUI thread
0 票
创建于
2020年02月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
ProgressManager.getInstance().executeNonCancelableSection() runs in GUI thread
0 票
创建于
2020年02月06日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Presentation changes for AnAction do not persist
0 票
«
第一页
‹
上一页
下一页
›
最后
»