The existing popup menu lists all the notebook tabs first then shows command items below. This means the command items are harder to access (user has to move mouse further). They can also get pushed off screen when there are many tabs open (see #2346 (comment)). Instead, let's split up the menu for better UX.

New notebook action widget menu, left or right click ☰ button:
image

Commands-only tab menu:
image

The single close item has been grouped separately and put first because:

This will be the most common choice for anyone who disables notebook tabs.
This also groups the commands closing multiple documents separately from the other commands. Closing multiple documents is a more drastic action so should be grouped separately.


You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/2348

Commit Summary

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.