NetBeans

Gluon Plugin for NetBeans

com.gluonhq.plugin : com-gluonhq-plugin-netbeans

Gluon Plugin allows developers to create Java applications and their native images targeting Android, iOS, Linux, MacOS and Windows platforms using the same codebase.

Last Version: 2.10.4

Release Date:

Last Version: 7.2

Release Date:

Last Version: 7.2

Release Date:

NetBeans Case Converter

fr.evidev.netbeans.modules : netbeans-case-converter

This module provides a convenient way to convert string case. <h3>Usage</h3> In the editor panel: <ol> <li>Select the text you want to change the case of</li> <li>Right-click to open the contextual menu</li> <li>Open the <code>Convert To...</code> submenu</li> <li>Click on the converter of your choice</li> </ol> Please note that if no text is selected, the menu is disabled. <h3>Available converters</h3> <ul> <li><b>camelCase</b>: first capitalized letter of each word, except for the first letter of the resulting word, no space</li> <li><b>hyphen-case</b>: lower case words separated with an hyphen</li> <li><b>lower case</b>: lower case words</li> <li><b>PascalCase</b>: first capitalized letter of each word, no space</li> <li><b>Sentence case.</b>: first capitalized letter of the first word, ends with a dot (capital letters within the sentence are preserved)</li> <li><b>snake_case</b>: lower case words separated with an underline character</li> <li><b>Title Case</b>: first capitalized letter of each word, one space between words</li> <li><b>UPPER CASE</b>: upper case words</li> </ul>

Last Version: 0.2.3

Release Date:

Applet Runner NetBeans Plugin

com.japplis : applet-runner-netbeans

NetBeans plugin that let you run applets inside your IDE

Last Version: 1.0

Release Date:

Backlog Support

com.junichi11.netbeans.modules : netbeans-backlog

This plugin provides support for <a href ="http://backlogtool.com/?lang=1">backlog</a>. <h2>Features</h2> <ul> <li>Add an issue</li> <li>Update an issue</li> <li>Create queries</li> <li>Find issues</li> <li>Schedules</li> </ul> <h2>Resources</h2> <ul> <li><a href="https://github.com/junichi11/netbeans-backlog-plugin">https://github.com/junichi11/netbeans-backlog-plugin</a></li> <li><a href="https://github.com/nulab/backlog4j">Backlog4j</a></li> </ul>

Last Version: 0.9.0

Release Date:

Last Version: 1.2.0

Release Date:

Last Version: 0.11.0

Release Date:

NetBeans Change Line Endings on Save Plugin

com.junichi11.netbeans.modules : netbeans-change-line-endings-on-save

This plugin changes line endings of a file to the specified line endings when the file is saved.

Last Version: 0.9.0

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:

NetBeans Encoding Plugin

com.junichi11.netbeans.modules : netbeans-encoding

This plugin opens/saves a file with a specified encoding.

Last Version: 1.8.0

Release Date:

GitHub Issues Support

com.junichi11.netbeans.modules : netbeans-github-issues

This plugin provides support for GitHub Issue Tracker. <h2>Features</h2> <ul> <li>Create a new issue</li> <li>Edit an issue</li> <li>Create queries</li> <li>Edit an issue comment</li> <li>Delete an issue comment</li> <li>Create a new pull request</li> <li>Change an existing issue to a pull request</li> <li>Search issues with issue number or keywords</li> <li>Create a new label</li> <li>Create a new milestone</li> <li>Set a schedule for an issue</li> </ul>

Last Version: 0.6.0

Release Date:

NetBeans gitignore.io Plugin

com.junichi11.netbeans.modules : netbeans-gitignore-io

Support for gitignore.io. This plugin generates .gitignore file to your project node.

Last Version: 1.1.0

Release Date:

Last Version: 0.6.0

Release Date:

NetBeans No Newline Resolver

com.junichi11.netbeans.modules : netbeans-no-newline-resolver

This plugin adds a newline to EOF on save if it doesn't exist.

Last Version: 1.4.2

Release Date:

NetBeans No Extension MIME Resolver Plugin

com.junichi11.netbeans.modules : netbeans-noext-mime-resolver

Return a proper mime type from a shebang line or modeline of a file if the file extension is empty. (e.g. myscript)

Last Version: 0.12.1

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:

Last Version: 1.3.2

Release Date:

Rainbow Braces

com.junichi11.netbeans.modules : netbeans-rainbow-braces

Rainbow Parentheses/Brackets/Braces for NetBeans

Last Version: 1.3.1

Release Date:

textlint Support

com.junichi11.netbeans.modules : netbeans-textlint

