Yurii Rakovets
- 活动总数 35
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 11
-
创建于 BranchChangeListener.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... -
创建于 verifier 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... -
创建于 Plugin 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... -
创建于 2019.2 CheckinProjectPanel.setCommitMessage(String currentDescription) doesn't work properly
已回答I use checkinHandlerFactory and editChangelistSupport extension points to make some actions with commit messages. I get CheckinProjectPanel implementation from CheckinHandlerFactory.createHandler(.... -
创建于 How to run code once at project open
已回答I want to add listener for message, code like project.getMessageBus().connect().subscribe(Topic<L>, L) But I want to do it once at project become opened. Is there a simple way to do that, witho... -
创建于 JBTabbedPane UI replaced after theme switch
已回答Hello. Would you help me fix a problem I added a toolwindow by a plugin with JBTabbedPane in it. When a user switches the theme from Intellij to Darcula and back (or vice-versa), IDE gets side UI i... -
创建于 ui-element at Version control / Log
已回答Would you prompt me what UI-controls are used at Version control tool window at the Log tab? The table is without header but with allowing of a column width changes at the grid. I couldn't find it ... -
已编辑于 How to run my beforeCheckin() after code analysis and TODO checking
已回答I make the plugin that edit commit message. I want to run my code after a code analysis performed. I use vcsCheckinHandlerFactory extension point, class that extends CheckinHandler and method befor...