Wi Wi
- 活动总数 448
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 188
-
创建于 How to turn off wide selection background in Project View?
I cannot get used to it. Is there any option?When I select file I want only this filename to be highlighted and not wide line.You introduced this in PyCharm and now in Leda :( -
创建于 gwt broken in 98.311: sources of dependant module not found
it worked in IDEA 8 and IDEA 9 and in IDEA X up to 96.1121integrated gwt console was already in 96.1121, so i think that's not problem because of adding iti have two modulesadmin-commonadmin-web - ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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=... -
创建于 [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... -
创建于 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... -
创建于 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...