Re: output window coloring question

2018-05-25 Thread Peter Cheung
:54 PM, Peter Cheung wrote: > Hi > > i saw maven can print colored text in output window, after hacking maven, i > know it uses library "org.fusesource.jansi.Ansi" to print colored text, but > my testing program still can't see any color. The most amazing thing is

Re: output window coloring question

2018-05-28 Thread Peter Cheung
rds, Gili On 2018-05-25 6:49 AM, Peter Cheung wrote: > i am using system.out > > > Thanks > From Peter > > From: Emilian Bold > Sent: Friday, May 25, 2018 1:02:26 AM > To: dev@netbeans.incubator.apache.org > Subject: Re: output window

Questions about cluster

2018-06-03 Thread Peter Cheung
Dear All I got questions about cluster, please help 1. If cluster means the netbeans with some plugins? 2. if i build the "platform" cluster by "ant -Dcluster.config=platform", how can i what plugins will be bundle? Thanks >From Peter

Re: Questions about cluster

2018-06-04 Thread Peter Cheung
4, 2018 at 12:54 AM, Peter Cheung wrote: > Dear All > >I got questions about cluster, please help > > 1. If cluster means the netbeans with some plugins? > 2. if i build the "platform" cluster by "ant > -Dcluster.config=platform", how can i what

Re: Microsoft buys GitHub

2018-06-05 Thread Peter Cheung
Codeplex, nokia, robotVM, all dead From: Emilian Bold Sent: Tuesday, June 5, 2018 4:15 PM To: dev@netbeans.incubator.apache.org Subject: Microsoft buys GitHub Hello, I'm a bit worried about Microsoft steering the future of open-source projects' online collabora

Netbeans 9.0 mac installer forever lost?

2018-07-30 Thread Peter Cheung
Hi Netbeans 9.0 mac installer forever lost? not going to make one? Thanks >From Peter

Re: Netbeans 9.0 mac installer forever lost?

2018-07-30 Thread Peter Cheung
> >>>> > >>>>> Please really try to understand what Apache is about: > >>>>> > >>>>> https://www.apache.org/ > >>>>> > >>>>> Nothing is ever 'lost', nothing is ever not

Where is RELEASE82 for Maven

2018-07-30 Thread Peter Cheung
Hi S.O.S : my plugin can't be install to 9.0, i think it is because i am using RELEASE80, but http://bits.netbeans.org/nexus/content/groups/netbeans dont have RELEASE90. Please read attachment too, it is crazy i tried to create a new "module" project and doesn't have RELEASE90 or even RELEASE

Re: Netbeans 9.0 mac installer forever lost?

2018-07-30 Thread Peter Cheung
on, > everything else will be of lower priority for a while. > > Gj > > > On Monday, July 30, 2018, Peter Cheung wrote: > >> Thanks for the answers. I think i will re-compile and re-test all my >> plugins on 9.0 first. I scare they don't work. >> __

Re: Where is RELEASE82 for Maven

2018-07-30 Thread Peter Cheung
On Monday, July 30, 2018, Peter Cheung wrote: > Hi >S.O.S : my plugin can't be install to 9.0, i think it is because i am > using RELEASE80, but http://bits.netbeans.org/ > nexus/content/groups/netbeans dont have RELEASE90. Please read attachment > too, it is crazy i t

when can we develop plugin for 9.0

2018-08-29 Thread Peter Cheung
Dear All when can we develop plugin for 9.0? when can we have windows installer and mac installer? Thanks >From Peter

Maven repo for latest plugin development

2018-09-14 Thread Peter Cheung
Dear All May I know where is the Maven repo for latest plugin development? I think i need this org.netbeans.api org-netbeans-modules-editor-settings RELEASE90 Thanks >From Peter

Plugin RELEASE82 is ok for netbeans 9.0

