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

If I'm using NBMS to update my application, can I make it deactivate a module that was previously installed?

I built our application using the Netbeans Framework. It's working great, we have a bundle of modules that we update using NBM (NetBeans module files). When we ship out our product, our customers install it, and it comes default pointed to our…
kevingreen
  • 1,541
  • 2
  • 18
  • 40
0
votes
1 answer

How do I add an Action to a Project Node when writing a Netbeans plugin module

I want to write a Netbeans plugin to allow the running of gulp.js tasks from a context menu on the project node. How do I add extra items (Actions) to a Project node? I can't find anything in the docs.
derekdreery
  • 3,860
  • 4
  • 29
  • 38
0
votes
1 answer

Java parser for Netbeans?

Is there a plugin or parser for Netbeans that can create a tree structure out of my Java source code(or otherwise let me easily extract things like class names, attributes and methods)? Edit: I need the names for programming purposes, not just to…
Einar
  • 1,001
  • 3
  • 11
  • 28
0
votes
1 answer

Is it possible to create visual plugins in Netbeans, with Java?

Is it possible to create visual plugins in Netbeans, with Java? With visual plugins, I mean plugins/extra features that can parse code and display visual representations. Of course, with me coding the visuals. I have searched for it, but I don't…
Einar
  • 1,001
  • 3
  • 11
  • 28
0
votes
1 answer

iReport does not go to the preview mood with graphs

I used to generate a ireport to this plugin which working with netbeans. my ireports are correctly working without graphs. when I add a graph to my report template and try to go to the preview mood it auto switch to the designer mood. it does not…
Roledenez
  • 751
  • 4
  • 16
  • 43
0
votes
1 answer

Unable to add struts 2 support to netbeans 7.4

this plugin requires plugin Editor Library to be installed. The plugin Editor Library is requested in version >= 2.10.1.10.2 (release version 2) but only 3.46.1.22.43 (of release version different from 2) was found. The following plugin is…
maxx777
  • 1,320
  • 1
  • 20
  • 37
0
votes
1 answer

NetBeans plugin - open file at specific line and column

I would like to open file specified by its path in NetBeans editor at specific line and row. I would like the same functionality as is when some Java/C/C++ or any other programming language prints an Exception. As far as I went for now: Write…
MartinZ
  • 65
  • 4
0
votes
1 answer

Setting up yii framework environment 2013

I am trying to set up YII framework in netbeans. I have spend the last 2 hours changing and unchanging things and to be honest I am not sure if I have the right setting up for this. I am using netbeans because eclipse is slow and makes my PC…
0
votes
2 answers

Can't find Web Application project in Netbeans

When I start a netbeans project, there is no categories "Java Web". Which is for make "Web Application" project. How can I add "java web" plugin or something in netbeans to see the java web categories in categories list in netbeans. please someone…
Jakir Hossen
  • 451
  • 4
  • 13
0
votes
0 answers

is there any way connect to ssh in php netbeans

I want to connect remote server via netbeans, I know netbeans support Ftp and SFTP but in server I want to connect to it there is not any ftp server. I am using windows 7 Is there any way to connect it with ssh? I try below with host name…
Yuseferi
  • 7,931
  • 11
  • 67
  • 103
0
votes
1 answer

Netbeans Chrome Extensions Source Code

Is Netbeans Chrome Extensions Open Source ? If yes then , where to find netbeans chrome extensions source code ?
0
votes
1 answer

how can I connect netbeans(ruby on rails project) with source safe (Vss)?

how can I connect netbeans(ruby on rails project) with source safe (Vss) ?
0
votes
1 answer

Can I use .jasper file?

I am new to iReport trying to learn something interesting in Java. I am using Netbeans 7.1 and installed the required iReport plugins. I am able to design my first basic report using MySQL table and also able to preview it. I found 2 file added to…
user2747954
  • 97
  • 1
  • 5
  • 16
0
votes
1 answer

How to edit a Makefile inside a Netbeans Project?

I am trying to edit the file Makefile-variables.mk inside my C++ project directory, but Netbeans keeps regenerating the file to it's old settings. Now, the header clearly says 'do not edit' so I am guessing this is not the way to do it. How would I…
Jeroen
  • 15,257
  • 12
  • 59
  • 102
0
votes
1 answer

Does Netbeans have Maven built-in?

I have Netbeans 7.2 installed on my system and use it to load some Java-based projects.. I use Maven for the build and have pom.xml file as part of my added project. When I right click on my project in Netbeans and do "Clean and Build", my project…
copenndthagen
  • 49,230
  • 102
  • 290
  • 442