davidvarga / MBeautifier

MBeautifier is a MATLAB source code formatter, beautifier. It can be used directly in the MATLAB Editor and it is configurable.
GNU General Public License v3.0
490 stars 77 forks source link

Automatically creating shortcuts doesn't do anything in Matlab R2019b #88

Closed VorpalBlade closed 3 years ago

VorpalBlade commented 4 years ago

Using the latest update of R2019b the MBeautify.createShortcut('editorselection') etc commands do nothing from what I can tell. The command is NOT added to Home -> Favourites.

I can however add equivalent new commands by hand just fine and they work.

davidvarga commented 3 years ago

Hi,

I implemented the switch, so that on newer Matalb versions favourites will be created:

grafik

As well, the Quick Access Toolbar is also updated:

grafik

Have fun with the shortcuts!:)