Closed de-jcup closed 5 years ago
Do not reinvent the wheel...
https://marketplace.eclipse.org/content/anyedit-tools https://github.com/iloveeclipse/anyedittools
Have already a great convert -> base 64 vice versa implementation which works in every editor So instead of creating a editor specific solution just install the anyedit plugin. (It does always change editor content but with using UNDO and clipboard this more than good enough)
When reading kubernetes files from cluster by ekube and opening those files with yamleditor some parts are base64 encoded.
Editor action shall simply base64 decode the current selected text and show output in a dialog.