Vladimir Goncharov
- 活动总数 494
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 194
-
创建于 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... -
创建于 IDEA-140.2110.5 - Tab label is truncated
Tab title limit is set to 100 characters, tab label is still truncatedRegards,Vladimir -
创建于 MVN integraration - dependencies exclusion
Looks like exclusion wild card is ignored, all excluded dependencies are present<exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion></exclusions> -
创建于 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... -
创建于 IDEA-135.666 - Rendering cosmetics issue
Minor rendering issues when text is hidden by the container -
创建于 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... -
创建于 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> ... -
创建于 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... -
创建于 IDEA-132.947 - MVN Project display issue
Idea display maven projects twice when Group Modules is checked please see the image below. -
创建于 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