hello qeesung

- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
hello qeesung created a post, Editor of class com.intellij.openapi.editor.impl.EditorImpl hasn't been released
Hello everyoneI try to use EditorTextField to implement a customed text filed , and everything is ok.But It will throw a exception when close a project.I google the throwed exception info for answe... -
hello qeesung created a post, How to let FileChooserDialog show the hidden directories with code
HelloI want to let my FileChooserDialog show the hidden directories and files with code.But I can not find any method ...thanks... -
hello qeesung created a post, How to add a value hint?
I want to add another feature that like "Ctrl+F1" while I am debuging or some other sessions .I try to scan the intellij source code . and I found some classes just like ValueHint , ValueLookUpMana... -
-
hello qeesung created a post, How to Highlight one line in EditorTextField
Hi , EveryoneI am trying to handle some files (such as xml and json files ) with EditorTextField.Sometimes , the content in editor is invalid , and I want to highlight the error line , but I can no...