You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-11Lines changed: 4 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,10 @@ Getting started
37
37
-__Function documentation generation__
38
38
Works out of the box! Try pressing <kbd>Ctrl + Alt + m</kbd> in a Matlab function file to see what it does. If you are interested in more tailored functionality, have a look [here](#function-documentation-generation).
39
39
40
-
*Note: AutoMatlab currently only supports Matlab installations on __Windows__*.
40
+
*Note 1: AutoMatlab currently only supports Matlab installations on __Windows__*.
41
+
*Note 2: Make sure that the syntax of `.m` files is set to Matlab (by default):*
42
+
43
+
View > Syntax (> Open all with current extension as...) > Matlab
41
44
42
45
Autocompletion
43
46
--------------
@@ -211,13 +214,3 @@ The following settings can be added to the `.sublime-project` file to adapt the
Copy file name to clipboardExpand all lines: messages/install.txt
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,19 @@ AutoMatlab aims to make writing Matlab code fun again by combining the strengths
7
7
8
8
If you have any questions, suggestions, or comments, don't hesitate to let me know.
9
9
10
-
*Note: AutoMatlab currently only supports Matlab installations on __Windows__*.
11
-
12
10
Getting started
13
11
---------------
14
12
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.
13
+
- Autocompletion:
14
+
Works out of the box! Start typing or try pressing `Ctrl + Space` to see what it does.
15
+
- Function documentation generation:
16
+
Works out of the box! Try pressing `Ctrl + Alt + m` in a Matlab function file 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 `Ctrl + b` to run the current file in Matlab or `Alt + m` to open the AutoMatlab Command Panel.
21
19
22
20
If you are interested in more tailored functionality, have a look at the extensive documentation in the README.
23
21
22
+
Note 1: AutoMatlab currently only supports Matlab installations on Windows.
23
+
24
+
Note 2: Make sure that the syntax of `.m` files is set to Matlab (by default):
25
+
View > Syntax (> Open all with current extension as...) > Matlab
0 commit comments