2018-09-28 Thread Peter Cheung
Hi All I was search around how people made their plugin to support netbeans 9.0, and I found this plugin "NbScratchFile" (https://github.com/Chris2011/NbScratchFile/blob/master/pom.xml) is submitted for netbeans 9.0 in plugin central,

Re: NetBeans release

2018-12-11 Thread Peter Cheung
i still no idea how to uograde my 8.2 plugins to 9. dependency jar not in maven central. so sad Thanks >From Peter From: Christian Lenz Sent: Tuesday, December 11, 2018 8:07:08 PM To: d...@netbeans.apache.org Subject: NetBeans release Hey, I thought I followed

Re: NetBeans release

2018-12-11 Thread Peter Cheung
Really want to, always want to contribute myself Thanks >From Peter From: Geertjan Wielenga Sent: Tuesday, December 11, 2018 8:42:56 PM To: dev Subject: Re: NetBeans release On Tue, Dec 11, 2018 at 1:31 PM Peter Cheung wrote: > i still no idea how to u

output window in source

2018-12-28 Thread Peter Cheung
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

2018-12-28 Thread Peter Cheung
OK i got it, it is OutputTab.java Thanks >From Peter From: Peter Cheung Sent: Saturday, December 29, 2018 3:39 PM To: d...@netbeans.apache.org Subject: output window in source Dear All Where is the source code of the output window? I want to check out

Re: output window in source

2018-12-29 Thread Peter Cheung
quence-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 ezt írta (időpont: 2018. dec. 29., Szo, 8:58): > OK i got it, it is OutputTab.java

Solved – The root cause why Netbeans can’t print colored text using latest MavenSolved – The root cause why Netbeans can’t print colored text using latest Maven

2018-12-29 Thread Peter Cheung
Hi All Solved the color problem, http://peter.quantr.hk/2018/12/solved-the-root-cause-why-netbeans-cant-print-colored-text-using-latest-maven/ Thanks >From Peter

Fw: Solved – The root cause why Netbeans can’t print colored text using latest MavenSolved – The root cause why Netbeans can’t print colored text using latest Maven

2018-12-29 Thread Peter Cheung
Thanks >From Peter From: Peter Cheung Sent: Sunday, December 30, 2018 2:00 PM To: d...@netbeans.apache.org Subject: Solved – The root cause why Netbeans can’t print colored text using latest MavenSolved – The root cause why Netbeans can’t print colored t

Shall we make the "open project" dialog half of the screen size

2018-12-30 Thread Peter Cheung
Hi Shall we make the "open project" dialog half of the screen size? , i think it would be more user friendly. now is too small In Line 445, ide/projectui/src/org/netbeans/modules/project/ui/ProjectChooserAccessory.java Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize(); dou

Re: Shall we make the "open project" dialog half of the screen size

2018-12-30 Thread Peter Cheung
; sub-projects could be a bit bigger, however), but the height should be > increased - half the screen size would be nice, or even a bit more. > > Kind regards > > Peter > > > Am 30.12.18 um 12:25 schrieb Peter Cheung: > > Hi > > Shall we make the "open proj

Re: Shall we make the "open project" dialog half of the screen size

2018-12-30 Thread Peter Cheung
how can i submit change request with my modified code? Thanks >From Peter From: Peter Cheung Sent: Sunday, December 30, 2018 8:44:03 PM To: dev@netbeans.incubator.apache.org Subject: Re: Shall we make the "open project" dialog half of the screen s

Re: Shall we make the "open project" dialog half of the screen size

2018-12-30 Thread Peter Cheung
ub.com/apache/incubator-netbeans/pulls Gj On Sun, Dec 30, 2018 at 1:46 PM Peter Cheung wrote: > how can i submit change request with my modified code? > > Thanks > From Peter > > ________ > From: Peter Cheung > Sent: Sunday, D

Add a search box for Netbeans customize toolbar dialog

2018-12-30 Thread Peter Cheung
Hi All Add a search box for Netbeans customize toolbar dialog, but not so perfect. https://www.youtube.com/watch?v=ChHjw8nvRGA&feature=youtu.be Thanks >From Peter

Re: Shall we make the "open project" dialog half of the screen size

2018-12-30 Thread Peter Cheung
> next time it’s how they like it. > > Scott > >> On Dec 30, 2018, at 9:57 AM, Peter Cheung wrote: >> >> Thanks GJ, I do it tmr >> >> >> Thanks >> From Peter >> >> From: Geertjan Wielenga >> Sent

Did i do pull-request right

2019-01-01 Thread Peter Cheung
Hi Anybody can tell me i did correctly or not? https://github.com/apache/incubator-netbeans/pull/1065 Thanks >From Peter

Porting 8.2 plugin to 10 problem

2019-01-01 Thread Peter Cheung
Hi I am porting my plugins to Netbeans 10, but all of them have this error. It auto generated a java file called Bundle.java and it is unable to compile since it can't find @javax.annotation.Generated [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile

Re: Porting 8.2 plugin to 10 problem

2019-01-02 Thread Peter Cheung
supported for module development, as modules targeted to NB 8.x should still work in most cases. Kind regards Peter Am 01.01.19 um 15:54 schrieb Peter Cheung: > Hi > I am porting my plugins to Netbeans 10, but all of them have this error. > It auto generated a java file called Bun

