GavriYashar / Matlab-Editor-Plugin

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

FileStructure (MFile) w/o matlab variable access #94

Open GavriYashar opened 7 years ago

GavriYashar commented 7 years ago

MFile should only parse inherited when Matlab is not busy and inherited is selected. Also find a way to find Superclasses w/o the use of Matlab's which function.

MFile

private void constructSuperClassesMFile()

Matlab

public static List<String> which(String item)