Vladimir Goncharov
- 活动总数 494
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 194
-
创建于 Idea X - Feature request and cosmetics
1. Would like easily insert the missing @Override it could be possible via code inspection but the process is too long this should be highlighted similar to generic warnings2. When Idea highlights ... -
创建于 Idea X - Feature request
Please consider adding up/down arrow support when Crtl+Alt+F7 (displays multiple results) and then Ctrl+Shift+I Basically would like to be able to brows through Definition in the Usage lookup.Thanks -
创建于 Idea-X working with tool actions maven, ant etc.
Like to be able to drug and optionally assign shortcut (know that assigning is available already) to the toolbar from the maven, ant etc. tool windows and been able to easy remove it as well ( by d... -
创建于 Idea X - CTRL+SHIFT+Left/Right Arrow functionality
Been able to resize the tool-window CTRL+SHIFT+Left/Right Arrow is the lovely feature, would be even nicer if the size increment is smaller so there is more precise control over the tool-window siz... -
创建于 Idea X - Soft wraps
1. Icon is not visible on some LCD monitors - color should be configurable in the editor setting similar to other keywords etc.2.This useful option should be enabled/disabled by context e.g. enable... -
创建于 Idea X - Notification popup window
How to reset notification? e.g. when source code cannot be download there is a notification icon that stay forever. -
创建于 Maven Window - Gear Icon Menu
Non of the Gear icon menu in the Maven window is working, Group Modules are alwayse unchecked the rest is always checked. -
创建于 Maia-95.260 Maven support
Missing support for build-helper-maven-plugin, idea doesn't recognize source location. Please help!!! <plugin> <groupId>org.codehaus.mojo</groupId> <artifac... -
创建于 CTRL+N behavior
(No matches found) message hides the "include non project classes checkbox. This dialog has plenty of real estate to accommodate all the controls. -
创建于 94.585 wrong error highlighting
GWTProductTypeCode code = GWTProductTypeCode.findById(Integer.parseInt(value.toString()));result = code == null ? value.toString() : code.getCodeValue();it says - condition code=null is always true