This plugin provides support for textlint. <h3>What&rsquo;s the textlint?</h3> <p>See <a href="https://github.com/textlint/textlint">https://github.com/textlint/textlint</a></p> <h3>Usage</h3> <h4>Install textlint and rules</h4> <p>Of course, it assumes that nodejs and npm are installed.</p> <p>e.g.</p> <pre><code>$ mkdir txtlint $ cd txtlint $ npm init $ npm install textlint --save-dev $ npm install textlint-rule-max-ten textlint-rule-spellcheck-tech-word textlint-rule-no-mix-dearu-desumasu --save-dev </code></pre> <h4>Create .textlintrc</h4> <pre><code>$ touch .textlintrc </code></pre> <pre><code class="json">{ &quot;rules&quot;: { &quot;max-ten&quot;: { &quot;max&quot;: 3 }, &quot;spellcheck-tech-word&quot;: true, &quot;no-mix-dearu-desumasu&quot;: true } } </code></pre> <p>You can also set parameters to Options (see below).</p> <h4>Set textlint and .textlintrc paths</h4> <p>Set paths to the Options (see below).</p> <p>e.g.</p> <ul> <li>textlint Path: /path/to/txtlint/node_modules/.bin/textlint (textlint.cmd in Windows)</li> <li>.textlintrc Path: /path/to/textlint/.textlintrc</li> </ul> <h4>Open Action Items window</h4> <ul> <li>Click Window > Action Items.</li> <li>Click &ldquo;Show action items for currently edited file only&rdquo; icon.</li> <li>Open your markdown or text file.</li> </ul> <h3>Options</h3> <p>Tools > Options > Editor > textlint</p> <ul> <li>textlint Path: Absolute path to textlint</li> <li>.textlintrc Path: Absolute path to .textlintrc</li> <li>Options : You can set options for the textlint command</li> <li>Enable in HTML files: To use the html plugin, you can check this</li> <li>Refresh on Save: To scan the document on save, you can check this (Checked by default)</li> <li>Show Annotations: To show annotations in the glyph gutter, you can check this (Checked by default)</li> </ul> <h3>Actions</h3> <h4>Fix</h4> <p>You have to save your file before you run this action.<br/> If there is a fixable rule&rsquo;s error, you can fix it. Right-click an item > Click <code>Fix</code>.<br/> To refresh items, your document is saved once.</p> <h4>Fix All</h4> <p>You have to save your file before you run this action.<br/> If there are fixable rule&rsquo;s errors, you can fix them. Right-click an item > Click <code>Fix All</code>.<br/> This action runs <code>textlint --fix</code> command.</p> <h4>Refresh</h4> <p>You can refresh results forcibly by the following action: Right-click your editor > Click "textlint Refresh".</p> <p>You can also set the shortcut key(Tools > Options > Keymap). </p> <h3>NOTE</h3> <ul> <li>The plugin scans only current file.</li> <li>The plugin does not refresh results automatically. Please save your file or run the refresh action.</li> <li>Use <code>UTF-8</code> as file encoding and <code>LF</code> as line endings.</li> <li>This plugin may not work properly in Windows. (Please try to check above.)</li> <li>If you cannot get expected results, just try to run the <code>textlint</code> commands once in your CLI.</li> </ul>

Last Version: 1.1.0

Release Date:

Vagrant Support

com.junichi11.netbeans.modules : netbeans-vagrant

This plugin provides support for Vagrant.

Last Version: 1.4.0

Release Date:

Last Version: 1.3.0

Release Date:

MetaRing NetBeans Plugin

com.metaring : platform-plugin-netbeans

NetBeans Plugin for the MetaRing Platform

Last Version: 1.5.9

Release Date:

com.software:netbeans-codetime

com.software : netbeans-codetime

Code Time is an open source plugin for automatic programming metrics and time tracking

Last Version: 2.3.6

Release Date:

Last Version: 1.3

Release Date:

PHP Version Switcher

com.vitexsoftware.netbeans.modules.php : versionswitch

Choose active PHP Version as you need. Switchin between PHP 5.6 to PHP 8.1 supported.

Last Version: 0.1.4

Release Date:

FXML JavaFX Maven Archetype for NetBeans

com.raelity.jfx : javafx-archetype-fxml-netbeans

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

Last Version: 0.0.4

Release Date:

Simple JavaFX Maven Archetype for NetBeans

com.raelity.jfx : javafx-archetype-simple-netbeans

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

Last Version: 0.0.4

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:

LogMan Netbeans

com.raelity.logman : logman-netbeans

Provides dynamic display, control and configuration of java.util.logging in *this* NB platform. Use "Tools > Manage Logging".

Last Version: 2.2

Release Date:

External Code Formatters for NetBeans

de.funfried.netbeans.plugins : externalcodeformatter

Several external (e.g. Eclipse, Google, Spring, ...) code formatters integration for NetBeans

Last Version: 1.15.1

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:

Exception ID (EID) Generator

pl.wavesoftware : netbeans-eid-generator

