主页
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)
按最近的活动排序
最近的活动
投票数
已编辑于
2017年07月18日 19:56
The necessary debug information should already be logged (see LOG.warn a bit higher).https://github.com/JetBrains/intellij-community/blob/master/platform/platform-impl/src/com/intellij/openapi/comp...
社区
IntelliJ IDEA Open API and Plugin Development
Add own Line Status / VCS Diff Changes with own Content?
0 票
创建于
2017年06月13日 20:58
It should have logged an exception in the log.
社区
IntelliJ IDEA Open API and Plugin Development
Add own Line Status / VCS Diff Changes with own Content?
0 票
已编辑于
2017年06月02日 15:38
>It looks as if these events are blocked until leaving the IDE, but why?Probably, you're observing the "Save on frame deactivation" behavior. You can try disabling automatic save in "File | Setting...
社区
IntelliJ IDEA Open API and Plugin Development
Add own Line Status / VCS Diff Changes with own Content?
0 票
创建于
2017年05月31日 12:25
Probably, the issue is somewhere in logic, reused from GitCompareWithBranchAction.You have to update it manually when smth is changed. (ex: if you have a file that is the same in "test" and "master...
社区
IntelliJ IDEA Open API and Plugin Development
Add own Line Status / VCS Diff Changes with own Content?
0 票
创建于
2017年05月30日 13:09
I'm not sure if an API for this request exists .You can try "new git4idea.GitFileRevision().loadContent()" (or directly call git4idea.util.GitFileUtils#getFileContent). But this approach will fail ...
社区
IntelliJ IDEA Open API and Plugin Development
Add own Line Status / VCS Diff Changes with own Content?
0 票
创建于
2017年05月29日 15:42
>key value pair kind of data store.com.intellij.openapi.components.PersistentStateComponenthttp://www.jetbrains.org/intellij/sdk/docs/basics/persisting_state_of_components.html
社区
IntelliJ IDEA Open API and Plugin Development
How can i run plugin from startup in background?
0 票
创建于
2017年05月29日 15:29
>api of VCS(GIT) like getting of current branchgit4idea.repo.GitRepositorygit4idea.commands.Git4ex: GitUtil.getRepositoryManager(project).getRepositories(), GitRepository#getCurrentBranchThere are ...
社区
IntelliJ IDEA Open API and Plugin Development
How can i run plugin from startup in background?
0 票
已编辑于
2017年05月29日 08:58
>but now what i want to do is run the plugin after IDE starts in background,com.intellij.openapi.components.ProjectComponent / ApplicationComponentWill be called when project / application are open...
社区
IntelliJ IDEA Open API and Plugin Development
How can i run plugin from startup in background?
0 票
创建于
2017年05月23日 17:55
>But i dont see any buttons in the toolbarYes, "standard" actions work with LineStatusTrackerManager and not with your markers.You'll have to implement another ones, that do the same thing (but wit...
社区
IntelliJ IDEA Open API and Plugin Development
Add own Line Status / VCS Diff Changes with own Content?
0 票
创建于
2017年05月23日 13:03
For the listing, you can take a look at LineStatusTrackerManager. It's more complicated, than you'd need, but is a good starting point.It's easier to answer specific questions like "How to do X" or...
社区
IntelliJ IDEA Open API and Plugin Development
Add own Line Status / VCS Diff Changes with own Content?
0 票
«
第一页
‹
上一页
下一页
›
最后
»