Artem
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Search in ListSpeedSearch with CheckBoxList works incorrect
AnsweredHello. Here two videos: Upload id: 2021_03_13_Bu4t7ZTuXLyUPY7z (files: 01.webm, 02.webm) 1) How search works with ListSpeedSearch + JBList. It`s ok. 2) How search works with ListSpeedSearch + Che... -
Created How to execute more than one commands in one ShellTerminalWidget?
AnsweredHello. val terminalView = TerminalView.getWidgetByContent(selectedContent) as ShellTerminalWidgetterminalView.executeCommand("some command") This code work ok. When I`m trying to call the same code... -
Created Execute command in the terminal from plugin action
AnsweredHello. I`m developing a plugin for simplify some routine commands executing by clicking on action. Now I`m using com.intellij.execution.configurations.GeneralCommandLine class for executing and it`...