krasa / StringManipulation

IntelliJ plugin - https://plugins.jetbrains.com/plugin/2162
Apache License 2.0
698 stars 81 forks source link

New Switch Action: Convert char <-> int #145

Closed cmmoran closed 3 years ago

cmmoran commented 3 years ago

Creates a new switch action for converting between char and int values. Creates a new jpanel within Preferences -> StringManipulation to support two new options: Unicode and Octal. Supports switching from an int value to either Unicode character escape sequence or Octal character escape sequence.

Test(s) included (JUnit 4)