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

remove a component from netbeans swing ui

I added some components like button, panel etc. in Netbeans Swing UI in design view. I am not able to delete or remove any of components of my choice in design view. Please note that I am not willing to remove or hide any of components during run…
0
votes
1 answer

netbeans error on running android projects

I have installed java 8 and netbeans 8.2. I added android support on netbeans using https://bitbucket.org/nbandroid/nbandroid/wiki/Installation . I pointed sdk location created by android studio. I have created AVD. I created my first android…
rainyday
  • 353
  • 3
  • 17
0
votes
1 answer

How to register a netbeans custom DataLoader

Hello I have created a custom MultiFileLoader and am wondering how I would register it to the DataLoaderPool when creating a Netbeans plugin.…
merlin
  • 534
  • 5
  • 15
0
votes
2 answers

Netbeans module development - How to modify opened file

I am writing my own Netbeans plugin to edit opened files. I have managed to get some information about currently active file using TopComponent activeTC = TopComponent.getRegistry().getActivated(); FileObject fo =…
Darek
  • 191
  • 1
  • 2
  • 9
0
votes
1 answer

How can I open plugin manager in netbeans platform

I'm using "Netbeans platform 8.1" to develop a rich client application. It has default menus and actions inside it. I want to hide "Menu/Tools/Plugins" and open the Plugin Window programmatically from my code. My question is: if I hide the menu from…
Hossein Boka
  • 277
  • 2
  • 7
  • 15
0
votes
3 answers

Increasing fonts in Netbeans 8.2

I have a problem with increasing fonts in Netbeans 8.2. I tried to use screenshot form editor .but Im not able to find Fonts & Colors option in tools or menu. I also tried to press down Alt+z and scroll up or down (mouse wheel) and also use command…
0
votes
1 answer

Red lines in Netbeans

How can I remove the red lines in Netbeans, I've tried to use another dictionary but doesn't work.
0
votes
1 answer

How to install Apache Wicket plugin for Java IDE Netbeans 8.0.2

I am trying to install the Apache Wicket framework for a Java web application I must develop. I have the Java IDE version of NetBeans 8.0.2 and have installed the Maven plugin. However, when I create a new project there is no Wicket framework…
TechReturn
  • 11
  • 1
0
votes
1 answer

How to add a simple notepad window in netbeans?

I need a notes window in NetBeans to write todos or others things for the program I'm currently working on. any simple text field with save functionality would work.
0
votes
1 answer

NetBeans plugin - create process

can anybody give me some URLs with documentation about creating process which runs after plugin instalation? I need it for downloading some data - I want it to do in background - in same way when project is loading; just a progress bar with…
Ondřej Doněk
  • 529
  • 1
  • 10
  • 17
0
votes
1 answer

NO NETBEANS PROJECTS ADDED Error

I am trying to import a projetc (in ZIP file) in my netbeans8.2. It is downloaded from GitHub (link: https://github.com/wdalmut/vanet). While importing the project from Zip it shows the error and no project becomes imported. Why this happening and…
Daniel
  • 1
  • 2
0
votes
1 answer

C/C++ programs in netbeans

What are these fields shown in image and how can I fill these?
Sharma
  • 21
  • 3
0
votes
1 answer

URL for svn plugin of netbeans

according to netbeans documentation to check out from svn: Checking out Files from a Repository If you want to connect to a remote repository from the IDE, then check out files and immediately begin working with them, do the following: In…
Thufir
  • 8,216
  • 28
  • 125
  • 273
0
votes
1 answer

NetBeans - How to use unverified plugins?

Every time I get an update on NetBeans or on some plugin, I have to wait several days for the verification & activation; is there a way to activate (and use) the unverified plugins on NB? Thank you again.
Francesco Piraneo G.
  • 882
  • 3
  • 11
  • 25
0
votes
1 answer

Help getting Scala 2.8 to work on Fedora 14 with Netbeans 6.9

I installed Scala 2.8 and NetBeans 6.9 on Fedora 14 (64-bit) by using repository versions (yum install scala netbeans). Then I downloaded Scala 2.8 plugin for Nb6.9 from source-forge. I installed it successfully by using Tools --> Plug-ins menus…