Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Yurii Rakovets
Total activity
35
Last activity
June 07, 2021 11:31
Member since
March 06, 2019 10:35
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
11
Activity overview
Posts (8)
Comments (12)
Sort by recent activity
Recent activity
Votes
Edited
December 27, 2019 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]\
Community
IntelliJ IDEA Open API and Plugin Development
Run a command-line command in plugin
0 votes
Created
October 03, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Running console commands from intelliJ plugin
0 votes
Edited
September 18, 2019 10:12
I find an answer: version can be omitted. Post can be marked as answered
Community
IntelliJ IDEA Open API and Plugin Development
Plugin developing for Idea 2019.3 EAP
0 votes
Created
August 12, 2019 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
Community
IntelliJ IDEA Open API and Plugin Development
2019.2 CheckinProjectPanel.setCommitMessage(String currentDescription) doesn't work properly
0 votes
Created
August 12, 2019 09:58
I investigated, it doesn't work when I call it in CheckinHandler.beforeCheckin() In other cases it works
Community
IntelliJ IDEA Open API and Plugin Development
2019.2 CheckinProjectPanel.setCommitMessage(String currentDescription) doesn't work properly
0 votes
Created
August 08, 2019 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(
Community
IntelliJ IDEA Open API and Plugin Development
2019.2 CheckinProjectPanel.setCommitMessage(String currentDescription) doesn't work properly
0 votes
Edited
June 06, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
JBTabbedPane UI replaced after theme switch
0 votes
Created
May 28, 2019 11:04
Thank you. That's I was looking for
Community
IntelliJ IDEA Open API and Plugin Development
ui-element at Version control / Log
0 votes
Edited
March 07, 2019 12:06
Yes, my fault. Thank you. The question can be marked as answered
Community
IntelliJ IDEA Open API and Plugin Development
How to run my beforeCheckin() after code analysis and TODO checking
0 votes
Created
March 07, 2019 09:32
Yann, thank you for the answer, but I tried this method and it doesn't work
Community
IntelliJ IDEA Open API and Plugin Development
How to run my beforeCheckin() after code analysis and TODO checking
0 votes
«
First
‹
Previous