Taras Tielkes

- Total activity 1471
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 552
-
Created 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... -
Created 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 ... -
Created 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 ... -
Created 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? -
Created 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. -
Created 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 ... -
Created 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... -
Created 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 ... -
Created 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.... -
Created 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...