Netbeans colors not accurate

2019-01-06 Thread Peter Cheung
found out Netbeans colors not accurate http://peter.quantr.hk/2019/01/netbeans-output-window-color-not-accurate/

Re: How to analyse the debugger performance

2017-11-13 Thread Peter Cheung
in java world, the debugger performance really cant compare with visual studio, when pressing f10 to single step, it response really fast. should we rebuild the netbeans debugger? Martin Dindoffer mailto:mdindof...@gmail.com>> 於 2017年11月14日 上午4:39 寫道: Hi John, Do you also observe very long du

bugzilla is abandoned ?

2018-02-06 Thread Peter Cheung
Hi All https://netbeans.org/bugzilla/enter_bug.cgi bugzilla is abandoned ? I see Either no products have been defined to enter bugs against or you have not been given access to any. Thanks >From Peter

Re: bugzilla is abandoned ?

2018-02-06 Thread Peter Cheung
//netbeans.org/bugzilla/ >> enter_bug.cgi that points users in the right direction? >> >> Thanks, >> Gili >> >>> On 2018-02-06 12:10 PM, Geertjan Wielenga wrote: >>> >>> NetBeans is an Apache project now. That means Apache JIRA

Which api can get the editor background color of current theme

2018-02-24 Thread Peter Cheung
Dear All Which api can get the editor background color of current theme? Thanks >From Peter - To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org For additional commands, e-mail: dev-h...@netbeans.incubator.ap

ActionReference has bug ?

2018-02-25 Thread Peter Cheung
Hi All Why "Menu/Navigate" will put my action into another Navigate menu rather than the existing one? Why i press the shortcut key, i only see the menu is blinking but the actionPerformed() hasn't run? Thanks package hk.quantr.netbeansquickoutline; import java.awt.event.ActionEvent;

Re: Which api can get the editor background color of current theme

2018-02-25 Thread Peter Cheung
thank you to all gentlemen > On 25 Feb 2018, at 9:55 PM, Neil C Smith wrote: > > On Sun, 25 Feb 2018 at 13:41 Christian Lenz wrote: > >> I think you can use: UIManager.getColor(„TextField.background“) and you >> have to find the right key for that. >> >> Please if there is a better API, let m

Re: ActionReference has bug ?

2018-02-25 Thread Peter Cheung
This works when i press Ctrl-P @ActionReference(path = "Shortcuts", name = "C-P") This doesn't work when i press Command-P in mac, i only see menu is blinking @ActionReference(path = "Shortcuts", name = "M-P") Thanks >From Peter _____

Netbeans quick outline plugin

2018-02-25 Thread Peter Cheung
http://peter.quantr.hk/2018/02/netbeans-quick-outline/

First draft of netbeans quick outline plugin

2018-02-26 Thread Peter Cheung
First draft of netbeans quick outline plugin http://peter.quantr.hk/2018/02/first-draft-of-netbeans-quick-outline-plugin/

Re: Netbeans quick outline plugin

2018-02-26 Thread Peter Cheung
x27;t even know how to submit my code for review and the team seems very busy on migrating the project to apache. not sure it is a good approach or not. Please suggest. Cheers Chris Von: Peter Cheung Gesendet: Sonntag, 25. Februar 2018 19:32 An: d...@platform.netbeans.org Cc

Re: ActionReference has bug ?

2018-02-26 Thread Peter Cheung
is GoTo. Gj On Sunday, February 25, 2018, Peter Cheung wrote: > Hi All > > Why "Menu/Navigate" will put my action into another Navigate menu > rather than the existing one? Why i press the shortcut key, i only see the > menu is blinking but the actionPerforme

Re: Netbeans quick outline plugin

2018-02-26 Thread Peter Cheung
the Tokens for example other than Java, because it is not public from the outside. Sure there is the CSL but it is not working. But if you do it by your own, you will not have any Problems. Gesendet von Mail für Windows 10 Von: Peter Cheung Gesendet: Montag, 26. Februar 2018 10:13 An:

Re: First draft of netbeans quick outline plugin

2018-02-26 Thread Peter Cheung
eyes. The only difference between your plugin and the navigator, should be, that this is a lightweight dialog and with a filter functionality. Cheers Chris Von: Peter Cheung Gesendet: Montag, 26. Februar 2018 10:06 An: d...@platform.netbeans.org Cc: dev@netbeans.incubator.apache.org Betreff

Re: Netbeans quick outline plugin

