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

How to make Vala available in my NetBeans IDE for autocomplete or What else can be used for Vala to have autocompletes?

I just ran this code, and it looks like nice language for me. But when i was trying in NetBeans IDE i do not see any Vala nor i see any autocomplete availability. Any idea how to make NetBeans IDE to allow Vala? (to get auto-complete…
user285594
4
votes
3 answers

Netbeans disabled everything & became a simple text editor when I interupted the plugin upgrade process

I switched off Netbeans while the plugins upgrade was in progress & then it has disabled everything. How do I get back everything that was available before? I've tried updating once again but it says: Your IDE is up to date! Probably it searches…
Rajat Gupta
  • 25,853
  • 63
  • 179
  • 294
4
votes
2 answers

Error installing C/C++ plugin in Netbeans 12.4 with JDK 16 in Windows 10

I'd like to install C/C++ plugin in Netbeans 12.4 with JDK 16 in Windows 10. I have an error during the install C/C++ plugin. Windows: 10 Netbeans: 12.4 JDK: 16.0.1 I attached photos:
Shervan_d
  • 61
  • 1
  • 5
4
votes
1 answer

How to set up Netbeans 12 with CCLS for C/C++ programming on Ubuntu 21.04

How do I set up Netbeans 12.3 on Ubuntu 21.04 for C/C++ programming? In Netbeans the plugin is marked as Temporary, and says it uses CCLS (CC Language Server). I can install that native with "apt install ccls" In Netbeans under Tools/Options/C/C++…
jradxl
  • 535
  • 1
  • 4
  • 20
4
votes
2 answers

NetBeans design view size - zooming in/out

Quick question - is it possible to zoom in / out the Design view in NetBeans? I am making an app in Java that has a fixed frame size (my laptop's fullscreen) and I can't see the whole frame in the design view what is a bit inconvenient. I found…
bochen421
  • 161
  • 3
  • 14
4
votes
2 answers

How to turn off a key listener in NetBeans wizard panels?

I developed a simple plugin for NetBeans IDE. I have a little problem with default key event on TopComponenet of Wizard panel: For example: I have a wizard with 3 steps. In second step I have a JTextField where user put some values and after that…
4
votes
2 answers

How to find path to Image in Netbeans Plaform Maven Plugin

I try write plugin to NetBeans IDE. But I have problem with finding correct path to some image: Here is my project tree structure: And testing code like this dosent show icon wePagesBadge.gif ImageIcon image = new…
4
votes
0 answers

NetBeans xliff plugin

I'm editing the xliff file with NetBeans editor in a Symfony2 project. It's not so bad but i would like to know if somebody know / exist a plugin for NetBeans for a better edit of this kind of files. I've already seen some separated editors, then,…
Roberto Rizzi
  • 1,525
  • 5
  • 26
  • 39
4
votes
1 answer

How to display full SVN Log in Netbeans IDE

I'm using Netbeans 7.3.1 on Windows. Is it possible to display the FULL Subversion SVN Log? I'm searching something like "TortoiseSVN -> Show Log" view. It seems to be only possible to view the SVN Log of a single file. UPDATE: There is also no such…
malisokan
  • 5,362
  • 2
  • 20
  • 19
4
votes
2 answers

Why is my recent netbeans 7.3 installation having these dependency problems during attempted plugin update?

Some plugins require plugin Editor Library to be installed. The plugin Editor Library is requested in version >= 2.1 (release version 2) but only 3.33.3.21.40 (of release version different from 2) was found. The following plugin is affected:…
vt97john
  • 579
  • 3
  • 10
  • 25
4
votes
1 answer

Why does my android application crash when I add "android:id"?

I am writing an Android 2.3.3 application and testing it on my Samsung S3 handset. I added a custom view to the application for drawing a graph, and now when I try to run the app on my handset, the program immediately crashes (no debug…
4
votes
0 answers

Netbeans plugin for Apache Geronimo 3

Does there exist a Netbeans plugin for Geronimo 3? I can't get to work the one for Geronimo 2 with a Geronimo 3 installation (which makes sense) and cannot find one for Geronimo 3.
Luciano
  • 8,552
  • 5
  • 32
  • 56
4
votes
3 answers

netbeans - preview html within IDE , split view?

I have installed the latest version of netbeans and its working.. I have opened an html file but i don't see where i can preview it.. Does it support HTML preview inside the IDE? Do i need a plugin? I would like to view in design mode at least so i…
mark smith
  • 20,637
  • 47
  • 135
  • 187
3
votes
1 answer

Git hub how to add repository to Netbeans?

I'm new to GitHub. I just registered, because my client use it. He added me to repository, so I can see it now on gitHub website. I worked with SVN, but not with Git. I use Netbeans IDE and there is a plugin for git. I just want to know, how can I…
Akhmed
  • 1,141
  • 4
  • 21
  • 49
3
votes
3 answers

Error running forked groovyc caused in Netbeans

I installed Netbeans 11.3 under Ubuntu 18.04 and created in the following a new Groovy project. Choose File > New Project (Ctrl-Shift-N;\u2318-Shift-N on Mac) from the main menu to open the New Project wizard. Select Java Application in the Java…
user977828
  • 7,259
  • 16
  • 66
  • 117