GavriYashar / Matlab-Editor-Plugin

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

Too many Exceptions while running the plugin. #89

Open Esmaeili-Najafabadi opened 7 years ago

Esmaeili-Najafabadi commented 7 years ago

At the start of Matlab the following errors are reported. Besides, while working most of the features, usually the Matlab generates too many of such errors. They are seen while changing between workspace and Matlab.

Live Templates has been disabled for one or both following reasons:

GavriYashar commented 7 years ago

the setting for live templates (feature.enableReplacements) should be false on default (will change that now). It is not setup correctly unless you've followed the setup for live templates. CustomProps.properties and DefaultProps.properties must be valid, otherwise MEP can't even start.

how does your start command look like (at.mep.Start.start(*))? it should look like:

 at.mep.Start.start('C:/.../CustomProps.properties', 'C:/.../DefaultProps.properties');
GavriYashar commented 7 years ago

also instead of throwing errors i could use default values instead, and check on the startup if all values are correct