Vladimir Goncharov
- 活动总数 494
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 194
-
创建于 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 -
创建于 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... -
创建于 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... -
创建于 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. -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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 -
创建于 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... -
创建于 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