Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Kirill Likhodedov
Total activity
733
Last activity
October 14, 2021 12:17
Member since
June 11, 2010 07:06
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
269
Activity overview
Articles (0)
Posts (0)
Comments (464)
Sort by recent activity
Recent activity
Votes
Created
July 16, 2017 21:50
These actions are implementations of the CommitExecutor interface. If you implement your own VCS integration, you can provide a CommitExecutor in AbstractVcs#getCommitExecutors. Otherwise you may c...
Community
IntelliJ IDEA Open API and Plugin Development
Can I add an action to the 'Commit Changes Dialog'
0 votes
Created
July 15, 2017 16:30
It looks like https://youtrack.jetbrains.com/issue/IDEA-113049. We'll try to prioritize the issue.
Community
IntelliJ IDEA Open API and Plugin Development
"Commit Changes" text generated by VCS
0 votes
Created
July 12, 2017 15:50
No, there is no way to identify this. Why do you need this? And what are the cases in which the behavior seems incorrect to you? Possibly, these are bugs which are to be fixed.
Community
IntelliJ IDEA Open API and Plugin Development
"Commit Changes" text generated by VCS
0 votes
Created
June 22, 2017 16:26
Where these two git commit revisions come from? Are they selected from the log?
Community
IntelliJ IDEA Open API and Plugin Development
plugin fails to retrieve information from commit
0 votes
Created
June 21, 2017 15:03
What should be the source of this diff content? So, you've got a button somewhere on a toolbar. What diff exactly should a user see when he presses the button?
Community
IntelliJ IDEA Open API and Plugin Development
plugin fails to retrieve information from commit
0 votes
Created
June 20, 2017 19:43
You can use a plugin to set up .svnignore. Or you may use IDEA's ignored patterns as well.
Community
IntelliJ IDEA Open API and Plugin Development
Custom activity after VCS refresh
0 votes
Created
June 18, 2017 13:42
Try ChangeListManager#invokeAfterUpdate(). As per the original task, don't you know in advance the patterns of the files you want to ignore? You could just add these patterns to .gitignore then.
Community
IntelliJ IDEA Open API and Plugin Development
Custom activity after VCS refresh
0 votes
Created
April 24, 2017 15:16
It's kinda obvious, isn't it? You're calling the method which requires the Event Dispatch Thread from a background thread => the assertion happens. Btw, it is usually not a good idea to call AnActi...
Community
IntelliJ IDEA Open API and Plugin Development
plugin fails to retrieve information from commit
0 votes
Created
April 24, 2017 09:28
According to the stacktrace, the assertion at `AbstractDataGetter:98` fails: assert EventQueue.isDispatchThread(); Please share the whole stack trace. Do you initiate this call sequence manually? I...
Community
IntelliJ IDEA Open API and Plugin Development
plugin fails to retrieve information from commit
0 votes
Created
April 21, 2017 08:00
It depends on where do you want to invoke this action from, and which items do you want to compare. At any case you can create a `GitFileRevision` object manually. See also `GitCompareWithBranchAct...
Community
IntelliJ IDEA Open API and Plugin Development
Diff of two git files
0 votes
«
First
‹
Previous
Next
›
Last
»