Re: Help with MultiDataObject/MultiViewElement visual editor

2018-12-23 Thread brotenet
Hi again Klaus, ...just for reference... I FOUND IT!!! ...well is sort of a hack ..I think After going through the NB GIT repositories and searching for the code related to the CloneableEditorSupport class which is being used  all editors (I guess..) I ended up accessing the active editor pan

Re: Code folding in versions later than 8.2.

2018-12-23 Thread Owen Thomas
Oops... that was to another thread about a modem problem. Disregard these two most recent emails. On Mon, 24 Dec 2018 at 16:02, Owen Thomas wrote: > Another person started having similar trouble to me. They turned the wifi > off and then on; it didn't work. They called their internet provider, a

Re: Code folding in versions later than 8.2.

2018-12-23 Thread Owen Thomas
Another person started having similar trouble to me. They turned the wifi off and then on; it didn't work. They called their internet provider, and the provider told them to turn the wifi off, wait for 30 seconds, and turn it back on. That cleared the problem for them and me. On Mon, 24 Dec 2018 a

Code folding in versions later than 8.2.

2018-12-23 Thread Owen Thomas
Hi. I'm trying to insert a code fold in a Java comment because I am hoping that using this feature will be a convenience that help obscure bits of the code (and comments) that one wouldn't wish to copy to another document using ctrl-c for instance. Have I understood the use of code folding correct

Re: Code folding in versions later than 8.2.

2018-12-23 Thread Owen Thomas
BTW I'm using 8.2. The title of this thread is in reference to versions later than this because I assume this is an issue for 8.2, and am wondering if this issue has been corrected in later versions. On Mon, 24 Dec 2018 at 10:24, Owen Thomas wrote: > Hi. > > I'm trying to insert a code fold in a

Re: Status and yet another IDE survey

2018-12-23 Thread Zoran Sevarac
It seems that the survey allows multiple submissions, so not sure if the results are going to be trustworthy... On Sun, Dec 23, 2018 at 10:23 AM Geertjan Wielenga wrote: > Hi all! > > We're getting very close to having the three Apache votes we need in the > Incubator to release Apache NetBeans

Re: Status and yet another IDE survey

2018-12-23 Thread Ryan Brown
Unsubscribe On Sun., Dec. 23, 2018, 4:23 a.m. Geertjan Wielenga Hi all! > > We're getting very close to having the three Apache votes we need in the > Incubator to release Apache NetBeans 10, i.e., one more +1 is needed: > > > https://lists.apache.org/thread.html/12e90e3171b85cb1b2249c59fe25caeef

Status and yet another IDE survey

2018-12-23 Thread Geertjan Wielenga
Hi all! We're getting very close to having the three Apache votes we need in the Incubator to release Apache NetBeans 10, i.e., one more +1 is needed: https://lists.apache.org/thread.html/12e90e3171b85cb1b2249c59fe25caeefd9f6edf0dc14b9916b0af6f@%3Cgeneral.incubator.apache.org%3E Also, though I'm

Re: How to Push NetBeans Plugins Silently to End Users?

2018-12-23 Thread Geertjan Wielenga
Hi Mark, Would be great if you’d blog or document somehow how you did this, could be useful for many others. Gj On Wed, 19 Dec 2018 at 14:57, Mark Phipps wrote: > Thanks Emilian, I was able to use that class as the outline of an > auto-updater-and-restarter mechanism in my client. > > I am not