Re: API for modifying "Project Files" node
geertjan wielenga <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Organization | Oracle Corporation |
| Message-ID | <[email protected]> |
I can't recall if anyone has ever done that before -- I think the right approach is to create a new node within a project, you can't extend a node within the project (unless that node has set up specific infrastructure to enable you to do that). The idiomatic NetBeans approach would be to create a new node within the project root structure, rather than within one of its nodes. Gj On 13-3-2016 13:56, geertjan wielenga wrote: > > Oh, wait, I see from your previous e-mail. > > Gj > > On 13-3-2016 13:54, geertjan wielenga wrote: >> >> Which existing node would you like to extend, and why? >> >> Gj >> >> On 13-3-2016 13:27, [email protected] wrote: >>> While the link is comprehensive, I can't seem to grasp fetching >>> existing Nodes from the Project explorer. The tutorial describes, >>> creation of "Important Files" node which'll contain the files of the >>> "nbproject" folder. >>> >>> On my case, I'd like to add files on existing node, and not create a >>> new one. Using the same screenshot from the tutorial[1], can I add >>> additional files in "Web Pages", "Source Project", "Libraries", or >>> "Configuration Files"? >>> >>> >>> [1] https://platform.netbeans.org/images/tutorials/cc/72/result-2.png >> >