Taras Tielkes
- 活动总数 1471
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 552
-
Taras Tielkes 创建了一个帖子, postgres: "Save Lob" saves 0-byte file
Hi, While https://youtrack.jetbrains.com/issue/DBE-5655 is in status "Fixed", it always produces 0-byte files for me. Is there anything I can do to assist in diagnosing what goes wrong? Kind regard... -
Taras Tielkes 创建了一个帖子, Details of SSH tunneling provided by IDEA
IDEA provides SSH tunneling for database connections, which is a very useful feature.Is the code behind this part of the community edition, so that one can use it as an example for other applicatio... -
Taras Tielkes 创建了一个帖子, Customizing Ctrl-Hover popup for references
Hi,For a custom language, I'd like to customize the Ctrl-hover popup.What's the extension point to hook into?And what's the implementation class (in intellij-community) that's doing this for the Ja... -
Taras Tielkes 创建了一个帖子, EAP #122.519 breaks Maven projects with test-jar dependencies
http://youtrack.jetbrains.com/issue/IDEA-89039 is marked as fixed in this EAP.However, my experience is the reverse: starting with this EAP build many projects with test-jar dependencies are no lon... -
Taras Tielkes 创建了一个帖子, IDEA 12 compatible plugin?
Hi,Any chance for a plugin that is compatible with IDEA 12 EAP ("Leda")?Thanks,Taras -
Taras Tielkes 创建了一个帖子, 117.216 EAP: recurring EOFException in SvnChangeList.readFromStream()
Hi,I've done a full "Invalidate Caches & Restart", but I keep getting the following exception repeatedly.Is there something broken on my side, or is this a known issue in this EAP build for Subvers... -
Taras Tielkes 创建了一个帖子, Code coverage only shown in project view (not in editor)?
(using IDEA 11 RC and plugin #0.5.221)Is there some option I need to enable to get the code coverage to be shown in the editor gutter?I'm getting the coverage numbers in the project view, but nothi... -
Taras Tielkes 创建了一个帖子, Recently added "Download sources" (through Maven) feature for decompiled stubs breaks similar feature for regular Java code
The recently introduce feature (http://youtrack.jetbrains.net/issue/SCL-2737) to download sources on-the-fly seems to break the similar feature provided by IDEA core for Java files.Is anyone else s... -
Taras Tielkes 创建了一个帖子, Small pieces of UI pollution for non-Scala projects
Hi,Inside a non-Scala project, the Scala plugin adds the following non-applicable UI items:1) When selecting a package in the project view to run all tests, options for Specs, Specs2 and ScalaTest ... -
Taras Tielkes 创建了一个帖子, Map or Set may contain URL objects inspection: should it trigger for URL map values?
This inspection currently fires for Maps that declare URL as their key type.I'm wondering if this makes sense. It's true that calling containsValue() on such a collection type might be a bad idea, ...