主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yurii Rakovets
活动总数
35
最后的活动
2021年06月07日 11:31
成员加入日期
2019年03月06日 10:35
关注
0 名用户
关注者数
0 名用户
投票数
4
订阅数
11
活动概览
帖子(8)
评论(12)
按最近的活动排序
最近的活动
投票数
已编辑于
2019年12月27日 13:05
I used ProcessBuilder from java.lang https://docs.oracle.com/javase/7/docs/api/java/lang/ProcessBuilder.html If you don't set directory, the command will be run at [user]\.Idea[version]\
社区
IntelliJ IDEA Open API and Plugin Development
Run a command-line command in plugin
0 票
创建于
2019年10月03日 13:14
You defined a work directory as project path generalCommandLine.setWorkDirectory(project.getBasePath()); You can find paths to installed plugin there https://intellij-support.jetbrains.com/hc/en-us...
社区
IntelliJ IDEA Open API and Plugin Development
Running console commands from intelliJ plugin
0 票
已编辑于
2019年09月18日 10:12
I find an answer: version can be omitted. Post can be marked as answered
社区
IntelliJ IDEA Open API and Plugin Development
Plugin developing for Idea 2019.3 EAP
0 票
创建于
2019年08月12日 10:31
Look at https://github.com/yrakovets/commitDialog with 2019.1 and earlier at commit system add " some added text" to commit message, in 2019.2 not
社区
IntelliJ IDEA Open API and Plugin Development
2019.2 CheckinProjectPanel.setCommitMessage(String currentDescription) doesn't work properly
0 票
创建于
2019年08月12日 09:58
I investigated, it doesn't work when I call it in CheckinHandler.beforeCheckin() In other cases it works
社区
IntelliJ IDEA Open API and Plugin Development
2019.2 CheckinProjectPanel.setCommitMessage(String currentDescription) doesn't work properly
0 票
创建于
2019年08月08日 11:00
Addition information: in 2018.3 I get CommitChangeListDialog instance and handle with it. in 2019.2 I get SingleChangeListCommitWorkflowHandler instance. They work with difference(
社区
IntelliJ IDEA Open API and Plugin Development
2019.2 CheckinProjectPanel.setCommitMessage(String currentDescription) doesn't work properly
0 票
已编辑于
2019年06月06日 14:02
I used that class https://github.com/yrakovets/tabbedPaneTest/blob/master/src/main/java/com/yr/RequestPanelFactory.java I made the fix for my problem. It doesn't work correctly in the sample, but...
社区
IntelliJ IDEA Open API and Plugin Development
JBTabbedPane UI replaced after theme switch
0 票
创建于
2019年05月28日 11:04
Thank you. That's I was looking for
社区
IntelliJ IDEA Open API and Plugin Development
ui-element at Version control / Log
0 票
已编辑于
2019年03月07日 12:06
Yes, my fault. Thank you. The question can be marked as answered
社区
IntelliJ IDEA Open API and Plugin Development
How to run my beforeCheckin() after code analysis and TODO checking
0 票
创建于
2019年03月07日 09:32
Yann, thank you for the answer, but I tried this method and it doesn't work
社区
IntelliJ IDEA Open API and Plugin Development
How to run my beforeCheckin() after code analysis and TODO checking
0 票
«
第一页
‹
上一页