Shell Syntax Highlighting

2021-04-29 Thread Malcolm Fitzgerald
I'm editing a shell script and I'd like to get a bit of syntax colour. I can't see anything in preferences so I went online. The first hit looked good. That article pointed to a plugin that was listed in official NetBeans plugins: http://plugins.netbeans.org/plugin/68049/nbshell. Unfortunatel

Re: opening a file with netbeans via command-line in macOS?

2021-04-29 Thread Malcolm Fitzgerald
It would be great to be able to double-click a file in the finder and have it open in NetBeans too. Malcolm On 30/04/21 2:32 pm, Thomas Wolf wrote: I’m running 12.3 on Java 14 and I want to open a file in NB from the commandline and have it highlight a given line.  If NB is not currently run

opening a file with netbeans via command-line in macOS?

2021-04-29 Thread Thomas Wolf
I’m running 12.3 on Java 14 and I want to open a file in NB from the commandline and have it highlight a given line. If NB is not currently running, this works: open -a /Applications/NetBeans/Apache\ NetBeans\ 12.3.app --args /Users/twolf/spectare/sat_projects/zlib-1.2.11/compress.c:15 But if NB

AW: project.url is modified by nbm-maven-plugin

2021-04-29 Thread Marco Peters
I was just pointed to the maven documentation: https://maven.apache.org/ref/3-LATEST/maven-model/maven.html url: The URL to the project's homepage. Default value is: parent value [+ path adjustment] + (artifactId or project.directory property), or just parent value if project's child.project.url