Re: Plugin Installation Priority?
markiewb <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <[email protected]> |
There is no priority by the order of filenames/times or something. Each plugin has dependencies. If the dependencies are fulfilled then a plugin can be installed/started. IMO at startup time the plugin are ordered also by their dependencies (defined by the topological order in a graph or so) The plugin dialog is located at autoupdater.ui Best regards, markiewb ----- Ursprungligt meddelande ----- Från: "mtorre097" <[email protected]> Skickat: 14.12.2015 22:06 Till: "[email protected]" <[email protected]> Ämne: [nbdev] Plugin Installation Priority? In what order are plugins/nbms installed? for example; if a user were to try and install two plugins at the same time, in what way, if any, does netbeans use to give priority? also, does anyone know where in the netbeans source code the installation of plugins/nbms takes place? thanks for your help.