takeshixx / deen

Generic data DEcoding/ENcoding application built with PyQt5.
Apache License 2.0
46 stars 7 forks source link

Implement formatters #12

Closed takeshixx closed 7 years ago

takeshixx commented 7 years ago

It would be nice to have an additional drop down (maybe at the bottom of the action panel) that allows to format the content of a widget's text_field.

E.g. if there would be formatters for HTML and JSON, it would be handy for input/output where a HTML page or JSON object are printed on one line. A formatter would then restructure the data to make it easier to read for humans.

takeshixx commented 7 years ago

Added HTML and JSON formatter in 0d18fbf29a57ad8533562add6e1ff070499ea00c.