Andremoniy

- Total activity 61
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 17
-
Andremoniy created a post, My plugin (own dsl language parser) doesn't work under Ultimate version of IDEA 12
My plugin works fine under CommunityEdition. But when I install it under Ultimate edition and open associated with my dsl file, it craches with following exception in log:At the same time file my... -
Andremoniy created a post, My plugin (own dsl language parser) doesn't work under Ultimate version of IDEA 12
My plugin works fine under CommunityEdition. But when I install it under Ultimate edition and open associated with my dsl file, it craches with following exception in log:At the same time file my d... -
Andremoniy created a post, How to detect what is expected element type at current position inside CompletionContributor?
How to detect what is expected element type at current position inside CompletionContributor?The problem is, CompletionContributor doesn't reacts to patterns, which contain non-final language types... -
Andremoniy created a post, How to catch or implement Run and Debug event?
Hello!Please, could somebody help me. I wonder, how can I catch Run- and Debug- event (on any run configuration) from my plugin and get at that moment run-configuration properties?Do I need impleme... -
Andremoniy created a post, How to run test of the project from plugin?
Hello.My question is simple: I need any solution, how to run some test from the current project, using Open API (for example).So, input data of this issue is: a set of PsiFiles, which are test jav... -
-
-
-
-
Andremoniy created a post, StrutsManager troubles
Hello, again. I'm sorry for one more troubling you.I have problem with using Struts Assistant api.I'm trying to get StrutsConfig object, using such code: StrutsConfig strutsConfig = StrutsManager...