2018-02-27 Thread Peter Cheung
Does it looks better than eclipse now? http://peter.quantr.hk/2018/02/netbeans-qucik-outline-design-ii/ Thanks >From Peter From: Neil C Smith Sent: Monday, February 26, 2018 6:30 PM To: dev@netbeans.incubator.apache.org Subject: Re: Netbeans quick outline plu

Netbeans presentation in Hong Kong

2018-03-05 Thread Peter Cheung
Dear All I will hold a 30 mins talk about netbeans plugin development in Hong Kong (http://codeaholics.io), is there any good powerpoint i can have a look. I want to know what points can attract people to use/extend netbeans. Thanks >From Peter

Re: Netbeans presentation in Hong Kong

2018-03-06 Thread Peter Cheung
for presentations and events. Cheers, Antonio [1] https://github.com/apache/incubator-netbeans-website/blob/master/netbeans.apache.org/src/content/community/events.asciidoc On 06/03/18 08:34, Peter Cheung wrote: > Dear All > > I will hold a 30 mins talk about netbeans plugin develop

layer.xml to define new generated file name

2018-03-09 Thread Peter Cheung
Hi All I am creating a new file template. How to define the new generated file name in layer.xml or wherever? At least I want to file name starts with capital letter. Now, it gives me "newSample.g4". Thanks Thanks >From Peter

List of options of "cluster.config"

2018-03-13 Thread Peter Cheung
Hi All How to know/get the list of options of parameter “cluster.config”? $ ant -Dcluster.config=platform Thanks From Peter

build error using ant

2018-03-23 Thread Peter Cheung
Hi All I can build the netbeans source few days ago, i just “git pull”, now when i type “ant”, i got these, please help? download-selected-extbins: [echo] Downloading external binaries (*/external/ directories) for cluster.config=basic... [downloadbinaries] Creating /Users/peter/workspa

Re: build error using ant

2018-03-24 Thread Peter Cheung
:00 AM, Peter Cheung wrote: > Hi All > I can build the netbeans source few days ago, i just “git pull”, now when > i type “ant”, i got these, please help? > > download-selected-extbins: > [echo] Downloading external binaries (*/external/ directories) for &

submit PR

2018-04-01 Thread Peter Cheung
Hi All I want to add a filter to the “customize toolbars” window, to filter out the buttons i want. Am I welcome for this? I have read https://netbeans.apache.org/participate/submit-pr.html , so i just fork it and submit PR, right? Do I need to register myself as a team or whatever? Thanks Fr

JDK 10 and 11 roadmap

2018-04-29 Thread Peter Cheung
Dear All When will official release a new verison that supports JDK 10? Where I can find the roadmap with time? Thanks >From Peter

Re: JDK 10 and 11 roadmap

2018-04-30 Thread Peter Cheung
thanks, let me test it > On 30 Apr 2018, at 12:58 AM, Geertjan Wielenga > wrote: > > Do a git clone on Apache NetBeans Git, build it, and run it on JDK 10 or 11. > > Gj > > On Sunday, April 29, 2018, Peter Cheung wrote: > >> Dear All >> >&g

HELP : output can't print color text in one netbeans but ok in other

2018-05-21 Thread Peter Cheung
Hi All output can't print color text in one netbeans but ok in other. They have same "output" setting, why? Same jdk too. Please see http://peter.quantr.hk/2018/05/netbeans-console-has-no-color-but-has-color-in-my-other-mac/ Thanks >From Peter

Re: HELP : output can't print color text in one netbeans but ok in other

2018-05-21 Thread Peter Cheung
in other Maybe some locale problem that is messing with the ANSI escape sequences? --emi ‐‐‐ Original Message ‐‐‐ On 21 May 2018 7:04 PM, Peter Cheung wrote: > Hi All > > output can't print color text in one netbeans but ok in other. They have same > "ou

Re: HELP : output can't print color text in one netbeans but ok inother

2018-05-22 Thread Peter Cheung
ape sequences? > > --emi > > �\�\�\�\�\�\�\ Original Message �\�\�\�\�\�\�\ > > On 21 May 2018 7:04 PM, Peter Cheung wrote: > >> Hi All >> >> output can't print color text in one netbeans but ok in other. They have >> same "output" settin

output window coloring question

2018-05-24 Thread Peter Cheung
Hi i saw maven can print colored text in output window, after hacking maven, i know it uses library "org.fusesource.jansi.Ansi" to print colored text, but my testing program still can't see any color. The most amazing thing is that : in the output window, maven's text has color, but just my