主页
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年08月01日 10:09
Also, you're using in-memory mock VFS paths together with java.io.File. This is likely to cause issues. UPD: It should not be an issue, as "temp:///" file system is disabled by default.
社区
IntelliJ IDEA Open API and Plugin Development
Testing plugin action using testData, but no repository found
0 票
创建于
2020年08月01日 09:58
Memory leak might be caused by second createTempDirTestFixture call. Using 'myFixture.getTempDirPath()' should fix the issue.
社区
IntelliJ IDEA Open API and Plugin Development
Testing plugin action using testData, but no repository found
0 票
创建于
2020年07月31日 22:10
It's better to explicitly make sure that IDE knows about renamed directory, see VfsUtil.markDirtyAndRefresh(). Main issue is that test root needs to be registered in vcs mappings (the ones from "Se...
社区
IntelliJ IDEA Open API and Plugin Development
Testing plugin action using testData, but no repository found
0 票
创建于
2020年07月31日 18:05
VFS does not reflect every change in editor.You can subscribe for DocumentListener multicaster, <editorFactoryDocumentListener implementation=.../>.
社区
IntelliJ IDEA Open API and Plugin Development
Vfs listener is not notified.
0 票
创建于
2020年07月23日 15:41
You can register com.intellij.vcs.log.ui.highlighters.VcsLogHighlighterFactory.<logHighlighterFactory implementation="MyFactory"/>See https://github.com/JetBrains/intellij-community/blob/8bf3398e57...
社区
IntelliJ IDEA Open API and Plugin Development
Git log - how can I change text color of certain commits?
0 票
创建于
2020年07月09日 09:42
You might want to try 'git log HEAD --follow -- file.txt' to avoid parameter ambiguity.
社区
IntelliJ IDEA Open API and Plugin Development
Git4Idea: GitHistoryUtils.history() with "--follow" parameter leads to VcsException bad revision
0 票
创建于
2020年06月22日 10:47
Markdown implementation can be found here:https://github.com/JetBrains/intellij-community/blob/master/plugins/markdown/src/org/intellij/plugins/markdown/ui/preview/MarkdownSplitEditor.java>There ar...
社区
IntelliJ IDEA Open API and Plugin Development
How to use nested editor?
0 票
创建于
2020年06月16日 10:13
There seems to be a typo in docs - the key should be "require-restart".
社区
IntelliJ IDEA Open API and Plugin Development
Restart button doesn't appear after installed a custom plugin in IntelliJ 2020.1
0 票
已编辑于
2020年05月20日 13:45
No. Only re-implementing this DiffTool from scratch or adding highlighting in addition to existing.
社区
IntelliJ IDEA Open API and Plugin Development
Custom annotations for diff view
0 票
已编辑于
2020年05月08日 13:32
No, there's no API to customize highlighting style/colors. You might try to add some customizations on top using 'DiffExtension''.You'll need to cast DiffViewer to TwosideTextDiffViewer to get to t...
社区
IntelliJ IDEA Open API and Plugin Development
Custom annotations for diff view
0 票
«
第一页
‹
上一页
下一页
›
最后
»