主页
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)
按最近的活动排序
最近的活动
投票数
已编辑于
2024年08月12日 12:51
I can think of two way of fixing it:1. Create `CapturingProcessHandler`, so it doesn't convert `\r\n` to `\n`:val handler = object: CapturingProcessHandler(commandLine) { override fun readerOptio...
社区
IntelliJ IDEA Open API and Plugin Development
CapturingProcessHandler seems to always return LF line separators from stdout
0 票
创建于
2024年04月08日 09:40
正式评论
Probably, when building a command line, current working directory wasn't set. As a result, it's inherited from the parent process - IDE.If you're using `com.intellij.execution.configurations.Genera...
社区
IntelliJ IDEA Open API and Plugin Development
Get the current path in the subprocess started by KillableProcessHandler
0 票
创建于
2024年02月22日 09:59
No, it's not possible to execute `sudo …` command without prompting for a password..
社区
IntelliJ IDEA Open API and Plugin Development
Execute command in the terminal from plugin action
0 票
创建于
2024年02月05日 22:37
Please use `org.jetbrains.plugins.terminal.TerminalToolWindowManager` instead of `TerminalView`.
社区
IntelliJ IDEA Open API and Plugin Development
Execute command in the terminal from plugin action
0 票
创建于
2024年01月29日 15:05
You can code like: val swfFound: Boolean = PackageJsonFileManager.getInstance(project).validPackageJsonFiles.asSequence().map { PackageJsonData.getOrCreate(it) }.any { it.containsDepende...
社区
IntelliJ IDEA Open API and Plugin Development
How to determine if the current project is specific framework based?
0 票
创建于
2024年01月29日 14:57
Unfortunately, no such API at the moment. You can use the following approach: listen to package.json file add/remove/modify events using `com.intellij.javascript.nodejs.packageJson.PackageJsonFile...
社区
IntelliJ IDEA Open API and Plugin Development
What is the best practice for checking node dependencies and starting plugin services on demand?
0 票
创建于
2023年11月27日 14:54
Hi Patryk,Thanks for the details. If you need to add a gutter icon to a specific line number, then probably it would be easier to use `com.intellij.openapi.editor.RangeMarker`? RangeMarker highligh...
社区
IntelliJ IDEA Open API and Plugin Development
Adding Gutter Icon depending on line highlight/console output
0 票
创建于
2023年09月18日 12:36
Please write a string using com.jediterm.terminal.TtyConnector#write(java.lang.String). The string shouldn’t end with \r to avoid execution.Use com.jediterm.terminal.ui.JediTermWidget#getTtyConnect...
社区
IntelliJ IDEA Open API and Plugin Development
Sending command text to the terminal but not execute it
0 票
创建于
2022年08月17日 21:22
Hey Y Abo Sedera, Thank you for reporting. Your ~/.zshrc is pretty complex, I was trying to replicate it locally, but seems failed. Could you please comment it line by line (or probably feature by ...
社区
IntelliJ IDEA Users
Text in terminal is corrupted when trying to use autocompletion
0 票
创建于
2022年03月22日 11:45
Mark, please share an example project where the problem is reproduced.
社区
IntelliJ IDEA Open API and Plugin Development
Execute command in the terminal from plugin action
0 票
«
第一页
‹
上一页
下一页
›
最后
»