Michael

- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 12
-
-
Michael commented, -
Michael created a post, AnsweredI use idea api createFileChooser as follows,but can not search the file I want, what's the problem?
PsiFile ps = PsiManager.getInstance(project).findFile(virtualFiles[0]);TreeFileChooser.PsiFileFilter psiFileFilter = new TreeFileChooser.PsiFileFilter() { @Override public boolean accept(PsiF... -
-
-
Michael created a post, AnsweredHow to locate the class file by the class path in idea plugin space
I need to have a function which needs to locate the class file by the class path like below, If i click the text "test01" on the JTable column,I hope to redirect to the real class file testCase, Is... -
Michael created a post, AnsweredHow to assign data to JTree
My question is how to assign ' List<dto>' data structure to JTree component, the data structure like a menu, relationship of parent and son -
Michael created a post, Second Layer Dialog shows with Problem
I opened a dialog and I decided to open another dialog on the first dialog, It dest not show properly ,Is there any way to make the second layer dialog shows properly. -
-
Michael created a post, AnsweredIdea hot key problem
ctrl + shift + alt + n is a hot key of idea default for search a key word globally, my problem is,when I input my keyword in Chinese, is showing messy code so that I can not read in any way, let a...