IDE

Netbeans Sightly Extension

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

Module for Netbeans to support sightly autocompletion.

Последняя версия: 1.1.0

Дата:

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.

Последняя версия: RELEASE121

Дата:

NetBeans - ExploreInOS

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

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

Последняя версия: 1.0.3

Дата:

Последняя версия: 1.0.3

Дата:

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.

Последняя версия: 0.4.4

Дата:

webcommon

org.netbeans.cluster : webcommon

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

Последняя версия: RELEASE140

Дата:

Последняя версия: 1.0

Дата:

NetBeans XPath Utility

dev.mbien.netbeans.xpath : xpath-util

Provides xpath search functionality

Последняя версия: 1.2

Дата:

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.

Последняя версия: 4.0

Дата:

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.

Последняя версия: RELEASE130

Дата:

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.

Последняя версия: RELEASE110

Дата:

Последняя версия: 1.3.2

Дата:

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.

Последняя версия: 1.12

Дата:

JBI Dependencies

net.open-esb.netbeans : bom

NetBeans dependencies for JBI modules

Последняя версия: 8.1.1

Дата:

Maven Archetypes for JavaFX with NetBeans

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

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

Последняя версия: 0.0.4

Дата:

AgentClass Hook for Equinox

org.netbeans.html : equinox-agentclass-hook

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

Последняя версия: 1.8

Дата:

Netbeans Launcher

net.thevpc : netbeans-launcher

Netbeans IDE Multi-Workspace Launcher

Последняя версия: 1.3.0

Дата:

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.

Последняя версия: RELEASE121

Дата:

INSANE heap profiling library

org.netbeans : insane

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

Последняя версия: RELEASE73

Дата:

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/

Последняя версия: 2.23.1

Дата:

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.

Последняя версия: RELEASE121

Дата:

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.

Последняя версия: RELEASE126

Дата:

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.

Последняя версия: RELEASE123

Дата:

java

org.netbeans.cluster : java

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

Последняя версия: RELEASE140

Дата:

Последняя версия: 1.17

Дата:

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>

Последняя версия: 0.13.4

Дата:

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.

Последняя версия: RELEASE113

Дата:

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

Последняя версия: 2

Дата:

Последняя версия: 0.17

Дата:

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.

Последняя версия: RELEASE123

Дата:

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.

Последняя версия: RELEASE121

Дата:

Yenta

org.netbeans.contrib.yenta : parent

NetBeans module system hacks.

Последняя версия: 1.1

Дата:

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.

Последняя версия: 4.0

Дата:

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>

Последняя версия: 1.8.3

Дата:

netbeans-builder-module

com.fillumina : netbeans-builder-module

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

Последняя версия: 3.2

Дата:

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.

Последняя версия: 1.0.0

Дата:

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.

Последняя версия: RELEASE110

Дата:

asm-tree-7.2

org.netbeans.external : asm-tree-7.2

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

Последняя версия: RELEASE113

Дата:

Последняя версия: 0.17

Дата:

slf4j-jdk14

org.netbeans.external : slf4j-jdk14

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

Последняя версия: RELEASE113

Дата:

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.

Последняя версия: 12.5

Дата:

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.

Последняя версия: 0.17

Дата:

NetBeans PHP CS Fixer

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

This plugin provides support for the PHP CS Fixer.

Последняя версия: 0.11.1

Дата:

net-java-html

org.netbeans.external : net-java-html

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

Последняя версия: RELEASE113

Дата:

net-java-html-geo

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

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

Последняя версия: RELEASE113

Дата:

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.

Последняя версия: RELEASE90

Дата:

asm-commons-7.2

org.netbeans.external : asm-commons-7.2

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

Последняя версия: RELEASE113

Дата:

HTML UI API

org.netbeans.html : nbrwsr

Java.net - The Source for Java Technology Collaboration

Последняя версия: 1.0

Дата:

net-java-html-json

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

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

Последняя версия: RELEASE113

Дата:

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.

Последняя версия: 1.0.0

Дата: