Evgeny Goldin
- 活动总数 1064
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 298
-
创建于 8526: comparing different versions in SVN history displays blank left panel
Version Control => Subversion => Show History, comparing two version with Ctrl+D now always displays left panel as blank (in both Beyond Compare and built-in IDEA diff), see images attachedAttachme... -
创建于 8493 + SVN: fails to work with SVN 1.5 client
Just installed an SVN 1.5 client ("CollabNet Subversion Command Line Client v1.5.0 (for Windows)") from from http://www.collab.net/downloads/subversion/and now 8493 fails to work with it - see the ... -
创建于 SVN: Integrate to bruch fails on "Cannot allocate memorysvn"
Anoone getting those errors when integrating some SVN changelist to brunch (see image attached) ?8493Happens from time to time, seems to happen more on changelists with more files.Attachment(s):1.png -
创建于 Ctrl+Shift+F7 on "request" variable doesn't work in JSP scriplets
8471Just noticed that when I CtrlShiftF7 a "request" built-in variable in a JSP scriplet - IDEA displays nothing (it says "No usages of parameter request found") -
创建于 Ctrl+Space completion in JavaScript
8471I have a Verifier.verifyFalse() function.Typing Verifier. (with a dot) and pressing Ctrl+Space I get a nice completion (1.png)But if I type Verifier.ver and then press Ctrl+Space - I get "No Su... -
创建于 JS Javadocs - Ctrl+Q displays HTML tags "as-is"
See the image attached: when seeing the Javadocs of JS functions with Ctrl+Q - tags like <b> are displayed "as is" while <code> is honoredAttachment(s):1.png -
创建于 JS - unresolved variable "top"
See the image attached - variable "top" is unresolved by IDEA (8471)Attachment(s):1.png -
创建于 "Find Usages" for third-party libraries ?
See the image attached - I think it would be very comfortable if one could point to a third-party library used by a module and run a "Find Usages" for it (today it displays 2.png and does nothing, ... -
创建于 Highlight %X patterns in String.format() as cursor moves through arguments
See the image attached - long or complex String.format() expressions may contain quite some %X patterns and lot's of corresponding actual arguments. When it happens - tracking to which %X belongs e... -
创建于 Ctrl+F12 in JS files - StackOverflowError in all Diana builds
I get StackOverflowError when hit Ctrl+F12 in a JS file, including the last 8471 build (report all of them):~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~No messagejava...