Re: Reboot Netbeans Platform Application after option change

2018-08-23 Thread Andreas Hauffe
Hi, thanks for the last hint. I was reading the email on my mobile and haven't seen, that there is my solution. The point that I was missing is in https://github.com/apache/incubator-netbeans/blob/master/platform/core.windows/src/org/netbeans/core/windows/options/LafOptionsPanelController.jav

Re: [MASSMAIL]Reboot Netbeans Platform Application after option change

2018-08-23 Thread José J . Rodriguez
Andreas Hauffe wrote: Hi, is there a simple way to restart a Netbeans Platform application after specific options in the options dialog are changed? Sent my previous email too fast, just had a look at the code and it uses the already mentioned LifecycleManager... https://github.com/mark

Re: [MASSMAIL]Reboot Netbeans Platform Application after option change

2018-08-23 Thread José J . Rodriguez
Andreas Hauffe wrote: Hi, is there a simple way to restart a Netbeans Platform application after specific options in the options dialog are changed? I have never studied, nor used, the Netbeans Platform (though I've wanted to), so I don't know if this is at all relevant, but I have used t

Re: Reboot Netbeans Platform Application after option change

2018-08-23 Thread Neil C Smith
Hi, Check the file I linked to. The LaF option seems to do exactly what you're looking for? Best wishes, Neil On Thu, 23 Aug 2018, 18:38 Andreas Hauffe, wrote: > Hi, > > thanks for the reply. I also fount the LifecycleManager, but I don't know > where to put the commands so that the UI is vis

AW: Reboot Netbeans Platform Application after option change

2018-08-23 Thread Andreas Hauffe
Hi, thanks for the reply. I also fount the LifecycleManager, but I don't know where to put the commands so that the UI is visible after clicking the ok button of the OptionDialog. Do you have any tips? -- Regards, Andreas Hauffe -Ursprüngliche Nachricht- Von: Neil C Smith Gesendet:

Re: Reboot Netbeans Platform Application after option change

2018-08-23 Thread Neil C Smith
Hi, On Thu, 23 Aug 2018 at 16:23, Andreas Hauffe wrote: > is there a simple way to restart a Netbeans Platform application after > specific options in the options dialog are changed? LifecycleManager? Mark for restart then exit? You may want some sort of UI in there though?! Maybe something l

Reboot Netbeans Platform Application after option change

2018-08-23 Thread Andreas Hauffe
Hi, is there a simple way to restart a Netbeans Platform application after specific options in the options dialog are changed? -- Regards, Andreas Hauffe smime.p7s Description: S/MIME Cryptographic Signature

Re: [java] formatter questions

2018-08-23 Thread Chris McGee
Thanks Will, I’ll go over this with the team. You’re probably right that making this third party plugin work with NB 9.0 and future is likely not a large investment. I’m wondering if that investment is better spent finding a way to invoke the NB formatter(s) in Maven. This would be ideal for us