summaryrefslogtreecommitdiffstats
path: root/examples/editor/src (unfollow)
Commit message (Expand)AuthorFilesLines
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