Re: Help with MultiDataObject/MultiViewElement visual editor

2018-12-24 Thread Geertjan Wielenga
Not going to respond to off topic questions, you'll need to start a new thread -- with a very clear and concise new subject line -- for that otherwise working together in Apache will become completely unmanageable. The right way to do things is how they're done in the source code, which is how you

Re: Help with MultiDataObject/MultiViewElement visual editor

2018-12-24 Thread brotenet
Hi Geertjan, I'm still not sure I'm doing this the right way but it works OK though with along with the undo and history functionality as well. BTW.. (off topic) I signed up and submitted a plug-in yesterday in the old NB plug-ins repository page (http://plugins.netbeans.org/) and I'm wonder

Re: Help with MultiDataObject/MultiViewElement visual editor

2018-12-24 Thread Geertjan Wielenga
Great and congrats. This is the great thing about open source, that you can find solutions in the source code. Note that when people don't reply it tends to mean people don't have the answer themselves, I was planning to look into this but great that you've found a/the solution. Gj On Mon, Dec 24

Re: Help with MultiDataObject/MultiViewElement visual editor

2018-12-23 Thread brotenet
Hi again Klaus, ...just for reference... I FOUND IT!!! ...well is sort of a hack ..I think After going through the NB GIT repositories and searching for the code related to the CloneableEditorSupport class which is being used  all editors (I guess..) I ended up accessing the active editor pan

Help with MultiDataObject/MultiViewElement visual editor

2018-12-22 Thread brotenet
Hello everyone, I'm trying to build a MultiDataObject/MultiViewElement visual editor that has a JEditorPane (named 'mod_5_editor') in the visual-part that when it has its text change to update the the text of the source-part. Up to this point I've managed to update the visual part when the s