Re: plugin verification not proceeding

2019-01-09 Thread Brotenet .
Great, thanks! On Wed, Jan 9, 2019 at 8:54 PM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Should be OK now. > > Gj > > On Wed, Jan 9, 2019 at 7:28 PM Brotenet . wrote: > >> Hello everyone, >> >> This query concerns only the

plugin verification not proceeding

2019-01-09 Thread Brotenet .
Hello everyone, This query concerns only the plugin-portal moderators (djamdev, ChrisLE, brknshldr, jpirek, jkovalsky, geertjan, ent38, emi and carlosqt) : I have added and submitted for verification two plugins (netbeans-appimage-export and netbeans-deb-export) a while ago (2019-01-02) but there

Re: Is the old plug-ins repository website active or should I submit my plug-ins elsewhere?

2018-12-24 Thread brotenet
On Mon, Dec 24, 2018 at 9:32 AM brotenet mailto:brote...@gmail.com>> wrote: I signed up and submitted a plug-in in the old NB plug-ins repository page (http://plugins.netbeans.org/) and I'm wondering if the old site is still being maintained/moderate

Is the old plug-ins repository website active or should I submit my plug-ins elsewhere?

2018-12-24 Thread brotenet
I signed up and submitted a plug-in in the old NB plug-ins repository page (http://plugins.netbeans.org/) and I'm wondering if the old site is still being maintained/moderated. or should I go to a different site? - To unsubscr

Re: Help with MultiDataObject/MultiViewElement visual editor

2018-12-24 Thread brotenet
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, 2018 at 8:43 AM brotenet <mailto:brote...@gmail.com>> wrote: Hi again Klaus, ...just for referenc

Re: Help with MultiDataObject/MultiViewElement visual editor

2018-12-23 Thread brotenet
-multiview/org/netbeans/core/spi/multiview/MultiViewElement.html I think you must overwrite componentShowing method for loading and componentHidden for saving. This is how I would try to do it. Regards, Klaus Am 22.12.2018 um 09:17 schrieb brotenet <mailto:brote...@gmail.com>>

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