compose-multiplatform icon indicating copy to clipboard operation
compose-multiplatform copied to clipboard

Make default menu bar items (file, edit, and so on)

Open voltangle opened this issue 5 years ago • 5 comments

Something like this:

image

So you don't need to make every menu item from scratch by yourself.

voltangle avatar Dec 06 '20 17:12 voltangle

Not sure if this is a feature request for Compose itself, guess creating library on top of Compose with such functionality is fully possible.

olonho avatar Dec 07 '20 06:12 olonho

I think it can be a built-in feature of Compose for Desktop. It will be pretty useful, so you - again - don't need to write that functionality by yourself

voltangle avatar Dec 07 '20 08:12 voltangle

We support building ecosystem around Compose, and feature like that seems good candidate for an extension library.

olonho avatar Dec 08 '20 06:12 olonho

Well, without this feature I lose functionality to copy and paste text, minimise windows, go to fullscreen(on a Mac btw), and many more, without explicitly declaring the default menu items by myself. I need to manually create every menu item to make those basic functions work. I think that those "basic" menu items need to be right in the Compose, so we don't need to use an external library. That basic functionality needs to be in the core, by my opinion.

voltangle avatar Dec 08 '20 18:12 voltangle

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.

okushnikov avatar Aug 26 '24 17:08 okushnikov