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
163
votes
6 answers

Dark theme in Netbeans 7 or 8

Is there a way to have a dark theme in Netbeans?
coding_idiot
  • 13,526
  • 10
  • 65
  • 116
51
votes
4 answers

How to enable PHP support in Netbeans?

On Ubuntu, I have install netbeans but it does not have any option to start a php project. I've looked at the plugin list and php is not in the list, neither is it in the plugins to download list. I've gone to the netbeans website and I am not sure…
oshirowanen
  • 15,297
  • 82
  • 198
  • 350
30
votes
3 answers

UML Plugin for Netbeans 7.0?

how can i install/add UML plugin to Netbeans 7.0, i can find several ways to install plugin but only for the earlier versions from 6.9 http://forums.netbeans.org/topic28035.html its not working for me.
JETR NSEF
  • 354
  • 1
  • 3
  • 13
30
votes
3 answers

How to list the configured repositories?

How can I list all the repositories configured for a project? Background: I have a pretty complex gradle build script and cannot get my NetBeans to download the sources for maven dependencies. In that issue-report I was suggested to double check the…
Alberto
  • 5,021
  • 4
  • 46
  • 69
28
votes
3 answers

A quick way to delete a line in netBeans

I am looking for a quick way to delete a line in netBeans. For example in vim you can just type dd for Deleting a line.
underscore666
  • 1,719
  • 4
  • 24
  • 37
19
votes
10 answers

Do you have any recommended plugins for Netbeans?

This is a copy of the question : https://stackoverflow.com/questions/2826/do-you-have-any-recommended-plugins-for-eclipse But now is for netbeans (I'm not a eclipse lover. CTRL+TAB does not change pages.) Please, I'm very curious.
José Leal
  • 7,989
  • 9
  • 35
  • 54
18
votes
7 answers

Smarty plugin for NetBeans

I am looking plugin for work with Smarty in NetBeans. I need coloring of my code and normal syntax analysys. I could find only this plugin: Smarty Editor, but I could not make it work. Can you tell me about another plugin for Smarty or teach me…
AndreyAkinshin
  • 18,603
  • 29
  • 96
  • 155
17
votes
4 answers

Can't execute debug task in NetBeans after switching to Gradle

I've installed the Gradle-support plugin in Netbeans and I can build and run the project just fine. When I try to run in debug mode, I get the following output: Executing: gradle debug :debug Cannot execute debug because the property "mainClass"…
Stephen__T
  • 2,004
  • 3
  • 25
  • 48
17
votes
3 answers

Netbeans-esque retrospective auto-comment/phpDocumentor tool (for Eclipse or standalone)

Is there anything similar to netbean's Javadoc auto comment tool for PHP/phpDocumentor/Eclipse? In the netbeans implementation: A dialog pops up and allows you to run through all the members of your class and enter comments, which are added to …
Andy
  • 17,423
  • 9
  • 52
  • 69
15
votes
4 answers

Netbeans - *Easy* way to tell which Netbeans project a file belongs to

I was wondering if there is a way in Netbeans (v 6.8, or whatever) to have the editor tabs colored based on which project the file belongs to? Or some other easy way to distinguish which project a file belongs to. Basically my problem is that I…
shaune
  • 2,510
  • 1
  • 31
  • 36
13
votes
1 answer

Netbeans scala plugin - no documentation

I have installed Netbeans 6.7.1 with Scala plugin as described here. I got my "Hello World" project to compile and run. The problem I have now is that there is no documentation available for Scala functions and classes, all I get is No document…
Ula Krukar
  • 12,549
  • 20
  • 51
  • 65
12
votes
4 answers

NetBeans 12.0 LTS - Hibernate Plugin require Freemarker Integration implementation version 238

In Apache NetBeans 12.0 LTS When I'm trying to install Hibernate plugin it says : Some plugins require plugin Freemarker Integration to be installed The plugin Freemarker Integration is requested in implementation version 238. The following…
Hemlata
  • 367
  • 1
  • 3
  • 13
11
votes
2 answers

Netbeans and Redmine integration

Has anyone been able to successfully integrate netbeans with Redmine since the new rest API for Redmine has been released? I have read a handful of articles written a while ago that suggest this new API will be the solution to the integration woes…
Toby
  • 8,483
  • 13
  • 45
  • 68
11
votes
1 answer

How to remove a git branch in Netbeans?

I am using Netbeans 8 with Git plugin. I have a branch that I would like to delete, but I don't see an option for that. How to do it?
zygimantus
  • 3,649
  • 4
  • 39
  • 54
11
votes
2 answers

how to connect to php parser in netbeans platform

I am writing a code completion plugin for a PHP library in Java / Netbeans Platform. I need to find a way to obtain a reference to one of the PHP modules so I can interpret part of the source, anyone experience with this kind of problem? How do I…
Gabor de Mooij
  • 2,997
  • 17
  • 22
1
2 3
24 25