NetBeans Case Converter

GroupId: fr.evidev.netbeans.modules
ArtifactId: netbeans-case-converter
Author:
License:Apache License, Version 2.0
Homepage:https://github.com/eviweb/netbeans-case-converter

2020-09-29     2022-11-16     92,715

Editing  


Download matrix

Plugin version NetBeans compatible
0.2.0
0.2.1 NB 12.0   NB 11.0  
0.2.2 NB 12.0   NB 11.0  
0.2.3 NB 16 - Verified   NB 15 - Verified   NB 14 - Verified   NB 13 - Verified   NB 12.0 - Verified   NB 11.0 - Verified  

Intro

This module provides a convenient way to convert string case.

Usage

In the editor panel:
  1. Select the text you want to change the case of
  2. Right-click to open the contextual menu
  3. Open the Convert To... submenu
  4. Click on the converter of your choice
Please note that if no text is selected, the menu is disabled.

Available converters

  • camelCase: first capitalized letter of each word, except for the first letter of the resulting word, no space
  • hyphen-case: lower case words separated with an hyphen
  • lower case: lower case words
  • PascalCase: first capitalized letter of each word, no space
  • Sentence case.: first capitalized letter of the first word, ends with a dot (capital letters within the sentence are preserved)
  • snake_case: lower case words separated with an underline character
  • Title Case: first capitalized letter of each word, one space between words
  • UPPER CASE: upper case words

Description

This module provides a convenient way to convert string case.

Usage

In the editor panel:
  1. Select the text you want to change the case of
  2. Right-click to open the contextual menu
  3. Open the Convert To... submenu
  4. Click on the converter of your choice
Please note that if no text is selected, the menu is disabled.

Available converters

  • camelCase: first capitalized letter of each word, except for the first letter of the resulting word, no space
  • hyphen-case: lower case words separated with an hyphen
  • lower case: lower case words
  • PascalCase: first capitalized letter of each word, no space
  • Sentence case.: first capitalized letter of the first word, ends with a dot (capital letters within the sentence are preserved)
  • snake_case: lower case words separated with an underline character
  • Title Case: first capitalized letter of each word, one space between words
  • UPPER CASE: upper case words