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

Can't install fast debugger at Netbeans 6.9.1 for ruby 2.2.3p173

I'm trying to debug rails project (redmine) at Netbeans 6.9.1 When I click debug project I get the message: When I click Install Fast Debugger I get the following error: Building native extensions. This could take a while... ERROR: Error…
Anatoly
  • 5,056
  • 9
  • 62
  • 136
0
votes
1 answer

NetBeans createFromTemplate Passes Wrong Value To ${name}

I'm using code such as this in our NetBeans plugin: DataObject result = dTemplate.createFromTemplate(df, name, args); Which generates the file correctly. However if there is a file with the given name the template occupies a new file name (as…
Shai Almog
  • 51,749
  • 5
  • 35
  • 65
0
votes
0 answers

Installing OpenGL on netbeans 8.2

I am trying to create an java app using openGL on netbeans 8.2. However the only place I have found a way to use openGL on netbeans is through the netbeans openGL Pack: http://plugins.netbeans.org/plugin/3260/netbeans-opengl-pack However this was…
Lukaro707
  • 13
  • 1
  • 6
0
votes
1 answer

How to install Visual Paradigm on Netbeans?

I'm following the instructions here but it seems not to work. I'll contact the developer, but wonder if someone has been able to make it work somehow. The installation process is completed, but Netbeans doesn't see the plug-in. I assume it is…
javydreamercsw
  • 5,363
  • 13
  • 61
  • 106
0
votes
1 answer

Why will netbeans not run my CSS file?

So i was doing some basic formating to my html page using CSS, and when i ran it on netbeans nothing happened. I double checked the on my html page and it was correct. So kind of confused now I went to the folder where netbeans project is…
USER420
  • 337
  • 3
  • 12
0
votes
1 answer

JavaFX and Swing performance issues

We have been having perpetual performance issues when running JavaFX inside a JFXPanel in Swing based applications. This seems to only be a problem when running on JDK1.7, because whenever it is possible to run JDK1.8 this works perfectly without…
Cobusve
  • 1,572
  • 10
  • 23
0
votes
1 answer

fire an event when a open a file in netbeans

I'm developing a Netbeans plugin. So what I want is do something when we open a file in Netbeans. When we open a file in Netbeans IDE, file will be opened in a tab. For example when it opens I want to print its content. I'm currently achieving it by…
while true
  • 816
  • 1
  • 11
  • 26
0
votes
0 answers

How to build Installers for java7

I have Netbeans Platform Application project. I have to build installers for all supported platforms, with using nbi. It should be built on Java8 and works on Java7. my error is, when I try to install my application to machine with only…
DAiMor
  • 3,185
  • 16
  • 24
0
votes
3 answers

Netbeans 6.9 and nbgit plugin

Does anyone here has working nbgit plugin with Netbeans 6.9? I've seen some patches for 6.9 in the repo, but the release 0.4 is not available for download yet on the project page. Is there any compiled version of nbgit 0.4 available to download…
takeshin
  • 49,108
  • 32
  • 120
  • 164
0
votes
2 answers

NetBeans 8.0.2 missing Java Desktop Application

I recently installed latest version of NetBeans and when I tried to make a new project type "Java Desktop Application" it won't appear in Java category. Please help? I've installed this plugin: Java Swing Framework Library JDK Project for…
John D
  • 23
  • 2
  • 8
0
votes
0 answers

Null TokenId error while processing an input text

I am working on a netbeans module to parse html markups by following this tutorial. For the keyword html, I wrote following javacc file. options { JAVA_UNICODE_ESCAPE = true; ERROR_REPORTING = false; STATIC = false; COMMON_TOKEN_ACTION =…
Volatil3
  • 14,253
  • 38
  • 134
  • 263
0
votes
1 answer

netbeans platform add 'org-netbeans-modules-lexer.jar' dependency

I added this 'org-netbeans-modules-lexer.jar' dependency to a netbeans platform module. But it seems not getting added in the normal way. Imports cannot find its classes as well. This is how it is shown when added. Any suggestion? Netbeans version…
0
votes
1 answer

Netbeans Plugin Develpment

I need to work on a Netbeans Addon for self for a programming language. The plugin should support following: Code Completition Syntax Highlighting Project Template(eg: PHP Project Type) I did find something related to code completition here but…
Volatil3
  • 14,253
  • 38
  • 134
  • 263
0
votes
1 answer

Set Netbeans Coffeescript Plugin Default Autocompile to On

I am using the netbeans coffeescript plugin. The plugin has a feature to autocompile coffeescript to javascript and I use that feature frequently. Unfortunately, the default functionality disables autocompile and requires me to manually select…
Michael.Lumley
  • 2,345
  • 2
  • 31
  • 53
0
votes
2 answers

Netbeans : very high memory usage in Yosemite

I'm using Netbeans 8.0.2 (PHP edition) in Yosemite. I've been noticing a high memory usage of the application - for instance, I've checked Activity Monitor now and it was using more than 9GB of RAM! After closing and re-opening it is using less than…
delphirules
  • 6,443
  • 17
  • 59
  • 108