<p>Generates a unique Exception ID, that can be used in Java source code.</p> <p>In order to use this plugin type <code>Ctrl+Space</code> inside empty String literal. This will generate new unique identifier as a <i>Code Completion</i>. That generated EID can be used, for example, to identify your exceptions.</p> <p> Example usage (This is technical runtime exception, a posible bug. This plugin can be used to quickly fill unique bug id.):<br /> <code>try {<br /> &nbsp;&nbsp;&nbsp;&nbsp;shuldWorkIfNoBugsExists();<br /> } catch (IOException ex) {<br /> &nbsp;&nbsp;&nbsp;&nbsp;throw new EidRuntimeException("20140218:161429", "Something wrong with HDD, permissions?", ex);<br /> }</code> </p>

Last Version: 0.4.0

Release Date:

TagMyCode

com.tagmycode : tagmycode-netbeans

Provides the support for <a href="https://tagmycode.com">TagMyCode</a>. This plugin allows you to manage your own snippets.<br/> <br/> Features:<br/> * Add snippets: you can save your code snippets including description, language, and tags<br/> * List snippets (CRUD): snippets are stored locally and you can filter, sort, create, modify, edit or delete them directly from the IDE<br/> * Quick search: you can search your snippets and insert them directly into the document<br/> <br/> CHANGELOG:<br/> <br/> 2.3.0 (released 2020-07-26)<br/> * published plugin into Apache NetBeans Plugin Portal<br/> * filter snippets by languages<br/> <br/> 2.2.1 (released 2018-01-10)<br/> * Quick Search dialog is now resizable</br> * fixed syntax highlight for PHP and HTML</br> * if refresh token is not valid user will be automatically logged out</br> </br> 2.2.0 (released 2017-11-06)<br/> * snippets management works in offline mode<br/> * autodetect language on new snippet<br/> * added settings dialog with editor theme and font size option<br/> * added title and description to snippet view<br/> * changed open browser class<br/> * text can be dragged into table to create a new snippet<br/> * snippets can be dragged directly into editor and the code are copied<br/> * added "save as file" feature<br/> * added "clone snippet" feature<br/> * added "snippet properties" dialog<br/> * detect binary file<br/> <br/> 2.1.0 (released 2017-04-24)<br/> * moved error messages from dialog to Netbeans Notification Log<br/> * added welcome panel<br/> * about dialog shows plugin version and framework version<br/> * moved storage from JSON to SQL<br/> <br/> 2.0 (released 2016-07-11)<br/> * new user interface<br/> * list of snippets stored locally<br/> * syntax highlight powered by <a href="http://bobbylight.github.io/RSyntaxTextArea/">RSyntaxTextArea</a><br/> * snippets are synchronized with server<br/> * filter snippets<br/> * quick search feature<br/> * insert selected snippet at cursor in document<br/> <br/> 1.1.3 (released 2015-12-18)<br/> * Fix for NetBeans 8.1<br/> <br/> 1.1.2 (released 2014-10-03)<br/> * Switched authentication from OAuth 1.0a to OAuth 2<br/> * Console write also snippet title when new snippet is created (thanks to bejoy)<br/> <br/> 1.1 (released 2014-08-19)<br/> * Added "Search snippets" feature<br/> * Fixed some minor bugs<br/> <br/> 1.0 (released 2014-04-14)<br/> * First release with feature "Create snippet"<br/>

Last Version: 2.3.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 LDAP Explorer

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

NetBeans module for exploring LDAP services from within NetBeans. This modules does not replace a professional LDAP client, rather it provides a simple and quick interface for basic interaction with LDAP services.

Last Version: 0.17

Release Date:

Last Version: 0.17

Release Date:

Netbeans LDIF Editor

eu.doppel-helix.netbeans.plugin.nb-ldap-explorer : nb-ldif-editor

Syntax Highlighting for LDIF-Files (intended as a companion to the ldap explorer)

Last Version: 0.17

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:

Last Version: 1.11

Release Date:

NetBeans Google Code Format Plugin

net.johnmcdonnell.netbeans : nb-google-java-code-formatter-plugin

An Apache NetBeans plugin to provide a Google Java Style Code Formatter.

Last Version: 1.0.0

Release Date:

JBI Dependencies

net.open-esb.netbeans : bom

NetBeans dependencies for JBI modules

Last Version: 8.1.1

Release Date:

Netesta Continuous Testing

net.r-w-x.netbeans : netesta

A Netbeans plugin to automaticly applu continuous testing

Last Version: 0.3.3

Release Date:

org-apache-commons-lang3

org.netbeans.external : org-apache-commons-lang3

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

Last Version: RELEASE130

Release Date:

NetBeans Editor Platform Library

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

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:

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:

NetBeans Editor Library

net.sf.squirrel-sql.thirdparty-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:

NetBeans Editor Library

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

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:

NetBeans Editor Platform Library

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

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: