Taras Tielkes

- Total activity 1471
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 552
-
Created Web forum/NNTP sync broken
At least that explains why I don't get answers in OpenAPI newsgroup ;)I see both:-NNTP posts not showing up in web interface-Web posts not showing up in NNTP readerSo it seems that at least for Ope... -
Created Running Spring/StrutsAssistant unit tests
I'm trying to run IDEA unit tests for the Spring and Struts plugins provided by JetBrains.Is there any description available on how to setup classpath/command line arguments to run IDEA in test mod... -
Created Ctrl-Alt-F7: suggested improvements
It would be very nice is a subset of the regular "Find Usages" options could work for Ctrl-Alt-F7.The most valuable for me would be:-Show import statements (Ctrl-I)-Merge usages from the same file ... -
Created Restricting element/attribute completion in XML
I want to restrict the completion suggestions coming from the built-in XSD support.In some locations the schema is very general. With some inside knowlegde I want to restrict the completion proposa... -
Created Enumerating problems in current (xml) file
For a given XML file, I want to know current problems. If possible, I want to distinguish:-syntax errors-DTD/XSD validation errors-inspection annotations from plugins (for example Spring and Hiber... -
Created Idea DOM API: support for dynamic attributes
Let's say I'm working with an XML format where available attributes on a given element depend on some context.An example would be Ant tasks, where property setters can be invoked through attributes... -
Created CustomScopeProvider: is there a way to add/remove scopes dynamically?
Based on changed plugin configuration I'd like to add/remove custom scopes.Is there a way to accomplish this? -
Created Project view decorators?
Is it possible to provide custom decorations for the project tree?I would like to:-decorate the node label text-change/overlay the node icon"Analyze->Code Coverage Data" knows how to add coverage p... -
Created 2 simple CustomReferenceConverter/PsiReference questions
As an experiment I wrote a CustomReferenceConverter implementation for IDEADEV-13628.The code indeed works, but I still have some questions:1) It seems that returning a PsiField[] from getVariants(... -
Created Location of 'com.intellij.j2ee.J2EETestCase'?
Is this class bundled with the IDEA / plugin.dev.zip distribution?I was taking a look at the hibernate plugin but could not locate it (after adding both 'javaee-*' jars).