Re: Anybody see this issue? Line Numbers disappearing on editor

2018-08-22 Thread Thomas Wolf
Thanks a bunch Josh - will definitely give it a try next time it happens. tom > On Aug 22, 2018, at 10:28 PM, Josh Juneau wrote: > > Hi Thomas, > > I have also had the disappearing cursor issue in NetBeans 8.2 and 9.0 while > on a Mac with two monitors. If you simply minimize the window (dow

unsubscribe

2018-08-22 Thread Cesar A. Garcia
unsubscribe please Greetings (Saludos), God Bless you (Dios los bendiga) Aura y Cesar Garcia Amigos son los que en las buenas acuden si son llamados y en las malas vienen solitos. Friends are the ones that in good occasions come if they are call, and in the bad occasi

Re: [java] formatter questions

2018-08-22 Thread Will Hartung
On Wed, Aug 22, 2018 at 5:53 AM, Chris McGee wrote: > I’ll give it some thought as to whether we want to continue to use the > abandoned code formatter or rely on developer diligence to keep the code > base formatted correctly. > The point is that odds are very high that whatever is making this

Unsuscribe

2018-08-22 Thread Cesar A. Garcia
Unsuscribe Greetings (Saludos), God Bless you (Dios los bendiga) Aura y Cesar Garcia Amigos son los que en las buenas acuden si son llamados y en las malas vienen solitos. Friends are the ones that in good occasions come if they are call, and in the bad occasions they

Re: [java] formatter questions

2018-08-22 Thread Chris McGee
Sorry, I meant that the eclipse formatter plugin is looking for maintainers. If it’s helpful I’ll try to describe the problem that we are facing. The development team has a standard IDE, NetBeans, but everyone is free to use the tools that they are most comfortable. We have already established c

[jsp] Where are the JSP specific code formatting settings?

2018-08-22 Thread Chris McGee
Hi All, I’m working on a project where we have different formatting options for Java and JSP. In particular, the Java uses 4 spaces for indentation and the JSP uses tabs. There are historical reasons for the differences in the formats. Does anyone know where I can specify the JSP-specific forma

Re: [java] formatter questions

2018-08-22 Thread Geertjan Wielenga
No, it’s not abandoned. I’m sure there are many, me included, very interested in developing it further, if you’ll help out by explaining what the problem is. Gj Sent from my iPhone > On 22 Aug 2018, at 14:53, Chris McGee wrote: > > Thanks everyone for the suggestions. > > I’ll give it some t

Re: [java] formatter questions

2018-08-22 Thread Chris McGee
Thanks everyone for the suggestions. I’ll give it some thought as to whether we want to continue to use the abandoned code formatter or rely on developer diligence to keep the code base formatted correctly. If we were to invest time into this problem I wonder if it would be better to make the

Re: [java] formatter questions

2018-08-22 Thread Geertjan Wielenga
I would suggest to not import setting from 8.2. Instead, start 9.0 fresh and empty, register the 8.2 update center, and then pick that specific formatter plugin and try to install it: https://blogs.apache.org/netbeans/entry/what-s-happened-to-my After that, the errors you'll see will be specific

Re: [java] formatter questions

2018-08-22 Thread Chris McGee
> You're going to need to be very detailed, otherwise no one can help you. What > are the 'certain plugins' you're referring to? Sure thing. Here are the steps: 1) Launch NetBeans 8.2 2) Tools -> Plugins -> Available Plugins 3) Search for “Eclipse Java Formatter” 4) Pick “Eclipse Java Formatter

Re: [java] formatter questions

2018-08-22 Thread Josh Juneau
Hi Chris, Looking at the github site for the Eclipse Java Code Formatter plugin...it looks like they are wanting some assistance maintaining. To that end, I'd recommend making a fork and patching it to get it working with NetBeans 9. https://github.com/markiewb/eclipsecodeformatter_for_netbeans

Re: [java] formatter questions

2018-08-22 Thread John McDonnell
Hi, try installing it and seeing if it works. If you run into any issues report them against https://github.com/markiewb/eclipsecodeformatter_for_netbeans Regards John On Wed, 22 Aug 2018 at 13:03, Chris McGee wrote: > > Hi All, >> >> I am interested in using the new NetBeans 9.0 for a new p

Re: [java] formatter questions

2018-08-22 Thread Geertjan Wielenga
On Wed, Aug 22, 2018 at 2:03 PM, Chris McGee wrote: > > Hi All, >> >> I am interested in using the new NetBeans 9.0 for a new project that I’m >> working on since it looks like there are some nice improvements over 8.2. >> It’s good to see active development on this project. >> >> One problem tha

Re: [java] formatter questions

2018-08-22 Thread Chris McGee
> Hi All, > > I am interested in using the new NetBeans 9.0 for a new project that I’m > working on since it looks like there are some nice improvements over 8.2. > It’s good to see active development on this project. > > One problem that I ran into right away is that the eclipse 4 formatter m

Re: [java] formatter questions

2018-08-22 Thread Geertjan Wielenga
On Wed, Aug 22, 2018 at 1:43 PM, Chris McGee wrote: > Hi All, > > I am interested in using the new NetBeans 9.0 for a new project that I’m > working on since it looks like there are some nice improvements over 8.2. > It’s good to see active development on this project. > > One problem that I ran

[java] formatter questions

2018-08-22 Thread Chris McGee
Hi All, I am interested in using the new NetBeans 9.0 for a new project that I’m working on since it looks like there are some nice improvements over 8.2. It’s good to see active development on this project. One problem that I ran into right away is that the eclipse 4 formatter module is not y