Artem
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
创建于 Search in ListSpeedSearch with CheckBoxList works incorrect
已回答Hello. 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... -
创建于 How to execute more than one commands in one ShellTerminalWidget?
已回答Hello. val terminalView = TerminalView.getWidgetByContent(selectedContent) as ShellTerminalWidgetterminalView.executeCommand("some command") This code work ok. When I`m trying to call the same code... -
创建于 Execute command in the terminal from plugin action
已回答Hello. 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`...