IDE

Netbeans Sightly Extension

io.wcm.tooling.netbeans : io.wcm.tooling.netbeans.sightly

Module for Netbeans to support sightly autocompletion.

Last Version: 1.1.0

Release Date:

org-netbeans-modules-performance-javaee

org.netbeans.modules : org-netbeans-modules-performance-javaee

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

Last Version: RELEASE121

Release Date:

NetBeans - ExploreInOS

net.lbruun.netbeans : nb-explore-in-os

Adds a menu item to NetBeans IDE for opening the System's own file explorer

Last Version: 1.0.3

Release Date:

Last Version: 1.0.3

Release Date:

NB PojoMaker 0.4.4

io.github.ranSprd : netbeans-pojoMaker

This plugin is a small integrated interface of jsonschema2pojo which generates simple Java classes from Json snippets.

Last Version: 0.4.4

Release Date:

webcommon

org.netbeans.cluster : webcommon

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

Last Version: RELEASE140

Release Date:

NetBeans XPath Utility

dev.mbien.netbeans.xpath : xpath-util

Provides xpath search functionality

Last Version: 1.2

Release Date:

NetBeans Editor Fold Library

net.sf.squirrel-sql.thirdparty-non-maven : org-netbeans-modules-editor-fold

The NetBeans Platform is a generic base for desktop applications. It provides the services common to almost all large desktop applications: window management, menus, settings and storage, an update manager, and file access. Get a head start by reusing these standard components, allowing you to concentrate fully on your application's business logic.

Last Version: 4.0

Release Date:

Maven definition for javax.annotation.jar - external part of NetBeans module.

org.netbeans.external : javax.annotation

POM and identification for artifact that was not possible to uniquely identify as a maven dependency.

Last Version: RELEASE130

Release Date:

Maven definition for processtreekiller-1.0.7.jar - external part of NetBeans module.

org.netbeans.external : processtreekiller-1.0.7

POM and identification for artifact that was not possible to uniquely identify as a maven dependency.

Last Version: RELEASE110

Release Date:

Last Version: 1.3.2

Release Date:

Apache Netbeans Maven Utilties - NetBeans Module Suite Archetype

org.apache.netbeans.archetypes : nbm-suite-root

Root project archetype for creating multi module projects developing NetBeans IDE modules. Approximately similar in functionality to module suites in NetBeans Ant projects.

Last Version: 1.12

Release Date:

JBI Dependencies

net.open-esb.netbeans : bom

NetBeans dependencies for JBI modules

Last Version: 8.1.1

Release Date:

Maven Archetypes for JavaFX with NetBeans

com.raelity.jfx : javafx-maven-archetypes-netbeans

Maven archetypes for creating different types of JavaFX application with NetBeans.

Last Version: 0.0.4

Release Date:

AgentClass Hook for Equinox

org.netbeans.html : equinox-agentclass-hook

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

Last Version: 1.8

Release Date:

Netbeans Launcher

net.thevpc : netbeans-launcher

Netbeans IDE Multi-Workspace Launcher

Last Version: 1.3.0

Release Date:

org-netbeans-modules-debugger-jpda-truffle

org.netbeans.modules : org-netbeans-modules-debugger-jpda-truffle

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

Last Version: RELEASE121

Release Date:

INSANE heap profiling library

org.netbeans : insane

A library for doing live heap analysis of the JVM in which it runs.

Last Version: RELEASE73

Release Date:

org-netbeans-api-visual

org.codeartisans.thirdparties.swing : org-netbeans-api-visual

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 2.23.1

Release Date:

org-netbeans-modules-performance-web

org.netbeans.modules : org-netbeans-modules-performance-web

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

Last Version: RELEASE121

Release Date:

Maven definition for svnClientAdapter-javahl.jar - external part of NetBeans module.

org.netbeans.external : svnClientAdapter-javahl

POM and identification for artifact that was not possible to uniquely identify as a maven dependency.

Last Version: RELEASE126

Release Date:

