DarrMirr / handy_toolbox

IntelliJ Idea plugin to minify and make pretty json or xml data structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handy toolbox

IntelliJ Idea plugin to minify and make pretty json or xml data structure

Requirements:

  • Java 11
  • IntelliJ Idea 2019+ (IC, IU)

Plugin screenshot:

How to build plugin

Linux:

  1. Open terminal
  2. Move to plugin project source directory
  3. Execute gradle task ./gradlew buildPlugin

How to install plugin

  1. Build plugin
  2. Run IntelliJ Idea
  3. Click File menu
  4. Choose Settings.. at submenu
  5. Choose Plugins at Settings window
  6. Click on the gear icon at plugins window
  7. Choose Install Plugin from Disk...
  8. Find built plugin at disk (File's plugin name looks like handy toolbox-1.0.0.zip)
  9. Choose file and click Ok at Choose plugin file window
  10. Click Restart IDE beside handy toolbox plugin name

UI elements description

  • Left pane is input one.
  • Right pane is output one.
  • Action buttons are placed between pane. Each button perform operation on input pane content and place result to output pane.
  • Service action buttons are placed above each pane. Each button works only with pane below it.

How to use plugin

  1. Choose required tool at tool window header
  2. Paste or print data structure to input pane
  3. Click on required action button.

Restriction

  • Text size is restricted by 20 mb.

About

IntelliJ Idea plugin to minify and make pretty json or xml data structure

License:MIT License


Languages

Language:Java 100.0%