Dmitry Cherniachenko
- Total activity 105
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 33
-
Created "2022.3 latest builds" page is not updated since October
AnsweredI used to check for the new (EAP) builds on the "latest builds" page: https://youtrack.jetbrains.com/articles/IDEA-A-237338645/IDEA-2022.3-latest-builds But it was last updated in October. The "Dow... -
Created Sharing plugins and libraries between IntelliJ Platform products?
AnsweredIt is quite often the case that multiple JetBrains IDEs are installed on a PC. It is also obvious they do share a lot in terms of "platform". 'jreXX' folders many jars in 'lib' a lot of plugins. Th... -
Edited Editor selects text instead of moving a caret
AnsweredFor a while now I occasionally run into a weird behavior in the editor. Instead of moving the caret on Ctrl+Left/Right it selects the text. As if I was pressing Shift+Left/Right. I am quite sure ... -
Created Redundant methods in StringUtil duplicating String functionality
Hi, What is the purpose of the methods like `StringUtil.replaceChar(String,char,char)`, `StringUtil.replace(String,String,String)` and `StringUtil.indexOf(String,char)` ? They don't seem to be do... -
Created Using custom (dark) L&F in IDEA 9
I've been thinking of using some dark L&F in IDEA 9.I've found Substance (https://substance.dev.java.net/) to be looking quite nice.And have tried to "install" it by putting corresponding JARs (sub... -
Created IDEA cache size
I'd like to suggest having an option to control IDEA cache size.I have two moderately sized projects developed for Java 1.5 (no more projects in IDEA, no other JDKs). And the cache (system\caches) ... -
Created Getting plugin logging output? (commons-logging)
Hi,I've been trying to use Atlassian Connector plugin to integrate IDEA (#9805) with our JIRA server.The problem is our server uses SPNEGO authentication not quite supported by commons-httpclient u... -
Created Easy way to add files to Subversion ignore?
Is there a simple way to add files to Subversion ignore list(s) from IDEA?Why would I bother manually editing parent folder properties? (Besides I do not know the syntax to specify several files to...