Editor Application
Editor is tool for visualization and editation of files encoded using XBUP Protocol. Editor allows to perform set of operations with files on various levels and in various modes including tree view, text view or hexadecimal view.
Application is currently in early development state. It is intended as test application for document structure manipulation and to try out design principles of the protocol prototype implementation.
Application's Look
Screenshot of XBEditor version 0.2.2:
Features
This application is used for prove-of-concept testing of XBUP protocol and is generally not production ready.
- Show tree structure of the document (partial)
- Allow to add/edit/remove blocks (partial)
- Identify block types and display their definitions (partial)
- Allow to edit blocks in binary form (partial)
- Allow to edit blocks in text form with support for multiple syntaxes (TODO)
- Support for data transformations (TODO)
- Support for catalogs browsing and editing (partial)
- Support for service connection (TODO)
- Support for plugins for viewers/editors (partial)
- Support for clipboard handling (partial)
- Support for undo-redo (partial)
- Support for drag&drop (partial)
- Include sample files (partial)
Page Source