Wi Wi
- Total activity 448
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 188
-
Created Please upgrade Jar Tool plugin for IDEA 8
pleeeeeeeeeaaaaaaaaasssssssssseeeeeeeeeeeeDeprecated method usage: ProjectImpl.getProjectFile().This method will cease to exist in IDEA 7.0 final release.Please contact plugin developers for plugin... -
Created Very annoying behaviour with mouse middle click to close editor tab
there are 8 open tabs in 2 rowsI want to close one tab in second row, I middle click on it's titlethe tab is closed, but now there are 7 tabs and they reorganizing to 1 rowmouse middle click event... -
Created How to stop running process in debug mode?
In run mode i there is a button "Exit"and in debug mode there is no such button -
Created How to specify PATH in Run/Debug ?
Answeredmy program needs some files which it looks in PATHi can't change system envcan i specify this PATH in Run/Debug configuration dialog?maybe i should put something in Environment Variables?maybe ther... -
Created IDEA 7.0 RC3 isn't actually the best friend of VSS :(
Ouuuuuuuuuuughh.....IT'S TERRIFIC!Really can't work!I'd choose IDEA without VSS support at all instead of this lame stuff -
-
Created Why don't you fix bug with multiple datasources in struts-config.xml?
I think it would be fixed in 7but milestone 2 still have this bug :( -
Created [FR] open diff with version control in current line position
f.e. i stay in editor on line 234then press shortcut for "compare with version control version"diff pane is opened but in the beginning of filei even can't use "Go to line..." -
Created How to quickly open othe languages in message resources?
i don't use "Resource Bundle" tabI simply edit text file MessageResources_ru.propertiesf.e. my cursor is on the line:ERROR.ACCESS_DENIED=Access denied!and now i want to open the same resource "ERRO... -
Created Implement Interface > automatically create fields/getters/setters
i created intefaceinterface Foo { int getId(); void setName(String name);}i type "alt+enter" on interface name and click "implement inrterface" commandthen i've gotpublic class FooImpl implements...