summaryrefslogtreecommitdiffstats
path: root/examples/editor/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-27Write documentation for the new text APIsLibravatar Héctor Ramón Jiménez1-5/+5
2023-09-22Add `text` helper method for `text_editor::Content`Libravatar Héctor Ramón Jiménez1-18/+1
2023-09-20Introduce more themes to `iced_highlighter`Libravatar Héctor Ramón Jiménez1-1/+5
2023-09-19Introduce new `iced_highlighter` subcrateLibravatar Héctor Ramón Jiménez1-237/+14
2023-09-19Save file on `Cmd+S` in `editor` exampleLibravatar Héctor Ramón Jiménez1-1/+14
2023-09-19Simplify `editor` exampleLibravatar Héctor Ramón Jiménez1-6/+6
2023-09-18Use `Font::MONOSPACE` in `editor` exampleLibravatar Héctor Ramón Jiménez1-1/+1
2023-09-18Remove unnecessary `monospaced` flag in `Font`Libravatar Héctor Ramón Jiménez1-4/+1
2023-09-18Fix `clippy` lintsLibravatar Héctor Ramón Jiménez1-4/+4
2023-09-18Flesh out the `editor` example a bit moreLibravatar Héctor Ramón Jiménez1-24/+263
2023-09-18Implement theme selector in `editor` exampleLibravatar Héctor Ramón Jiménez1-19/+82
2023-09-17Fix unnecessary dereference in `editor` exampleLibravatar Héctor Ramón Jiménez1-1/+1
2023-09-17Implement syntax highlighting cache in `editor` exampleLibravatar Héctor Ramón Jiménez1-25/+42
2023-09-17Implement basic syntax highlighting with `syntect` in `editor` exampleLibravatar Héctor Ramón Jiménez1-1/+167
2023-09-16Implement `Copy` and `Paste` actions for `text::Editor`Libravatar Héctor Ramón Jiménez1-1/+1
2023-09-13Use `Theme::Dark` in `editor` exampleLibravatar Héctor Ramón Jiménez1-1/+5
2023-09-12Draft `Editor` API and `TextEditor` widgetLibravatar Héctor Ramón Jiménez1-0/+49