Re: NB Platform apps only compile against the JDK running the IDE

2019-12-11 Thread Tim Boudreau
No clue about the bug, but a mitigation would be to migrate your platform app to build with maven, which also makes dealing with libraries much simpler -Tim On Mon, Dec 9, 2019 at 9:39 PM Matteo Di Giovinazzo wrote: > Hi there, > has anyone any hint about this? >

Re: NetBeans bounty--earn $200!

2019-12-11 Thread Tim Boudreau
public class Bar { > public int wazoo; > } > > There is enough Information to know that the standard indentation is 1 > tab, but you don’t have enough information to know what the label > indentation or continuation indentation should be. The hard part is dealing with ambiguity. Real

Re: NetBeans bounty--earn $200!

2019-12-11 Thread daesmond
On 12/12/2019 5:55 am, Neil C Smith wrote: On Wed, 11 Dec 2019, 20:31 Emilian Bold, wrote: P.S. A NetBeans option to make whitespace visible so we can see when spaces/tabs are not used consistently would be nice. Offtopic, but such an editor flag does exist (I forgot the name). I

Re: NetBeans bounty--earn $200!

2019-12-11 Thread Neil C Smith
On Wed, 11 Dec 2019, 20:31 Emilian Bold, wrote: > > P.S. A NetBeans option to make whitespace visible so we can see when > spaces/tabs are not used consistently would be nice. > > Offtopic, but such an editor flag does exist (I forgot the name). I > remember playing with it long ago. There's no

Re: NetBeans bounty--earn $200!

2019-12-11 Thread Scott Palmer
Re #1: I will dash your hopes. :-) I’ve been thinking about writing a plugin to manage indentation, because so far nothing I’ve seen does it right. I prefer tabs for indentation. Why? because I don’t want it to be possible to have the cursor anywhere but a valid indent level prior to the

Re: NetBeans bounty--earn $200!

2019-12-11 Thread Alvin Thompson
Sorry, I forgot a fourth setting that needs to be detected/overridden: expand tabs to spaces > On Dec 11, 2019, at 10:34 AM, Alvin Thompson wrote: > > the three preferences to figure out are standard indentation, label > indentation, and continuation indentation

Re: NetBeans bounty--earn $200!

2019-12-11 Thread Alvin Thompson
To be clear (and to make things easier), the plugin doesn’t have to do the indentation itself. It may be simpler (and probably preferred) to simply figure out what the new indentation rules should be and dynamically change the indentation preferences in NetBeans to the values you figured out.

Re: NetBeans bounty--earn $200!

2019-12-11 Thread Alvin Thompson
> On Dec 11, 2019, at 7:53 AM, Eric Bresie wrote: > > Would this be as simple as a stack with the current line indentation added > and then continue to peek at current and then pop off when a change of > indentation change may occur (i.e. end of block of code, new statement, new >

Re: Re: NetBeans bounty--earn $200!

2019-12-11 Thread Eric Bresie
Would this be as simple as a stack with the current line indentation added and then continue to peek at current and then pop off when a change of indentation change may occur (i.e. end of block of code, new statement, new expression, etc.)? > > > > > For any indentation > > > > > info that can

Re: Where to put color profiles...

2019-12-11 Thread Alessandro
Hi Laszlo, that was quick! Also had a glimpse to what Karl from FormDev is cooking up in his next PR and I am impressed! Greetings, Alex Il giorno mar 10 dic 2019 alle ore 21:20 Laszlo Kishalmi < laszlo.kisha...@gmail.com> ha scritto: > And now it ison the way to master: >