Vladimir Goncharov
- Total activity 494
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 194
-
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> ... -
Created EAP 13.1 build 134.1160 and one before fails on bundled Spring plugin
Tried to create project from scratch and still getting spring plugin exception which is makes EAP unusable, I have submited the automated bug report via IDEAjava.lang.UnsupportedOperationException... -
Created IDEA-132.947 - MVN Project display issue
Idea display maven projects twice when Group Modules is checked please see the image below. -
Created Commit Changes Dialog (CTRL+K) - Shortcut is not working
CTRL+M shortcut is not working while focus is in the "Commit Message" filed, works otherwise