Vladimir Goncharov
- Total activity 494
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 194
-
Created MVN integraration - dependencies exclusion
Looks like exclusion wild card is ignored, all excluded dependencies are present<exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion></exclusions> -
Created IDEA - Find usage in the property file
There is no option to to find property usage in the "Project Libraries", is it possible to have "Project Libraries" option always available for any Alt+F7. -
Created Idea X - Feature request Maven Projects view
Would be nice to group maven projects from the same parent even though the parent itself is not added to the project e.g. parent has 15 subprojects and only 3 are added still nice to have them gro... -
-
Created regex search with OR | should hightlight with separate color
AnsweredWhen 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 -
Created Intellij 2020.1 CTRL+R, CTRL+SHIFT+R tab sequence is broken
AnsweredTabbing 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 -
Edited Cmake - creating of a new class and deletion of class, method are not handled properly
AnsweredPlease 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... -
Created 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... -
Created IDEA-140.2110.5 - Tab label is truncated
Tab title limit is set to 100 characters, tab label is still truncatedRegards,Vladimir -
Created GWT Plugin feature request
1. Option to disable all GWT module by default, when Adding/ReImporting the maven project. Basically want to have the GWT support but need to exclude GWT compilation when compiling the java code CT...