Vladimir Goncharov
- Total activity 494
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 194
-
Vladimir Goncharov commented, -
Vladimir Goncharov created a post, Answeredregex search with OR | should hightlight with separate color
When searching with regex for multiple terms e.g. test|example would be nice to have each term result to be hightailed with the separate color Thanks -
Vladimir Goncharov created a post, AnsweredIntellij 2020.1 CTRL+R, CTRL+SHIFT+R tab sequence is broken
Tabbing out from the From field Should go the To field, other options such Regex, case sensitivity, etc should have a shortcut. Obviously it is my opinion only Thanks -
-
-
-
Vladimir Goncharov created a post, AnsweredCmake - creating of a new class and deletion of class, method are not handled properly
Please see the included Cmake file below, when non standard source root is used the Clion is not handling addition and deletion of the classes, methods, etc. It works more or less after Cmake refre... -
Vladimir Goncharov created a post, Share Run/Debug configuration
When share option is selected the xml config is saved into the .idea/runConfigurations folder but configuration is not showing up in the different project even after the xml files been manfully cop... -
Vladimir Goncharov created a post, IDEA-140.2110.5 - Tab label is truncated
Tab title limit is set to 100 characters, tab label is still truncatedRegards,Vladimir -
Vladimir Goncharov created a post, MVN integraration - dependencies exclusion
Looks like exclusion wild card is ignored, all excluded dependencies are present<exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion></exclusions>