Added binary file format
This commit is contained in:
@@ -162,6 +162,9 @@ runtime. A tiny generic prompt with one field and OK/Cancel may remain code-only
|
||||
## Document and library files
|
||||
|
||||
- Documents use the `bedit-document` JSON format.
|
||||
- Documents can be stored as human-readable `.bedit.json`/`.json` through
|
||||
`JsonDocumentSerializer`, or as compressed MessagePack `.beb` through
|
||||
`BebDocumentSerializer`. UI document I/O dispatches via `DocumentSerializer`.
|
||||
- `test.bedit.json` is a useful manually created example during development.
|
||||
- Library documents use the same recursive document model.
|
||||
- Library parsing belongs in `core/libraries.py`; Qt change notifications belong
|
||||
|
||||
Reference in New Issue
Block a user