de-jcup / eclipse-yaml-editor

Eclipse YAML editor
https://marketplace.eclipse.org/content/yaml-editor
Apache License 2.0
35 stars 10 forks source link

Create editor action to provide base 64 decoding of selection #38

Closed de-jcup closed 5 years ago

de-jcup commented 5 years ago

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.

de-jcup commented 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)