DOC

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

Maven & Gradle

Oct 03, 2020
6 stars

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>

Table Of Contents

Latest Version

Download fr.evidev.netbeans.modules : netbeans-case-converter Javadoc & API Documentation - Latest Versions:

All Versions

Download fr.evidev.netbeans.modules : netbeans-case-converter Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.2.x

How to open Javadoc JAR file in web browser

  1. Rename the file netbeans-case-converter-0.2.3-javadoc.jar to netbeans-case-converter-0.2.3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder netbeans-case-converter-0.2.3-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "netbeans-case-converter-0.2.3-sources.jar" -d "netbeans-case-converter-0.2.3-javadoc" -subpackages 

Advertisement