Re: Clarification of Custom Property Editor

2018-12-14 Thread Neil C Smith
On Fri, 14 Dec 2018, 21:05 Marc Streckfuß 2. I tried using editor.setValue(obj); FROM the Swing Component in the > Swing Thread (every time any UI Component changes it's value), but this > fails with java.lang.IllegalStateException: Attempt to mutate in > notification, because my Swing Components

Clarification of Custom Property Editor

2018-12-14 Thread Marc Streckfuß
Hello Guys, I am having a problem when implementing a Custom Property Editor and  I feel like the tutorial at https://platform.netbeans.org/tutorials/nbm-property-editors.html#customEditor should be edited. The Problem is for my usecase I don't want an InplaceEditor. So far so good, everything wor

Re: How to Hide "Customize" under "View -> Toolbars"?

2018-12-14 Thread Emilian Bold
I suggest you make a PR where that action becomes a real action registered in the layer which you can then hide. In the mean time you could either keep your in-house fork of NetBeans Platform and fix that or you could use reflection and hack the static ToolbarConfiguration.toolbarMenu and see if r