You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by Peter Cheung <mc...@hotmail.com> on 2018/12/29 07:39:27 UTC

output window in source

Dear All
    Where is the source code of the output window? I want to check out why it doesn't support colored text.
Thanks
From Peter

Re: output window in source

Posted by Emilian Bold <em...@gmail.com>.
This might have something to do with the terminal library, which
implements a subset of VT220. Maybe Maven started outputting more
complex formatting.

--emi

http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!

On Sat, Dec 29, 2018 at 6:06 PM Peter Cheung <mc...@hotmail.com> wrote:
>
> hi
>     If using maven 3.5.0 or above, we cant print out any colored text to the console. i have asked maven team for a help.
>
> Thanks
> From Peter
>
> ________________________________
> From: Attila Kelemen <at...@gmail.com>
> Sent: Saturday, December 29, 2018 9:22:18 PM
> To: dev@netbeans.incubator.apache.org
> Cc: dev@netbeans.apache.org
> Subject: Re: output window in source
>
> What do you mean it does not support colored text? There is
> org.openide.windows.IOColorLines
> <http://bits.netbeans.org/dev/javadoc/org-openide-io/org/openide/windows/IOColorLines.html#println-org.openide.windows.InputOutput-java.lang.CharSequence-java.awt.Color->
> to provide utility methods for that. For other uses:
> http://bits.netbeans.org/dev/javadoc/org-openide-io/org/openide/windows/class-use/InputOutput.html
> .
>
> Attila Kelemen
>
> Peter Cheung <mc...@hotmail.com> ezt írta (időpont: 2018. dec. 29.,
> Szo, 8:58):
>
> > OK i got it, it is OutputTab.java
> >
> >
> > Thanks
> > From Peter
> > ________________________________
> > From: Peter Cheung <mc...@hotmail.com>
> > Sent: Saturday, December 29, 2018 3:39 PM
> > To: dev@netbeans.apache.org
> > Subject: output window in source
> >
> > Dear All
> >     Where is the source code of the output window? I want to check out why
> > it doesn't support colored text.
> > Thanks
> > From Peter
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
For additional commands, e-mail: dev-help@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




Re: output window in source

Posted by Peter Cheung <mc...@hotmail.com>.
hi
    If using maven 3.5.0 or above, we cant print out any colored text to the console. i have asked maven team for a help.

Thanks
From Peter

________________________________
From: Attila Kelemen <at...@gmail.com>
Sent: Saturday, December 29, 2018 9:22:18 PM
To: dev@netbeans.incubator.apache.org
Cc: dev@netbeans.apache.org
Subject: Re: output window in source

What do you mean it does not support colored text? There is
org.openide.windows.IOColorLines
<http://bits.netbeans.org/dev/javadoc/org-openide-io/org/openide/windows/IOColorLines.html#println-org.openide.windows.InputOutput-java.lang.CharSequence-java.awt.Color->
to provide utility methods for that. For other uses:
http://bits.netbeans.org/dev/javadoc/org-openide-io/org/openide/windows/class-use/InputOutput.html
.

Attila Kelemen

Peter Cheung <mc...@hotmail.com> ezt írta (időpont: 2018. dec. 29.,
Szo, 8:58):

> OK i got it, it is OutputTab.java
>
>
> Thanks
> From Peter
> ________________________________
> From: Peter Cheung <mc...@hotmail.com>
> Sent: Saturday, December 29, 2018 3:39 PM
> To: dev@netbeans.apache.org
> Subject: output window in source
>
> Dear All
>     Where is the source code of the output window? I want to check out why
> it doesn't support colored text.
> Thanks
> From Peter
>

Re: output window in source

Posted by Attila Kelemen <at...@gmail.com>.
What do you mean it does not support colored text? There is
org.openide.windows.IOColorLines
<http://bits.netbeans.org/dev/javadoc/org-openide-io/org/openide/windows/IOColorLines.html#println-org.openide.windows.InputOutput-java.lang.CharSequence-java.awt.Color->
to provide utility methods for that. For other uses:
http://bits.netbeans.org/dev/javadoc/org-openide-io/org/openide/windows/class-use/InputOutput.html
.

Attila Kelemen

Peter Cheung <mc...@hotmail.com> ezt írta (időpont: 2018. dec. 29.,
Szo, 8:58):

> OK i got it, it is OutputTab.java
>
>
> Thanks
> From Peter
> ________________________________
> From: Peter Cheung <mc...@hotmail.com>
> Sent: Saturday, December 29, 2018 3:39 PM
> To: dev@netbeans.apache.org
> Subject: output window in source
>
> Dear All
>     Where is the source code of the output window? I want to check out why
> it doesn't support colored text.
> Thanks
> From Peter
>

Re: output window in source

Posted by Peter Cheung <mc...@hotmail.com>.
OK i got it, it is OutputTab.java


Thanks
From Peter
________________________________
From: Peter Cheung <mc...@hotmail.com>
Sent: Saturday, December 29, 2018 3:39 PM
To: dev@netbeans.apache.org
Subject: output window in source

Dear All
    Where is the source code of the output window? I want to check out why it doesn't support colored text.
Thanks
From Peter