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
1 answer

Jade to HTML conversion with PHP + Net beans IDE

I want to convert jade to html.How it can be done via command line
0
votes
1 answer

Writing 3rd party plugins for closed-source Netbeans Platform Application

I have created a Netbeans Platform Application and deployed it (created installer / zip bundle etc.). I have also made provision for extension points by creating Interface modules in the application (is this the correct way?). Now my question is,…
Nico Huysamen
  • 10,217
  • 9
  • 62
  • 88
0
votes
3 answers

Can I work with rails3 in Windows with NEtbeans IDE?

I believe that rails 3 support for windows is not released yet. Can I use Netbeans IDE and start working with Rails 3 in windows operating system ?
Hemanth
  • 5,035
  • 9
  • 41
  • 59
0
votes
1 answer

Rails installation fails in netbeans 6.9.1 IDE, in Ubuntu?

I,m getting the following error:- ERROR: Error installing rails: i18n requires RubyGems version >= 1.3.6 These the gems and ruby version installed in my system. :~$ ruby -v ruby 1.8.7 (2010-08-16 patchlevel 302) [i686-linux] :~$ gem…
Hemanth
  • 5,035
  • 9
  • 41
  • 59
0
votes
1 answer

NetBeans giving "could not find localizing bundle" error after deleting development plugin

I've been having a problem with NetBeans plugin development. I was writing a plugin and was having some trouble with it, so I deleted the plugin folder and started over again. — It's worth noting at this point that I am using a Module Suite, not…
thislooksfun
  • 1,049
  • 10
  • 23
0
votes
2 answers

Netbeans PHP CS Fixer issue

I'm trying to install the useful plugin PHP CS Fixer on Netbeans 8.2. I got used to have it on Netbeans 8 and it worked well and I wish I could not go back to that version just for that. Note that the CodeSniffer has been successfully set up. When I…
Roberto Rizzi
  • 1,525
  • 5
  • 26
  • 39
0
votes
0 answers

Create grid vertically in java

I am using GridLayout to make a grid one row at a time. I want to create such grid vertically and put an image in each grid. Here is my current code snippet. please give me some suggestions on how to proceed: public ButtonGrid(int width, int…
0
votes
1 answer

Dukescript plugin not in Netbeans plugin manager

I am wanting to install DukeScript plugin to my NetBeans IDE and for some reason it doesn't show as an available plugin. I can find it just fine on the NetBeans plugin listing. It even has a symbol to show that it's certified and should be available…
0
votes
1 answer

How to add syntax highlighting for .nbs files in NetBeans

I cant't seem to find any plugin that does this. Does anyone know?
Kzhunter
  • 597
  • 1
  • 6
  • 19
0
votes
1 answer

Configuring server startup of SeleniumRC in NetBeans

I want the logs from the Selenium Server Console write to file. I know how to do this if i start server frome console (cmd.exe) java -jar selenium-server.jar -log logfile.txt But i run selenium test in NetBeans and selenium server start from…
0
votes
2 answers

Custom embedded language netbeans

I'm developing plugin for Netbeans IDE that will provide support for new custom language. I have created parser and lexer for my custom language using ANTLR features. Besides, my language contains some "SQL-like" queries that are very complicated,…
0
votes
0 answers

Jasper report - Aggregate function Sum is missing

I want to display the sum of a field in the summary band. I just dropped a field in the summary band, As it shows the attached popup image, but the sum function is missing. How to add it to the report?
0
votes
2 answers

Netbeans file tab features

In Visual Studio I used two features very much. These are Copy full path and Open containing folder. Both are very useful for me for several reasons. Do you know any NetBeans plugins that provide these or similar functions (primarily on…
Notinlist
  • 16,144
  • 10
  • 57
  • 99
0
votes
1 answer

Netbeans plugin (read code)

I make a basic plugin on netbeans 8.0.2 and I'm a little confused because I want to read the code in some way to provide errors or other notifications to the user you are writing code but not how.
Bakke Medina
  • 307
  • 2
  • 3
  • 10
0
votes
2 answers

Error loading the netbeans module with maven

When I try run the main module I get the following warning of a sub-module named Model-Configuration Warning - could not install some modules: Model Configuration - The module named org.netbeans.modules.gsf.testrunner/1 was needed and not found.…
Kzhunter
  • 597
  • 1
  • 6
  • 19