Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Aleksey Pivovarov
Total activity
801
Last activity
September 23, 2024 14:52
Member since
August 06, 2013 15:41
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
444
Activity overview
Articles (0)
Posts (0)
Comments (357)
Sort by recent activity
Recent activity
Votes
Created
March 09, 2016 12:30
Hi, It is introduced in Idea 16.
Community
IntelliJ IDEA EAP Users
Words highlight in Merge tool
1 vote
Created
April 18, 2016 09:23
Hi, AFAIK plugin can't reserve space in a gutter. So, custom line will have to conflict with some other area of the gutter (just like coverage line did in previous versions - by painting behind lin...
Community
IntelliJ IDEA Open API and Plugin Development
Custom code coverage line
1 vote
Edited
May 30, 2016 12:12
AFAIU, it's impossible to implement, because we can't decide whether "step-3 is dependent on step-1" or not in general case. UndoManager treats changes in different files in different commands as i...
Community
IntelliJ IDEA Open API and Plugin Development
Revert in intellij
1 vote
Edited
September 23, 2024 14:52
>I want to replace “git commit” commandThe only way is to replace the “Path to Git executable” with some wrapper script, that delegates non-commit commands to real git and handles commit itself.You...
Community
IntelliJ IDEA Open API and Plugin Development
Running custom CLI command before Commit
0 votes
Created
January 23, 2024 19:51
There is no good API to solve it.Below are some hacks that might help, but these are not universal (main difference being "Use non-modal commit interface" option).The general approach is to find `c...
Community
IntelliJ IDEA Open API and Plugin Development
Removing text selection for commit message
0 votes
Edited
July 10, 2023 13:24
Do you need help filtering `List<T>` by condition? includedChanges.filter { change -> com.intellij.openapi.vcs.changes.ChangesUtil.getFilePath(change).getName() != "package-lock.json" }
Community
IntelliJ IDEA Open API and Plugin Development
How to get the list of files that are selected in the commit dialog?
0 votes
Created
January 11, 2023 10:29
Please, describe the use case in finer details. In general, there is no such listener.
Community
IntelliJ IDEA Open API and Plugin Development
How to run action after LineStatusTracker gets updated
0 votes
Edited
January 10, 2023 15:35
No, at this point the knowledge is already lost. (Looks like a data race with 'invokeLater' lets you read it sometimes - but it's not a feature).Probably, you can remember the state in 'CheckinHand...
Community
IntelliJ IDEA Open API and Plugin Development
Get all selected changes from non-modal commit interface.
0 votes
Edited
January 10, 2023 10:41
Sorry, no clue why 'hasPartialChangesToCommit' doesn't work for you. The other way would be 'getExcludedFromCommitState' (which is more precise status), but they're using the same data.Do you theck...
Community
IntelliJ IDEA Open API and Plugin Development
Get all selected changes from non-modal commit interface.
0 votes
Created
August 23, 2022 08:21
Another approach might be replacing "default" "Push" AnAction with another implementation in a plugin.That implementation might show the dialog you need, send ssh requests before/after/instead the ...
Community
IntelliJ IDEA Open API and Plugin Development
Add Parameters to wsl
0 votes
«
First
‹
Previous
Next
›
Last
»