主页
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年06月16日 13:21
It should be the first. Ex: https://github.com/JetBrains/intellij-community/blob/master/plugins/devkit/devkit-java-tests/testData/codeInsight/pluginWithModules.xml#L1Which version of IDE do you use...
社区
IntelliJ IDEA Open API and Plugin Development
Restart button doesn't appear after installed a custom plugin in IntelliJ 2020.1
1 票
已编辑于
2020年05月08日 11:59
UPD: GitFileAnnotation will return data for lines in HEAD revision (just like 'git blame' does).These might not be the same if file has uncommitted changes.So you might need to transfer line number...
社区
IntelliJ IDEA Open API and Plugin Development
Receiving VcsUser instance
1 票
已编辑于
2020年05月08日 11:47
>maybe it can be helpful:Probably, it won't be - DiffContent is used to show "diff windows".First, you need to get registered VCS root for the file in context: val file = FileDocumentManager.getFil...
社区
IntelliJ IDEA Open API and Plugin Development
Receiving VcsUser instance
1 票
创建于
2020年04月14日 09:19
1. PersistentStateComponent saves you from trouble of serialization, ensures that everything is persisted on project/application exit, allows to share/import settings, etc.Usually, it does not drop...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin saving data PersistentStateComponent
1 票
已编辑于
2020年02月24日 19:36
Markdown plugin (and similar ones) do not add a toolbar/panel to the Editor.They create whole view with two editors and replace default one (you can also keep default view, this will add tab bar at...
社区
IntelliJ IDEA Open API and Plugin Development
Button Bar on certain files
1 票
已编辑于
2020年02月24日 19:26
You can use standard Java threading, but it's preferrable to use Application thread pool.See `com.intellij.openapi.application.ApplicationManager.getApplication().executeOnPooledThread(Runnable)`, ...
社区
IntelliJ IDEA Open API and Plugin Development
Computationally expensive action
1 票
创建于
2019年11月27日 10:48
VFS events are fired when files are changed on disk (more precise: when IDE realizes that they are changed and syncs its state).Typing in Editor modifies corresponding in-memory structure - Documen...
社区
IntelliJ IDEA Open API and Plugin Development
Virtual File changes only occur when clicking off Intellij
1 票
创建于
2019年11月18日 11:07
>Caused by: java.lang.ClassNotFoundException: git4idea.GitVcs PluginClassLoader[net.kaiba.source, 1.0-SNAPSHOT]Probably, you need to mark git4idea plugin as dependency: `<depends>Git4Idea</depends>...
社区
IntelliJ IDEA Open API and Plugin Development
I want to extend the Annotate view of Git VCS. But ...
1 票
创建于
2019年10月14日 23:25
There are no such API at the moment.You can try passing `showDiff(..., new DiffDialogHints(... Consumer<WindowWrapper> windowConsumer))` and register `UIUtil.runWhenWindowClosed(wrapper.window, som...
社区
IntelliJ IDEA Open API and Plugin Development
Subscribe to Diff Editor Close Event
1 票
创建于
2019年09月23日 18:19
Looks like the issue is already fixed in grammar kit plugin: https://github.com/JetBrains/Grammar-Kit/issues/215
社区
IntelliJ IDEA Open API and Plugin Development
Can't start Plugin with IntelliJ 2019.3-EAP
1 票
«
第一页
‹
上一页
下一页
›
最后
»