Rich Text Editor Example #2806
hafezrouzati
started this conversation in
General
Replies: 3 comments 2 replies
-
you can find others in https://www.egui.rs/#demo |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, thanks for your reply. Yes I am aware of those examples, I was specifically looking for something that deals with the DroppedFile struct https://docs.rs/egui/0.21.0/egui/struct.DroppedFile.html Also, was looking for something about rich text editing and how to manage the updates to the rich text when trying to add editing tools such as making bold, underline, changing fonts etc (I'm already using the code editor for rendering code). Nonetheless, I appreciate your response. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I thought I remembered seeing a rich text editor with a menu bar for adding properties like Bold or Underline, etc. or changing the fonts of the text inside the TextEdit, but I can't seem to find the example now. Can someone provide a pointer to the example?
Also are there any demos of file drag 'n drop?
Thanks emilk for this amazing library. Currently building my first Rust app using egui and its been very interesting so far.
Beta Was this translation helpful? Give feedback.
All reactions