主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Sergey Simonchik
活动总数
533
最后的活动
2025年02月05日 21:00
成员加入日期
2012年01月10日 08:43
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
178
活动概览
文章(0)
帖子(0)
评论(352)
按最近的活动排序
最近的活动
投票数
创建于
2021年06月28日 14:56
`JBTerminal` corresponds `com.intellij.terminal.JBTerminalWidget`, but a lot of stuff has been changed since then.
社区
IntelliJ IDEA Open API and Plugin Development
Configuring a terminal editor through plugins
0 票
已编辑于
2021年01月26日 10:25
Awesome! When shell integration is enabled, fish is launched with XDG_CONFIG_HOME pointing to an internal IntelliJ script (.../plugins/terminal/fish/config.fish). This script tries to load all fish...
社区
IntelliJ IDEA Users
Need help: Opening a terminal automatically starts a Docker container every time
0 票
创建于
2021年01月25日 21:52
Hi Dom, Sorry for the delay. Thanks for the information. Unfortunately, it didn't help. Let's run fish with verbose logging, for that, set "Shell path" to "fish -d 5" in "Preferences | Tools | Term...
社区
IntelliJ IDEA Users
Need help: Opening a terminal automatically starts a Docker container every time
0 票
创建于
2021年01月18日 13:32
The typed shell command is provided by org.jetbrains.plugins.terminal.ShellTerminalWidget#getTypedShellCommand. Unfortunately, it's not 100% correct, because it's guessed from current terminal text...
社区
IntelliJ IDEA Open API and Plugin Development
Terminal listener declared in plugin.xml not working
0 票
创建于
2021年01月18日 11:35
Nope, TerminalWidgetListener doesn't work via in applicationListener (and it cannot work in projectListener, because JBTerminalWidget doesn't depend on a project). Could you please clarify your use...
社区
IntelliJ IDEA Open API and Plugin Development
Terminal listener declared in plugin.xml not working
0 票
创建于
2020年12月23日 10:48
Thanks, I see. It's not a known issue, so it's probably something new in 2020.3. I guess the initial cause is that "All of a sudden the project files tree disappears". Feel free to file a new issue...
社区
WebStorm
dependencies index lopp
0 票
创建于
2020年12月21日 17:33
Thanks for the investigation. It's strange that turning off "Shell integration" helped.It'd be great if you could enable "Shell integration" back and check the followings things in a new terminal t...
社区
IntelliJ IDEA Users
Need help: Opening a terminal automatically starts a Docker container every time
0 票
创建于
2020年12月21日 10:15
Could you please clarify exact actions that were performed during this session? According to the log, node_modules folder (and probably some other files) was removed and then dependencies were rein...
社区
WebStorm
dependencies index lopp
0 票
创建于
2020年11月07日 22:21
Indeed, ConcurrentModificationException is possible in 2020.2.*, it's fixed in 2020.3 by replacing "Lists.newArrayList()" with "new CopyOnWriteArrayList<>()". Even with model listener, I'd still re...
社区
IntelliJ IDEA Open API and Plugin Development
Execute command in the terminal from plugin action
0 票
已编辑于
2020年11月06日 11:38
Looks good to me. The question is how `wait until done` is implemented. For example, a straightforward approach would be like this: while (shellTerminalWidget.hasRunningCommands()) { Thread.sleep(...
社区
IntelliJ IDEA Open API and Plugin Development
Execute command in the terminal from plugin action
0 票
«
第一页
‹
上一页
下一页
›
最后
»