Hakan Cunier
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Custom file editor / save file
AnsweredI have a custom editor just implementing FileEditor. It has a JPanel contains 3 textfields. I want to 1. Notify the editor frame that content is dirty, (want the asterisk). Or is there an option fo... -
Created Remove Text tab from my custom FileEditor
AnsweredI extended FileTypeFactory and LanguageFileType then registered them in plugin.xml. With my custom extension my custom TableEditor (implements FileEditor) IDEA opens the file. No problem here. But ...