Code templates

2021-03-23 Thread Niklas Matthies
Hi, Is there any way to use FreeMarker built-in functions (e.g. cap_first) in code templates? Niklas - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail:

Diff colors in editor margin

2021-03-06 Thread Niklas Matthies
Is there a way to configure the diff colors in the editor margin (in particular the right margin)? As in: https://netbeans.apache.org//kb/docs/ide/subversion.html#_viewing_changes_in_the_source_editor I found nothing in the Options dialog that would apply. (Changing the Diff colors doesn't

Re: Empty Test Results window on NetBeans 12 (Maven/Junit4)

2020-08-25 Thread Niklas Matthies
2020-08-25 at 14:40h, Eirik Bakke wrote on users: Might be this bug: https://issues.apache.org/jira/browse/NETBEANS-458 A workaround is to switch the version of maven-surefire-plugin in pom.xml to the earlier 2.18.1. -- Eirik -Original Message- From: Niklas Matthies Sent: Tuesday

Empty Test Results window on NetBeans 12 (Maven/Junit4)

2020-08-25 Thread Niklas Matthies
Since upgrading from NetBeans 11.1 to NetBeans 12, running JUnit4 tests on a Maven project doesn't activate the Test Results window any more (i.e. it remains empty). Any idea what the reason could be? Niklas - To

Re: Output window displaying ansi colors

2020-08-18 Thread Niklas Matthies
This is probably a bit late, however the general answer is yes. For Ant-based projects it seems to work out-of-the-box. If you use Maven, you have to pass "-Djansi.passthrough=true" to Maven, e.g. by adding it to MAVEN_OPTS. You can also add it to a particular action by specifying

Custom ANSI colors in output window

2020-08-18 Thread Niklas Matthies
I'd like to customize the 8/16 standard ANSI colors in the output window. As mentioned in a different thread, Maven builds produce colored output when -Djansi.passthrough=true is specified in MAVEN_OPTS. One can also produce colored output in a program by writing ANSI color escape sequences to

Aliased font rendering in Override popup

2020-07-22 Thread Niklas Matthies
Hi, I noticed that in the popup menu that opens when clicking on the Java override icons, the text is rendered without anti-aliasing. Here is a small screenshot (the menu in the lower part): https://www.nmhq.net/tmp/nbnoaa.png This is on Windows with NetBeans 11.1. Can anyone confirm that

Re: Do you use NetBeans with SVN or CVS?

2018-03-10 Thread Niklas Matthies
Brett, the CVS plugin is provided by the "Certified Plugins" Update Center: http://updates.netbeans.org/netbeans/updates/8.2/uc/final/certified/catalog.xml.gz (See also in NetBeans under Tools -> Plugins -> Settings) Certified plugins actually have a higher status than plugins in the Plugin

Re: Do you use NetBeans with SVN or CVS?

2018-03-09 Thread Niklas Matthies
Nowhere does it say that CVS support is deprecated. It only isn't installed by default any more. Niklas On Sat 2018-03-10 at 13:16h, Brett Ryan wrote on users: > Again, when netbeans actually announced it 6 years ago! You must have > installed the external plugin. > >

Re: Do you use NetBeans with SVN or CVS?

2018-03-08 Thread Niklas Matthies
SVN is still widely used within companies, including my workplace. In many such environments with long-running projects involving hundreds of SVN modules, the benefits of Git do not outweigh the cost of switching and the additional usage complexity Git brings about. SVN will stay relevant for

Re: Disabling fully qualified class names in JavDoc completion

2018-03-07 Thread Niklas Matthies
Done. I also created https://issues.apache.org/jira/browse/NETBEANS-452. Niklas On Wed 2018-03-07 at 12:30h, cowwoc wrote on users: > PSA: Please move discussion over to > https://issues.apache.org/jira/browse/NETBEANS-447 :) > > Thank you, > Gili > > On 2018-03-07 9:4

Re: Disabling fully qualified class names in JavDoc completion

2018-03-07 Thread Niklas Matthies
I'm not sure why there should be an option here, instead of always inserting the non-qualified name for imported names. There is no option for inserting fully qualified names in regular Java code either. IMHO the javadoc code completion should just work the same way as the code completion in