Netbeans programmatically add watch expression to the "watch window" 2024-01-05 1.2K use this code pom.xml
Using FlatArcOrangeIJTheme gives me a new fresh look of NetBeans 2022-01-08 3.8K I am not sure I add this L&F right, but it just works. Below are the steps Below is the…
Don't use "skip" in antlr grammar for netbeans syntax highlight 2021-11-16 2.7K use "channel (HIDDEN)" instead of "skip", otherwise the netbeans will throw exception.
Netbeans antlr plugin can format antlr source file 2020-06-26 3.3K My netbeans antlr plugin finally can format antlr source code
6 hours to fix my antlr netbeans plugin 2020-05-09 3.4K Used near 6 hours to fix my netbeans-antlr plugin. I have to remember these: Netbeans build in antlr library have…
Netbeans hangs in Mac since Netbeans 8.2 to now 2019-11-06 3.1K I have a Netbeans module call "Maven Runner", it was originally in Ant. When I install it into my local…
Net netbeans-antlr logo 2019-07-28 2.2K Getting familiar with Adobe illustrator. For drawing GUI/logo from scatch, ai is better than photoshop. But photoshop is still good…
完全痴線 - JTextComponent個setCaretPosition完來係錯 2019-07-13 4K 如果你放"abc\ndef"落JTextComponent, 佢會變Q左"abc\r\ndef", 連帶影響埋setCaretPosition()會錯位,補救方法如下: 經過修正之後, 我個netbeans outline plugin回復正常了
Solved - The root cause why Netbeans can't print colored text using latest Maven 2018-12-30 6.8K Netbeans has bundled an old Maven, version 3.3.9, it can't print out colored text to the output window. But when…
Netbeans console has no color, but has color in my other Mac 2018-05-22 4.3K Netbeans console has no color, but has color in my other Mac. Both Mac OS are same, JDK same too.…
Netbeans outline plugin can parse antlr4 and cpp file 2018-04-15 3.3K Netbeans outline plugin can parse antlr4 and cpp file now. Just press 'ctrl+p', it will be popup.
Antlr4 error listener can't hit with non-exist token 2018-04-14 3.2K Antlr error listen can't hit with non-exist token, so my netbeans antlr plugin can't highlight the non-exist token. The error…
Make changes to Netbeans IDE is just so easy 2018-03-24 3.3K If you want to modify something to Netbeans IDE, just git clone the source, change its code, type "ant" and…
Netbeans talk in Cocoon seminar 2018-03-17 3.6K Netbeans talk in Codeaholics seminar. A lots of people, i have demo to people create a simple plugin to extends…
Netbeans lexer problem : Fix the lexer to not return null token in this state 2018-03-13 4.4K I have met the problem "Fix the lexer to not return null token in this state." (see below) and used…
Solved : "these characters need to be tokenized" for netbeans lang development 2018-03-10 3.4K When developing highlight for new language, the antlr grammar has to return all tokens, you can't skip token, otherwise your…
Netbeans dev - file template iterator 2018-03-09 3.3K This setting can define a new JPanel for new file creation. http://grepcode.com/file/[email protected]$org-netbeans-modules-cnd-asm@RELEASE712@org$netbeans$modules$cnd$asm$core$resources$layer.xml
First draft of netbeans quick outline plugin 2018-02-26 5.8K First draft of netbeans quick outline plugin, click ctrl-p / command-p in mac, then click on any row to jump…
Netbeans quick outline 2018-02-26 3.5K Eclipse quick outline is just so convenient, after i press command-O shortcut, i can type in keyword to filter the…
Met java bug JDK-8055829 in netbeans module 2017-10-08 2.8K I am calling below code in netbeans, and it failed to retrieve any cookies from server. If i run these…
Netbeans antlr plugin great enhancement 2017-09-26 3.7K I embed the Jgraphx library to netbeans antlr to provide interactive with the parser-tree. Now, the development methodology is: Create…
Netbeans anltr alpha version is done 2017-09-24 6K Netbeans anltr alpha version is done, now you can keep changing your g4, it real time generate a parser to…
Netbeans antlr can real time compile your g4 and test it using the selected target file 2017-09-17 3.3K Netbeans antlr can real time compile your g4 and test it using the selected target file. If something goes wrong,…
2017-09-17 4.1K My netbeans antlr plugin will do this: select the file you want to compile (see the combo box above), when… Antlr
Code to get all TopComponents and EditorPanes in netbeans 2017-09-16 3.2K Code to get all TopComponents in netbeans, here is very useful link http://wiki.netbeans.org/DevFaqGetOpenEditorWindows
Very good introduction to netbeans lookup 2017-09-15 3.5K Very nice http://www.ssw.uni-linz.ac.at/Teaching/Lectures/KompTech/Netbeans_Platform_Introduction.pdf