Dmitry Cherniachenko
- 活动总数 105
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 33
-
创建于 "2022.3 latest builds" page is not updated since October
已回答I 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... -
创建于 Sharing plugins and libraries between IntelliJ Platform products?
已回答It 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... -
已编辑于 Editor selects text instead of moving a caret
已回答For 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 ... -
创建于 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... -
创建于 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... -
创建于 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) ... -
创建于 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... -
创建于 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...