Questions tagged [netbeans-plugins]

Tag to group questions regarding third party netbeans plugins.

About

Netbeans plugins refers to third party netbeans plugins and not Netbeans usage or Netbeans platform usage.

Tag Usage

A question regarding thirdparty netbeans plugins should be tagged with . If you are developing a plugin yourself and you have a question about that, then the appropriate tag to use is . Please refrain from tagging netbeans-platform questions as netbeans-plugins.

If u have a question regarding netbeans usage, then tag it as

Also, please refrain from tagging a question using all the available netbeans tags. This seems to be the case in almost all netbeans related questions. Doing this beats the purpose of having multiple tags.

External Resources

Plugin portal

366 questions
10
votes
2 answers

Changing theme in Apache Netbeans 9.0

I have installed Apache Netbeans 9.0 recently in Mac running macOS Mojave. I am trying to change the Netbeans theme to "Dark Look And Feel Themes" but I can't find the options. Previously, I have used the older versions (8.2, 8.1, 8.0.2) of…
Vimal David
  • 555
  • 2
  • 7
  • 20
9
votes
4 answers

Developing Plugin for Netbeans 6.8

I would like to develop a plugin for Netbeans 6.8 but I can't find enough tutorials / resources / articles for the same. The only decent reference link I could find was http://platform.netbeans.org/tutorials/nbm-google.html and being new to this, I…
Sri
  • 5,805
  • 10
  • 50
  • 68
9
votes
2 answers

Stylus CSS highlighting plugin for Netbeans?

Stylus CSS pre-processor is awesome but since i used to code in Netbeans, it is hard to code without color highlighting. is there any Netbeans plugin for Stylus available? If any, it'll be perfect! Thanks
DennyHiu
  • 4,861
  • 8
  • 48
  • 80
9
votes
7 answers

Netbeans keeps on restarting

I've installed the Nokia sdk 1.1 and chose to integrate the sdk with Netbeans IDE. Afterwards I tried closing the Ide but the Ide keeps on restarting and reinstalling the plugins. What can fix be the problem? I tried restarting the computer but…
sammyukavi
  • 1,501
  • 2
  • 23
  • 51
8
votes
3 answers

Set PHP version in Netbeans 7 for non-project files

I'm editing a PHP file in Netbeans that is not part of a project. Although I have PHP 5.3 installed, Netbeans complains about my use of a lambda function: "Language feature not compatible with PHP version indicated in project settings". Is there a…
iftheshoefritz
  • 5,829
  • 2
  • 34
  • 41
8
votes
4 answers

When I try to run my app back in Android Studio an “Edit Configuration”

I have a project files.i need to understand the flow of the project but When I try to run my app back in Android Studio an “Edit Configuration” tab appears and I have the options to update settings regarding the package, activity and target device…
Sahal Zaman
  • 235
  • 1
  • 2
  • 10
8
votes
2 answers

Auto deploy on save Netbeans entreprise project using maven

I have a NetBeans mavenized project Contaning: web project (war) ejb project (jar) parent project maven project After every change I must clean an build the maven project and Run the Parent project How canI configure my projects to…
CHHIBI AMOR
  • 1,186
  • 2
  • 13
  • 27
8
votes
0 answers

Netbeans 7.2 hangs at "Loading Modules..."

I recently installed Netbeans 7.2 on Ubuntu 10.04 LTS and wanted to add some plugins. I got prompt to install some updates and agreed. Downloading those updates took quite a long time and I had to download some packages manually, but this were…
Edheene
  • 455
  • 2
  • 7
  • 20
7
votes
2 answers

Google App Engine on NetBeans 7

Is there any pluggin or alternative way to use Google App Engine on Netbeans 7? deploy code completion ...
ehsun7b
  • 4,796
  • 14
  • 59
  • 98
7
votes
6 answers

What PHP IDE's support the Facebook XHP extension?

The Facebook XHP extension introduces what are basically XML literals (well, XHTML literals) to the PHP language, allowing syntax like the following: $foo =
hello
; $foo =
hello
; $foo = 'hello'; echo…
mjh_ca
  • 607
  • 4
  • 9
7
votes
4 answers

Deploy button to manually redeploy in Netbeans while working with deployOnSave disabled mode

Is there any way to manually redeploy project after making certain changes to source ? I disabled deployOnSave option in Netbeans to prevent unnecessary redeploys while I make trivial changes in code. Perhaps a redeploy button in toolbar or…
Rajat Gupta
  • 25,853
  • 63
  • 179
  • 294
6
votes
4 answers

Is there a way to make NetBeans ensure a newline at the end of a file?

I couldn't find this option in the settings, nor could I find a plugin solving this problem. I googled a lot. Maybe I missed something. Does anyone know how to do it? If it matters, I'm using NetBeans 7.1 Beta.
Elnur Abdurrakhimov
  • 44,533
  • 10
  • 148
  • 133
6
votes
2 answers

How to setup NetBeans IDE for Python Development

I was using PyDev plugin in eclipse for developing python. But now I switched to NetBeans IDE 12.6 and I searched google for finding python plugins for NetBeans. I found a plugin called nbpython. But it is for NetBeans 8.1 and I am using NetBeans…
Arsh Coder
  • 688
  • 9
  • 33
6
votes
1 answer

Netbeans and Bad service configuration file, or exception thrown while constructing Processor object

Here a error getting from diagnostic throught javaCompiler taska: Bad service configuration file, or exception thrown while constructing Processor object: javax.annotation.processing.Processor: Provider…
6
votes
2 answers

need help finding comprehensive netbeans plugin development tutorials

I am trying to develop/create a plugin, but I can't seem to find a [good] series of tutorials covering the broad range of topics that are involved in doing so. I have already found the Developer FAQ Page, the NetBeans Platform Learning Trail, and…
iphonedev7
  • 295
  • 1
  • 7
  • 17
1
2
3
24 25