Plugins issues in Netbeans 6.9 - netbeans

I used to work with the (nice) Javascript and Jquery plugins in Netbeans 6.8. But after the update, I've lost all my plugins (actually, I've lost all my settings too, nice job guys ...) and I'm unable to find the JS plugins again, even after checking all the sources, nor can I find the package on the net. Any idea ?
Extra question : How can I change the font in menus (not the code's font) ? Default font really hurts the retina.
Thanks

I might be wrong, but about the "font" question, try this:
http://ui.netbeans.org/docs/ui/themes/themes.html

Perhaps the plugins you have used to work with are still not ported to 6.9 - you could try to find the plugins here: http://dlc.sun.com.edgesuite.net/netbeans/updates and try to install them manually.

Related

Where are all the Netbeans plugins?

I was a Netbeans user several years ago, about the time that Apache acquired it and was in the process of transitioning the website. Soon after that I switched to Eclipse, nothing against Netbeans, I just found Eclipse "better" at the time. Now I'd like to give Netbeans another try but it seems that Netbeans has little to no support. Everything I find in a search for plugins wants to take me to plugins.netbeans.org, but that site won't load. Apache's Netbeans plugins "catalog" lists all of 55 plugins. 55! Anybody else having this kind of problem?
Originally, I hoped to find a dark theme, but I did find the Look and Feel settings as mentioned by #WillShackleford (thanks, by the way). But I would still like to know where the hundreds of cool plugins are that used to be out there. Anybody have a link that works?

NetBeans documentation TeX

I wondered if there was a way to integrate TeX with NetBeans?
I've tried google it and couldn't find a clear answer, but found an Eclipse project doing it but need it for NetBeans.
Have you tried http://plugins.netbeans.org/plugin/5749/tex-language-support ? I know this plugin is old but perhaps it fits to your needs?

Attribute "ng-click" not allowed on element in netbeans

I just love AngularJs. I write all my projects in netbeans and I would like to stick with netbeans. I searched over the net for a plugin that supports AngularJs in netbeans, with no luck.
There is a plugin, but it seems not to work, or I can not get it to work.
I am not looking for a full fledged plugin, if I could get rid of the warnings in the editor I would be satisfied.
My questions:
Does anyone know a working plugin for netbeans that supports AngularJs?
If not, a link to instructions how to make netbeans understand a custom attribute would also help/
you can prefix them with data- or x- ...

How to disable this Netbeans highlighting?

I'm not sure if StackOverflow is the right site for this question but i don't think I'd get better help from other than developers here.
Basically Netbeans keeps highlighting scripting in ERB or HTML files. I tried to disable many things in tools -> options -> fonts & colors. But none worked.
Any one knows how to get rid of that? It appears on all themes.
Old Queston, but still relevant, (and in other IDEs as well). For Netbeans v8, you will find most of the old links / themes unusable. But there is a way.
Go to Tools -> Plugins and search 'theme' and you will get "Dark Look And Feel Themes"
The default that came up after a reboot did NOT have the ugly highlighting on scripts, and it is easy on the eyes (unlike the default theme), plus it has good color-highlighting for "html.erb" files. The controller code could use some work on the highlighting, but I can live with it.
And before anyone points it out - yes, official support was dropped by NB for Ruby. The community, however, has done a great job via plugins keeping the Ruby/Rails support working.

Is there a way to use axdt with eclim?

I've got Eclipse 3.6 + eclim set up and working for PHP and JavaScript.
As I'm slowly moving away from the Flash IDE for my actionscript projects I've sucessfully installed the — limited but working — axdt plugin for Eclipse but eclim doesn't seem to work for actionscript files.
Neither FDT nor Flash Builder nor asdt/axdt being listed anywhere on eclim's site I think as3 is not supported by eclim. Am I Right?
As of now, vrapper is helping me a lot, but is there a workaround — other than buying Flash Builder/FDT/IntelliJ IDEA Ultimate — to this situation ?
Thanks.
Sounds like you are a Linux user, otherwise you would surely know about FlashDevelop (it's experimental now, but you should be able, to an extent, to run it through Wine, too...).
Other than that, I used this for some time and it was OK for what I needed. It has some problems on top of some problems the original has, some features entirely removed, but it's still better then AXDT.
Here are some other suggestions about AS3 editor on Linux: http://flashdevelop.org/community/viewtopic.php?f=9&t=3973 . Unfortunately, they are not as good as commercial solutions for Win / Mac.