Vladimir Goncharov
- Total activity 494
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 194
-
Created Feature request - CTRL+N to support ClassName.methodName
CTRL+N to support ClassName.methodName optionally ClassName.methodName:lineNumber, ClassName.fieldNamee.g. Test.process(), Test.process Test.process():67 -
Created Ternary operation alignment
This what Idea alignes return MenuItemType.GROUP_ITEM.getTypeCode().equals(item.getItemType()) ? new AppMenuGroupItem(strAppIds.get( item.getAppId()), item.getItemType(), item.getTit... -
Created Idea X - Maven integration
1. Maven includes module A2. Module A has dependency on B and C, but B and C are not included in the Idea Maven Project, only via mvn reference from A3. When navigating to the class in module B all... -
Created Idea X - Feature request Maven
When removing maven module from the Maven Projects the dialog to remove project from the Idea Project should be optional. -
Created Idea X - Idea module configuration files location and display
Should the *.iml file and similar to be automatically excluded from the Project View , Project Files, Version Control etc. I don't see any reason to edit or even view those Idea internal files. It ... -
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 Idea X - Cosmetics
1. Make CTRL+E, CTRL+N windows consistent in terms of displaying the file path including module etc.2. Allow CTRL+SHIFT+I from withing the CTRL+E window3. CTRL+SHIFT+ARROW resizing toolwindows sho... -
Created Idea X 102.216 - SVN always forces to enter commit message
The option "Force non-empty checkin comments" is unchecked but still cannot checking with empty comments -
Created Idea X - GWT integration
Wrong warning IDEA complains that class"com.google.gwt.dom.client.Element is defined in module com.google.gwt.dom.DOM which is not inherited in module myModule.gwt.xml", but myModule.gwt.xml inhe... -
Created Idea X - Maven integration
How to make Idea to regognize system varaables such as ${JAVA_HOME}, ${XYX} etc. in the pom.xml I tried to define them in Path Variables dialog but doesn't seem to help.Thanks