Re: Splitting the netbeans_default_options in netbeans.conf

2019-11-25 Thread Matthias Bläsing
Hi, Am Montag, den 25.11.2019, 22:14 +0200 schrieb Emilian Bold: > I had no idea nbexec can handle multiline values in netbeans.conf > like > that. So this should work for all launchers? > > Note that right now netbeans.conf is not really generated (minus a > small part), it's stored in git like

Re: Splitting the netbeans_default_options in netbeans.conf

2019-11-25 Thread Emilian Bold
I had no idea nbexec can handle multiline values in netbeans.conf like that. So this should work for all launchers? Note that right now netbeans.conf is not really generated (minus a small part), it's stored in git like that, with a huge line for netbeans_default_options. --emi On Mon, Nov 25,

Re: Splitting the netbeans_default_options in netbeans.conf

2019-11-25 Thread Tim Boudreau
Not sure if my previous post was clear enough. Here is part of my netbeans.conf copy/pasted: netbeans_default_options=" -J-DCachingArchiveProvider.disableCtSym=true -J-Dsun.java2d.opengl=true -J-XX:+IgnoreUnrecognizedVMOptions --fontsize 16 -J-Dawt.useSyste

Re: Splitting the netbeans_default_options in netbeans.conf

2019-11-17 Thread Laszlo Kishalmi
I'm in favor of splitting, especially for the --add-opens / --add-exports parts. Just do not forget to update the launcher script and the Windows launcher executabe to be updated as well. On 11/17/19 10:50 AM, John Neffenger wrote: On 11/17/19 10:39 AM, Emilian Bold wrote: It seem impossibl

Re: Splitting the netbeans_default_options in netbeans.conf

2019-11-17 Thread Tim Boudreau
Just split the line with \n instead of spaces and alpha sort at build time. FYI, my (ignores) font settings patch includes a parser/rewriter for NetBeans.conf that does exactly that. -Tim On Sun, Nov 17, 2019 at 1:40 PM Emilian Bold wrote: > Hello, > > I see the build system uses now the rathe

Re: Splitting the netbeans_default_options in netbeans.conf

2019-11-17 Thread John Neffenger
On 11/17/19 10:39 AM, Emilian Bold wrote: It seem impossible to notice what changed in netbeans_default_options based on a diff since it's such a long line. Luckily things get prepended, so it's not that hard in practice, but still... I agree. It's also quite difficult to see what you have modi

Splitting the netbeans_default_options in netbeans.conf

2019-11-17 Thread Emilian Bold
Hello, I see the build system uses now the rather neat @@metabuild.*@@ pre-processor directives (or whatever they are called). Even in netbeans/nb/ide.launcher/netbeans.conf I see we use @@metabuild.logcli@@ I wonder if there's any plan / way to split the annoyingly long netbeans_default_options