How to layer.xml?
doddy <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
Hi, I am looking on how to integrate a java editor to my application. This editor should have code-completion, syntax highlighting, code-formatting and code-compilation My idea was to create a netbeans plugin module, making it standalone and using only the libraries that I need to use the java editor. But then I have some problems with the UI related to Netbeans: 1. How can I hide the menuItems that I don't need (e.g. Open Project) ( I have tried this in the layer.xml under the tag <folder name="File">, but no result: <file name="org-netbeans-modules-project-ui-actions-OpenProject.instance_hidden"/>) 2. How do I hide topcomponents, e.g. Navigator, Project, File, Runtime? Thank you for your help! :) -- View this message in context: http://www.nabble.com/How-to-layer.xml--tf3601457.html#a10060210 Sent from the Netbeans - UI mailing list archive at Nabble.com.