That sounds very strange. Especially the point about autocompletion.
You could try asking for help on the Mailing list. Quite a bunch of the main developers are active there.
Or you could just try out version 12.0 first to see whether you still have that problems there.
Most of the time this is solved by deleting the content of the userdir.
https://netbeans.apache.org/wiki/DevFaqUserDir.asciidoc
Not sure where it is on MacOS (if you could display the "About" dialog, it is shown there). Try $HOME/NetBeans
or something similar.
Dear Peter, you can try to implement a MIMEResolver to assign a suitable MIME type to Makefile files (by file name), then register a DataLoader agains that MIME type. Please see https://netbeans.apache.org/wiki/DevFaqFileRecognition.asciidoc for an overview of the whole file recognition process, and https://github.com/junichi11/netbeans-noext-mime-resolver/blob/master/src/com/junichi11/netbeans/modules/noextresolver/NoExtMIMEResolver.java for an example of a custom MIME resolver.
I thought this was as easy as editing the respective file template, but apparently the ${cursor}
macro doesn't work in file templates (only in "code templates"):
https://netbeans.apache.org/tutorials/nbm-filetemplates.html
Hey! I'm having difficulties installing netbeans. I used to have an older version like 8 but I have a new laptop and I'm trying to download netbeans 10 but having difficulties. I'm really confused with there being no installer. Do I download the bin file or source file from Apache Netbeans? Will Apache Ant replace the regular CMD/Command Prompt on my Windows 10 laptop?