Skip to content

Commit 9ee9f02

Browse files
author
Caspar Gruijthuijsen
committed
package control messages added
1 parent 40ad56b commit 9ee9f02

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"install": "messages/install.txt",
3+
}

messages/install.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Welcome to AutoMatlab
2+
=====================
3+
4+
Thank you for installing AutoMatlab!
5+
6+
AutoMatlab aims to make writing Matlab code fun again by combining the strengths of Sublime Text with the strengths of Matlab. I hope you will indeed enjoy it!
7+
8+
If you have any questions, suggestions, or comments, don't hesitate to let me know.
9+
10+
*Note: AutoMatlab currently only supports Matlab installations on __Windows__*.
11+
12+
Getting started
13+
---------------
14+
15+
- __Autocompletion__
16+
Works out of the box! Start typing or try pressing <kbd>Ctrl + Space</kbd> to see what it does.
17+
- __Matlab commands__
18+
Depends on [AutoHotkey](https://www.autohotkey.com/). If AutoHotkey is installed and `auto_hotkey_path` correctly specified in the AutoMatlab settings, try pressing <kbd>Ctrl + b</kbd> to run the current file in Matlab or <kbd>Alt + m</kbd> to open the AutoMatlab Command Panel.
19+
- __Function documentation generation__
20+
Works out of the box! Try pressing <kbd>Ctrl + Alt + m</kbd> in a Matlab function file to see what it does.
21+
22+
If you are interested in more tailored functionality, have a look at the extensive documentation in the README.
23+

0 commit comments

Comments
 (0)