Daneel Yaitskov

- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 4
-
-
-
Daneel Yaitskov created a post, AnsweredHow to test with PsiTypeClass.resolve()?
Hi, The following line returns null in LightCodeInsightFixtureTestCase, FileEditorManagerTestCase, LightPlatformCodeInsightFixtureTestCase. PsiClassType.getTypeByName("java.util.List", getProject... -
Daneel Yaitskov created a post, AnsweredWhat is the way to catch events about system keys
Hi, I use TypedActionHandler to catch and process events about keys generating symbols, but my plugin also will benefit from detecting events for keys like Enter, Arrows, Backspace and Delete. -
-
Daneel Yaitskov created a post, AnsweredTypedActionHandler side-effect
Hi, My plugin registers TypedActionHandler. I noticed that suggestions for auto completion are not shown e.g. after typing variable name and ".". To get suggestions I had to press code/completion... -
Daneel Yaitskov created a post, AnsweredWhat is the elegant way to register TypedActionHandler?
Hi, I am a newbie and heard that Idea uses some sort of OSGI for plugins but at example I found a hack way with a static section. There is an AnAction class which contract is not used by me at al...