Yurii Rakovets
- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 11
-
-
Yurii Rakovets commented, -
Yurii Rakovets created a post, AnsweredBranchChangeListener.branchHasChanged() received wrong branch name if user created new branch
I added BranchChangeListener project.getMessageBus().connect().subscribe(BranchChangeListener.VCS_BRANCH_CHANGED, new DmBranchChangeListener(project)); public class DmBranchChangeListener implement... -
Yurii Rakovets created a post, Answeredverifier and new extensions points
I write the plugin for Intellij 2018.*-2019.3 I use extensions points <extensions defaultExtensionNs="com.intellij"> <openapi.vcs.ui.cloneDialog.VcsCloneDialogExtension implementation="c... -
-
-
Yurii Rakovets commented, -
Yurii Rakovets created a post, AnsweredPlugin developing for Idea 2019.3 EAP
I'm developing vcs-integration plugin. There are many structural changes in 2019.3, as a new clone window, two variants commit process, etc. How I can import new version jars? I tried to use in bu... -
-
Yurii Rakovets commented,