Wi Wi
- Total activity 448
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 188
-
Created Does PyCharm support external docs?
for example I've just installed external library: lxml (from http://pypi.python.org/pypi/lxml/2.2.8)PyCharm highlights any imports from lxml as "unresolved reference"I guess PyCharm doesn't read sy... -
Created Customize VCS Quick List
Is there a possibility to customize "VCS Quick List"?Some actions there are useless for me: like "show history" or "revert", cause I use key bindings for themFor some actions like "Mark as resolved... -
Created about Remote Host tool
Does anybody use it?I think there could be done a lot of enhancementsbut do anybody need it?e.g.: when I change file in editor -> file is automatically uploaded to server, but when I change file i... -
Created about Remote Host tool
Does anybody use it?I think there could be done a lot of enhancementsbut do anybody need it?e.g.: when I change file in editor -> file is automatically uploaded to server, but when I change file i... -
Created problems with ant
i've come across an annoying ant bugeverything works fine if ant is invoked with build filename specified without full pathC:\prj\myproject\>"C:\program files\Java\jdk1.6.0_16\bin\java" -Dant.home=... -
Created [fr,br] %debug is useless in idea flex lexer
here is simple flex lexer for "my language" pluginpackage org.intellij.lang.my;import com.intellij.lexer.FlexLexer;import com.intellij.psi.TokenType;import com.intellij.psi.tree.IElementType;%%%cla... -
Created What is 'message bus' and how to use it?
FileTypeManager.getInstance().addFileTypeListener() has been deprecatedjavadoc: "Subscribe to #FILE_TYPES on any message bus level."i didn't manage to find what is this message bus and how to use i... -
Created how to quick view constructor args javadocs in spring xml?
i found only one combination working: ctrl+q on index="0"but usually constructor args have no index attributes, spring uses types insteadmaybe i miss something? maybe there is some hotkey to see ja... -
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...