Miron Michalko

- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Miron Michalko commented, -
-
-
-
-
-
Miron Michalko created a post, How to get editor from BasicDomElementComponent?
Hallo,I have created my custom dom file editor and i want to show popup menu, where i would have also Undo and Redo JMenuItems. I want in this items to perform Undo - firstly get UndoManager, where... -
Miron Michalko created a post, Undo in tabbed editor
Hello,when I have tabbed editor, same Undo stack is available for both tabs (Text Editor and my GUI Editor). It is changing text in Text Editor. Can I have separate Undo stack for my GUI Editor? Ho... -
Miron Michalko created a post, Synchronizing editor tabs
Hi,I have tabbed editor for GUI editing xml file. My xml file have own model from plugin library which I will use for GUI. I want the file to be also editable by default TextEditor tab, which have ... -
Miron Michalko created a post, How to change default editor tab name?
I have implemented custom FileEditor with it's getName() method and have now 2 editor tabs, my implementation and default TextEditor tab, which is ok. However I want to change default editor tab na...