Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Sergey Simonchik
Total activity
533
Last activity
February 05, 2025 21:00
Member since
January 10, 2012 08:43
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
178
Activity overview
Articles (0)
Posts (0)
Comments (352)
Sort by recent activity
Recent activity
Votes
Created
November 01, 2021 09:07
Do you see any text in the built-in terminal if you select it (you can use "Select All" from the context menu)?
Community
IntelliJ IDEA Users
Terminal in Intellij Idea Community 2021.2 do not work
0 votes
Created
October 31, 2021 11:48
Am I right that the problem is that when you type in the built-in terminal, the typed text doesn't appear, but the cursor is moved as expected? Please open "Settings | Tools | Terminal" and set "Sh...
Community
IntelliJ IDEA Users
Terminal in Intellij Idea Community 2021.2 do not work
0 votes
Created
October 29, 2021 15:44
Will it help to remove `ScreenColors` from `HKCU\Console`? reg delete HKCU\Console /v ScreenColors
Community
IntelliJ IDEA Users
Terminal in Intellij Idea Community 2021.2 do not work
0 votes
Created
October 29, 2021 14:28
Ah, sorry for being unclear. Please run this command in an external console, e.g. in Command Prompt (cmd.exe).
Community
IntelliJ IDEA Users
Terminal in Intellij Idea Community 2021.2 do not work
0 votes
Created
October 29, 2021 13:02
Hi, What's the output of the following command? reg query HKCU\Console /f ScreenColors
Community
IntelliJ IDEA Users
Terminal in Intellij Idea Community 2021.2 do not work
0 votes
Created
September 16, 2021 18:40
Thanks for the information. So, `SSL_CRT_FILE` environment variable is passed to `printenv` process, but is not passed to `npm start`. What's the output if you run `node KevisTest.js` directly in t...
Community
WebStorm
Terminal Environment variables not being respected
0 votes
Created
September 16, 2021 10:30
What does `printenv SSL_CRT_FILE` say in the built-in terminal? What's your Git Bash version?
Community
WebStorm
Terminal Environment variables not being respected
0 votes
Edited
September 01, 2021 10:29
Hi! What's the version of the IntelliJ Platform IDE that will be used to build the plugin? See `intellij.version` property in your gradle script (https://github.com/JetBrains/gradle-intellij-plugin...
Community
IntelliJ IDEA Open API and Plugin Development
Execute command in the terminal from plugin action
0 votes
Edited
July 13, 2021 15:41
Indexing shouldn't depend on resolve scopes. What files are being added to SyntheticLibrary roots? What does `file.getPath()` returns for the library roots? Is it file://... or jar://...? If it's f...
Community
IntelliJ IDEA Open API and Plugin Development
Creating separate resolve scope for specific files
0 votes
Created
July 09, 2021 15:09
Hi Colin, Please see answers below. 1. According to the doc, SyntheticLibrary roots will be added to allScope for a project. Is there a way to prevent this? Otherwise my standard Clojure code will...
Community
IntelliJ IDEA Open API and Plugin Development
Creating separate resolve scope for specific files
0 votes
«
First
‹
Previous
Next
›
Last
»