Konstantin Fadeyev
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
Konstantin Fadeyev created a post, When trying to run tests, nothing happens
When I run a very simple test, nothing happens. And I cannot run anything anymore, since run button is disabled.Here is the test I'm trying to run:public class MyTest{ @org.junit.Test public ... -
-
-
-
-
Konstantin Fadeyev created a post, Expand node in project view
I've created a directory and a file in it like this:PsiFile classFile = PsiFileFactory.getInstance(project).createFileFromText("Test.java", "class Test{}");PsiDirectory directory = PsiManager.getIn... -
-
Konstantin Fadeyev created a post, How to start another swing application from an action
I have a third party swing application that does some changes to current L&F (for example sets the default panel background black), and when I start this application from a plugin aciton, L&F in ID...