GavriYashar / Matlab-Editor-Plugin

Extends features for the matlab editor, Bookmarks, FileStructure, Clipboard stack
MIT License
74 stars 12 forks source link

custom ribbon tabs #67

Open GavriYashar opened 7 years ago

GavriYashar commented 7 years ago

an api to create custom ribbon tabs would be nice to have

ml = at.mep.Matlab.getInstance();

thp = ml.getComponents("ToolstripHeaderPanel");
thp0 = thp.get(0);
dtt = com.mathworks.toolstrip.DefaultToolstripTab("test1", "test2");
thp0.addTab(7,dtt)

EditorToolSetFactory; resources/EditorToolset.xml

https://undocumentedmatlab.com/blog/matlab-toolstrip-part-1