Vladimir Goncharov
- Total activity 494
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 194
-
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 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 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... -
Created IDEA-135.666 - Rendering cosmetics issue
Minor rendering issues when text is hidden by the container -
Created Option to exclude certain packages from code assist and auto import
Need an option to exclude certain packages from code assist and auto import, or maybe to put it at the end e.g.never needimport com.gigaspaces.internal.backport.java.util.Arrays;import java.awt.Eve... -
Created Code allignment
After years of using the Intellij I still cannot figure out how to align the code properlyExample page Width is 120, settings are attached in the image. ImageResourceActionCell<String> ...