org-netbeans-modules-java-j2seplatform

org.netbeans.modules : org-netbeans-modules-java-j2seplatform

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

Last Version: RELEASE123

Release Date:

java

org.netbeans.cluster : java

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

Last Version: RELEASE140

Release Date:

Last Version: 1.17

Release Date:

Color Codes Preview

com.junichi11.netbeans.modules : netbeans-color-codes-preview

Show color codes preview per line in a sidebar area of an editor. <h2>Disable / Enable</h2> Check/Uncheck View > Show Colors <h2>Supported color patterns</h2> <ul> <li>Hex color code (e.g. #ffffff, #000)</li> <li>Css rgb/rgba values (e.g. rgb(0,0,0), rgba(255, 255, 255, 0.8))</li> <li>Css hsl/hsla values (e.g. hsl(0, 100%, 50%), hsla(120, 100%, 50%, 0.5))</li> <li>Named colors (e.g. red, blue)</li> <li>Java Color class (e.g. Color.black, new Color(100, 100, 100))</li> </ul> <h2>Multiple colors</h2> <ul> <li>Show top two colors in a sidebar if there are multiple colors in a line.</li> <li>If you want to check all colors, please click a specific rectangle. They will be shown as a list.</li> </ul> <h2>Change a color using the color chooser</h2> <ul> <li>Click a colored rectangle</li> <li>Click a color value of a list</li> <li>Select a new color in the color chooser</li> <li>An old color value will be changed to new one with the same format</li> </ul> <h2>Generate color codes</h2><p>You can generate color codes via a code generator(<kbd>Alt</kbd> + <kbd>Ins</kbd>).</p> <ol> <li>Run a code generator(Alt + Ins)</li> <li>Choose <code>Color...</code></li> <li>Choose format you expect (e.g. <code>new Color(r, g, b)</code>)</li> <li>Choose a color</li> <li>Click the OK button</li> <li>A color code is generated at the caret position</li> </ol> <h2>Options</h2> Tools > Options > Miscellaneous > Color Codes Preview <h3>Regex for enabled mime-types for Hex and CSS colors</h3> Default value is `^text/(x-)?(css|less|sass|scss)$`. If you would like to disable/enable some mime-types, please change the default regex. This pattern is used when the plugin checks a mime-type. <h3>Named Colors</h3> This option is `false` by default. If you would like to show named colors, please check it. <h2>NOTE</h2> <ul> <li>If you would like to show colors of `Color.decode(<hex>)` e.g. `Color.decode(#000000)`, Please add `java` to "Regex for enabled mime-types" of Hex and CSS e.g. (`^text/(x-)?(css|less|sass|scss|java)$`)</li> <li>Colors may be shown if they are not color codes. e.g. "#feature" contains #fea. This plugin recognizes it as a hex color code.</li> <li>If you use the GTK Look and Feel, you cannot change an alpha value in the color chooser.</li> <li>Hsl or hsla color values may not be changed correctly when you use the color chooser. (There may be 1% errors.)</li> </ul>

Last Version: 0.13.4

Release Date:

net-java-html-boot-script

org.netbeans.external : net-java-html-boot-script

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

Last Version: RELEASE113

Release Date:

Apache Netbeans Maven Utilities

org.apache.netbeans.utilities : utilities-parent

Apache Netbeans Maven Utilities is a set of artefacts to build and populate Apache NetBeans artefacts using Apache Maven

Last Version: 2

Release Date:

Last Version: 0.17

Release Date:

org-netbeans-modules-gsf-testrunner

org.netbeans.modules : org-netbeans-modules-gsf-testrunner

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

Last Version: RELEASE123

Release Date:

org-netbeans-modules-performance-ergonomics

org.netbeans.modules : org-netbeans-modules-performance-ergonomics

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

Last Version: RELEASE121

Release Date:

Yenta

org.netbeans.contrib.yenta : parent

NetBeans module system hacks.

Last Version: 1.1

Release Date:

NetBeans Editor Library

net.sf.squirrel-sql.thirdpary-non-maven : org-netbeans-modules-editor-lib

The NetBeans Platform is a generic base for desktop applications. It provides the services common to almost all large desktop applications: window management, menus, settings and storage, an update manager, and file access. Get a head start by reusing these standard components, allowing you to concentrate fully on your application's business logic.

Last Version: 4.0

Release Date:

MantisIntegration

eu.doppel-helix.netbeans.plugin.mantis-integration : MantisIntegration

<p>Integrate the Mantis bugtracker system into netbeans</p> <p>Note for installation - to make the "Add patch" and "Checking" comment functions work correctly the mantis system has to configured correctly please check these options, if you encounter problems:</p> <ul> <li>source_control_notes_view_status (default private, integer value 10 -> public)</li> <li>source_control_set_resolution_to (integer value 80->resolved, 90->closed)</li> <li>source_control_set_status_to (20->fixed)</li> </ul> <p>If a self-signed SSL certificate or an invalid certificate need to be accepted, please install the module "SSL Certificate Exception".</p>

Last Version: 1.8.3

Release Date:

netbeans-builder-module

com.fillumina : netbeans-builder-module

A Netbeans module that makes builders, constant and fluent setters available on the editor context menu.

Last Version: 3.2

Release Date:

Translator

de.orat.netbeans : translator

Open any file, right-click on a selection of text and choose Translate. Whatever target-language is selected in the toolbar will be used.The default implementation interacts with Google translation service on-line,hence you need to be on-line.

Last Version: 1.0.0

Release Date:

org-netbeans-modules-textmate-lexer

org.netbeans.modules : org-netbeans-modules-textmate-lexer

Apache NetBeans (incubating) is an integrated development environment, tooling platform, and application framework.

Last Version: RELEASE110

Release Date:

asm-tree-7.2

org.netbeans.external : asm-tree-7.2

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

Last Version: RELEASE113

Release Date:

Last Version: 0.17

Release Date:

slf4j-jdk14

org.netbeans.external : slf4j-jdk14

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

Last Version: RELEASE113

Release Date:

Jackpot 3.0 Command Line Tool Maven Bridge

org.apache.netbeans.modules.jackpot30 : jackpot30-maven-plugin

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

Last Version: 12.5

Release Date:

SSL Certificate Exception

eu.doppel-helix.netbeans.plugin.nb-ldap-explorer : ssl_certificate_exception

Handle invalid certificates in SSL connections. This module is needed if connections with SSL endpoints providing self-signed/invalid certificates.

Last Version: 0.17

Release Date:

NetBeans PHP CS Fixer

com.junichi11.netbeans.modules : netbeans-php-cs-fixer

This plugin provides support for the PHP CS Fixer.

Last Version: 0.11.1

Release Date:

net-java-html

org.netbeans.external : net-java-html

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

Last Version: RELEASE113

Release Date:

net-java-html-geo

org.netbeans.external : net-java-html-geo

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

Last Version: RELEASE113

Release Date:

org-netbeans-modules-form-j2ee

org.netbeans.modules : org-netbeans-modules-form-j2ee

Apache NetBeans (incubating) is an integrated development environment, tooling platform, and application framework.

Last Version: RELEASE90

Release Date:

asm-commons-7.2

org.netbeans.external : asm-commons-7.2

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

Last Version: RELEASE113

Release Date:

HTML UI API

org.netbeans.html : nbrwsr

Java.net - The Source for Java Technology Collaboration

Last Version: 1.0

Release Date:

net-java-html-json

org.netbeans.external : net-java-html-json

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

Last Version: RELEASE113

Release Date:

Close Editor Tabs Left and Right

de.funfried.netbeans.plugins : nb-editor-close-left-right

This plugin helps you to easily close unused or unwanted editor tabs. Instead of either close all tabs or all tabs except the currently selected you can also close the tabs right or left from the context menu of a selected tab at once.

Last Version: 1.0.0

Release Date: