-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
copied_text
function maintained in copy_text()
until deletion
#5553
Conversation
Preview available at https://egui-pr-preview.github.io/pr/5553-patch157 |
CHANGELOG.md
Outdated
@@ -1230,7 +1230,7 @@ egui_extras::install_image_loaders(egui_ctx); | |||
* [Tweaked the default visuals style](https://github.com/emilk/egui/pull/450). | |||
* Plot: Renamed `Curve` to `Line`. | |||
* `TopPanel::top` is now `TopBottomPanel::top`. | |||
* `SidePanel::left` no longet takes the default width by argument, but by a builder call. | |||
* `SidePanel::left` no longest takes the default width by argument, but by a builder call. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be longer
.
why? |
|
But why not iterate over |
In typical scenarios, we use |
My opinion is that it would be better to keep the current
copied_text
without deprecating it, rather than creating a new function to identify or modify the content on the clipboard.at least until
copied_text
is removed, thecopy_text()
function should continue to usecopied_text
in the same way it currently does.