Base64 File plugin supports work with Base64 encoded files in IntellijIDEA.

Function Overview

The plugin enriches IntellijIDEA with several actions in different parts of IDE. The plugin’s actions are clearly recognisable as they always part of action group Base64 File.

The action group Base64 File is part of following menus:

  • Editor popup menu
  • Project tree popup menu
  • Main edit menu

Editor

There is an action for inserting encoded file to file currently open in editor.

There are actions for managing encoded files.

And there is an action for decoding selected text to file.

Encoded files are visually marked in the editor with highlighting, and a label displaying the name of the encoded file.

Learn more about Editor Functions

Project Tree

The plugin automatically creates a link between the encoded file value and its source file. These links are also visually displayed in the project tree.

There is an action to encode and insert the selected file from the tree into the file currently open in editor at the caret position.

Learn more about Project Tree Functions

There is an action for removing all links between the encoded files and its source files.

Learn more about Main Menu Functions

Updated: