Re: What is the single version of MultiView?
Enrico Scantamburlo <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAJdy_m8N+FqCBVYGLj4UORzHU8K9fL=ShQsey1wAqhkU0qc_Zw@mail.gmail.com> |
To disable multiview in a file type you can: - In the "New file type wizard" uncheck the "Use MultiView Checkbox" - if you want just to remove the text view, you can comment out the annotation in the DataObject class On Sun, Apr 10, 2016 at 5:17 PM, Lusito <[email protected]> wrote: > Those samples focus on having multiple views, I just want a single view > without the multiview-tabs. Am I missing something? > > Disabling the Splitting works, tho I find it weird that it's > application-wide, but that's good enough for me. > > Thanks. > > > > >