egui/egui_demo_lib/src/easy_mark
Emil Ernerfeldt b7ebe16cfb
Storage and frame refactor (#1418)
The purpose of this is to expose `frame.storage()` and `frame.storage_mut()` so users can save/load app state from the `App::update` function, without having to add another parameter to that function.

Changes:
* Added `Frame::storage()` and `Frame::storage_mut()`
* `App::update` now takes a `&mut Frame` rather than just `&Frame`
* `Frame` is no longer `Clone` or `Sync` (doesn't have to be since https://github.com/emilk/egui/pull/1366)
2022-03-25 21:19:31 +01:00
..
easy_mark_editor.rs Storage and frame refactor (#1418) 2022-03-25 21:19:31 +01:00
easy_mark_highlighter.rs Documentation improvements 2022-01-26 22:09:19 +01:00
easy_mark_parser.rs Documentation improvements 2022-01-26 22:09:19 +01:00
easy_mark_viewer.rs Choose your own font and size (#1154) 2022-01-24 14:32:36 +01:00
mod.rs demo: highlight easymark editor field with different fonts and colors 2021-09-06 08:14:47 +02:00