A Sublime Text 3 plugin for the modeling language Modest.
For Modest itself, see http://www.modestchecker.net .
This plugin is not available in the package manager at the moment.
- Navigate to your
Packagesfolder (for exampleC:\Users\<X>\AppData\Roaming\Sublime Text 3\Packagesfor Windows). - Run
git clone https://github.com/MarkusBauer/SublimeModest.git Modestthere and you're done.
If the Modest tools are not in your PATH, you have to tell the plugin where they are located.
- Create a
Packages/User/Modest.sublime-settingsfile (menu: Preferences ⇒ Package Settings ⇒ Modest ⇒ Settings - User). - Copy and paste the example configuration file
Modest.sublime-settingsthere (menu: Preferences ⇒ Package Settings ⇒ Modest ⇒ Settings - Example). - Now insert the path to your modest tools directory. Save.
Remember that paths must be written using double backslash (\\) for Windows.
If modest does not find your Dot installation, you have to edit the mosta.exe.config file, located in your Modest tools directory. The relevant section will look like this:
<setting name="DotPath" serializeAs="String">
<value>C:\Program Files (x86)\GraphViz\bin\dot.exe</value>
</setting>
To update, simply execute git pull in the Packages/Modest directory.