I decided to revise the existing “Recently opened files” popup menu button:
• Up to now, a fixed number of recently opened files were listed. A currently opened file was highlighted. • As of now, all opened files will be listed and highlighted. Additionally, files that had recently been opened will be listed (if there are any). • The popup menu can now be addressed with Ctrl-F6 / ⌘-F6.
A new snapshot is online [1].
Hope this helps, Christian
[1] https://files.basex.org/releases/latest/
On Mon, Apr 11, 2022 at 8:49 AM Imsieke, Gerrit, le-tex gerrit.imsieke@le-tex.de wrote:
Yes, I do use Ctrl-F6 (in oXygen)
On 11.04.2022 08:37, Christian Grün wrote:
Thanks, Andy for fishing out the old issue on this; I remember you’ve once come up with a similar proposal.
We’re indeed using the standard Swing component for the tabs, and it’s always a bit risky to modify those (due to the different OS renderings). It migh be easier to add support for the Ctrl-F6 shortcut and provide a sorted list of all file names. In addition, we could add a drop-down component in the menu bar of the editor.
Does anyone of you use the shortcut, which is available in Eclipse, oXygen and some other IDEs?
Best, Christian