Dyalog / ride

Cross-platform IDE for Dyalog APL
https://dyalog.github.io/ride
MIT License
205 stars 31 forks source link

reset language bar action #1240

Closed Lindeneg closed 3 months ago

Lindeneg commented 3 months ago

A take on issue #1022

I added a new menu item under "Action" called "Reset Language Bar". I then added a new command called "RLB" that sets lbarOrder, which seems to be specified here D.lb.order. Lastly, we recreate the language bar.

Please forgive me if I did something stupid, I'd be more than happy to accommodate feedback.

1. Custom Layout + Menu Button reset-lb-1

2. After RLB Button Click reset-lb-2