Evgeny Goldin
- Total activity 1064
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 298
-
Created 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... -
Created 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 ... -
Created 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 -
Created 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") -
Created 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... -
Created 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 -
Created JS - unresolved variable "top"
See the image attached - variable "top" is unresolved by IDEA (8471)Attachment(s):1.png -
Created "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, ... -
Created 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... -
Created 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...