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
3
votes
0 answers

Netbeans platform - mark code?

I want to write a java-plugin for Netbeans. Basically I want to mark code lines/segments so that I can reorganize code after it's written. Example - If I write a code looking like this: public static void main(String[] args) { Person p1 = new…
Einar
  • 1,001
  • 3
  • 11
  • 28
3
votes
1 answer

ANTLR netbeans config Could not find or load main class org.antlr.Tool

I tried to configure antlr and netbeans with build xml, i followed the http://wiki.netbeans.org/AntlrInNetBeansJavaApplication tutorial, but when i clean and build the project i get an error like Error: Could not find or load main class…
Thomas Ny
  • 92
  • 1
  • 8
3
votes
2 answers

Java Me platform issues in NetBeans

I have installed Netbeans 8.0 that comes with pre installed Java ME plugin. Now when I tried to create a new Java ME project it said No Java ME Platform found. Please add at least one Also, the field "Java ME platform" was blank. So I clicked on…
Archit Arora
  • 2,508
  • 7
  • 43
  • 69
3
votes
5 answers

Adding more source folders to a NetBeans PHP project

Is it possible, with or without plugin, to add more source folders to a PHP project, just like in a Java project? I have downloaded and tested the Java version of NetBeans, and there is clearly possible to add more source folders. But not in the PHP…
Atmoz
  • 31
  • 1
  • 3
3
votes
2 answers

How Do I Disable "missing java doc" warning in netbeans code inspection?

I'm using netbeans 7.3 ide on ubuntu. I've installed the findBugz plugin and when running source->inspect I get a lot of suggestions/errors. One that I would like to ignore in this time is "Missing javadoc" (when I run "all analyzers"). How can I do…
Dror Cohen
  • 6,731
  • 5
  • 29
  • 32
3
votes
0 answers

prolog on netbeans plugin

I have downloaded this Prolog plugin for netbeans, and added successfully to the netbeans plugins. in the prolog options i set the Compiler Name : C:\Program Files\swipl\bin\swipl.exe and the Compiler Arguments as default : -c then i made a prolog…
Tarek
  • 1,904
  • 2
  • 18
  • 36
3
votes
2 answers

Netbeans API: How to save a file, or all files in the current project?

I'm developing a plugin module for Netbeans using the provided API in order to provide support for a new programming language. I've created an Action in the Context Menu, using the MIME-type defined in a File Type. I looking for a method to save the…
Alexandru Chirila
  • 2,274
  • 5
  • 29
  • 40
3
votes
1 answer

How to add compass/utilities to the load paths (compass + sass + netbeans)

I am trying to use the sass plugin of Netbeans, my .scss file require the compass library. It work well from the commad line: compass compile but in the Netbeans IDE I get the following error: Sass::SyntaxError: File to import not found or…
Visavì
  • 2,333
  • 1
  • 21
  • 29
3
votes
2 answers

Where to migrate existing Visual Web Project in Netbeans to?

We currently maintain a JSF application developed using Netbeans 5.5.1 using the Visual Web Designer. Our environment is forcing us to stop using Netbeans 5.5.1 and we now have to find another tool to develop our application in. The problem is that…
Jacob Schoen
  • 14,034
  • 15
  • 82
  • 102
2
votes
1 answer

Using JavaHelp for end user documentation on NetBeans based application, tools or plugins to make it easier?

The shorter top section of this post is what I'm trying to do. The second portion is what's been done so far. It's really long, but you should be able to see what I'm doing from the top piece here. Just check the notes if you're interested in more…
kevingreen
  • 1,541
  • 2
  • 18
  • 40
2
votes
1 answer

FindBugs Plugin In NetBeans.

I get the following error when I try to install FindBugs plugin in Netbeans. Can anyone help me how to resolve - The plugin org.apache.commons.lang is requested in version 2.4.0. The following plugin is affected:       FindBugs Some plugins…
2
votes
1 answer

How to install jVi plugin in jME3 SDK?

I am trying to install jVi into jME3 SDK. When I attempt to manually add them from within the SDK (via tools->plugins->downloaded->add plugins->install), I am unable to press 'Next,' and am told I need a number of APIs to be installed: Some plugins…
eggonlegs
  • 1,824
  • 2
  • 23
  • 34
2
votes
0 answers

subversioning issues in NebBeans 6.9

I am using NetBeans IDE 6.9. I am getting problems with my Netbeans SVN plugin. I am getting this error when trying to update or show changes. org.tigris.subversion.javahl.ClientException: RA layer request failed OPTIONS of '': SSL negotiation…
Rakesh Patel
  • 187
  • 1
  • 7
2
votes
0 answers

How to create a custom text editor in netbeans

I've created a java based language plugin (netbeans module) in Netbeans IDE. But I want to use that plug-in with standalone text editor (java based). I want to create a standalone text editor which would edit files with extension *.abc and i want my…
Rahul
  • 382
  • 2
  • 16
2
votes
2 answers

Is there netbeans version of m2eclipse workspace resolution feature?

I colleague of mine uses m2eclipse workspace resolution, and I find it quite productive. I'm wondering is there a netbeans version of mentioned behaviour? UPDATE: definition of m2eclipse workspace resolution You can configure a project to resolve…
bbaja42
  • 2,099
  • 18
  • 34