Vladimir Goncharov
- Total activity 494
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 194
-
Created 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 ... -
Created 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 -
Created 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... -
Created 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... -
Created 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... -
Created 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. -
Created 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. -
Created 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... -
Created 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. -
Created 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