Taras Tielkes
- 活动总数 1471
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 552
-
创建于 JPA/Spring annotation support (cross-language-JAM?)
The recent improvements to the fake PSI (exposing Scala annotations in the Java model) have been very useful.For examples, component-scanned Scala spring beans are now recognized, JPA diagram works... -
创建于 IDEA is optimizing a used (?) import
A project has the following Maven dependencies (apart from JUnit): org.easymock:easymock:2.4 org.easymock:easymockclassextension:2.4 One of the tests (greatly simplified ;)) looks like this:import ... -
创建于 running tests using command line
I'm trying to run the plugin tests using the command-line ant build, so far without success.Invoking "ant run.tests" gives me: (...initial output snipped...) run.tests: [copy] Copying 1477 ... -
创建于 Looking up annotation parameter types from a PsiAnnotation
Given a PsiAnnotation instance, what's the way to look up the type of the annotation parameters that the arguments resolve to? -
创建于 IDEA 10 RC4 keeps popping up license dialog after restart (even though I selected "evaluate for 30 days")
Is this change intentional?Previously it was possible to evaluate for 30 days without getting the dialog at each IDEA startup. -
创建于 Better support for property placeholders and Spring EL
When it comes to "classic" spring XML mixed with PropertyPlaceholderConfigurer beans, IDEA does a good job providing code completion and validation for property keys.Unfortunately, support for the ... -
创建于 strange "Object" completion variant?
val file = new File("c:/")file.| Using latest build for IDEA 10.Invoking code completion suggests (among other entries) the variant "Object".Is this some part of the language that I don't know abou... -
创建于 Configuring indentation for SQL
When I type a query in the SQL console, IDEA applies the following formatting: select * from SOME_TABLE c where c.ID = 12 The lines after the initial "select *" are indented.Where can I disable ... -
创建于 Methods in production code only referenced from test code
The existing version of IntelliJ IDEA has a very nice feature, where unused methods are highlighted (non just private ones).This has helped me to find tons of "production" code that was never used.... -
创建于 GWT annoyances in IDEA 10
Looking at the IntelliJ blog, it seems that GWT is receiving some attention in IDEA 10.Thanks for that. While improvements are being made, allow me to point out what's (still) annoying at the momen...