pharo-spec / Spec

Spec is a framework in Pharo for describing user interfaces.
MIT License
62 stars 63 forks source link

Menu issues #245

Open pavel-krivanek opened 5 years ago

pavel-krivanek commented 5 years ago

This issue is an overall collection of issues and wishes related to menus in Spec.

Inao0 commented 5 years ago

Having the same problem of shortcuts resolution while working on iceberg interface : Screenshot_issue_shortcut

astares commented 5 years ago

In document based applications one requires dynamic adding and removing of items to menues. For instance to have a list of MRU (most recently used files) and access / load them via menu again. So dynamic aspect is a valid point to support.

image

astares commented 5 years ago

I would also add BIDI support to the list (bidirektional display) for languages reading right to left (RTL) instead of left to right (LTR)

estebanlm commented 4 years ago

many of this requests require heavy changes in menus for the morphic backend, and they will not be implemented as part of this release of Spec2, I think (it takes too much time for too few gain, tbh). Other require changes in the VM: F10 (always talking about the Morphic backend). So, I will fix some that I can but forget the idea of getting all that :)

(the Gtk backend already solves most of them, btw)