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
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
============
2
1
Sublime Text Soar Tools
3
2
============
4
3
@@ -14,11 +13,11 @@ Getting Started
14
13
Current Functionality
15
14
=====================
16
15
17
-
###Syntax Highlighting
16
+
###Syntax Highlighting
18
17
19
18
Soar syntax highlighting is applied to files with the .soar, .soarunit, or .dm extensions. Code folding is also provided but is irregular at the moment.
20
19
21
-
###Snippets
20
+
###Snippets
22
21
23
22
Several snippets are currently provided for various types of Soar productions, [SoarDoc](http://web.eecs.umich.edu/~soar/sitemaker/projects/soardoc/soardoc.html), and [SoarUnit](https://code.google.com/p/jsoar/wiki/SoarUnit) setup/test blocks. SoarDoc snippets are triggered by `##!` and production snippets are triggered by `sp`. Provided snippets are:
24
23
@@ -34,7 +33,7 @@ Several snippets are currently provided for various types of Soar productions, [
34
33
- setup block
35
34
- test block
36
35
37
-
###SoarUnit
36
+
###SoarUnit
38
37
39
38
If you have [JSoar/SoarUnit](https://code.google.com/p/jsoar/wiki/SoarUnit) on your computer, you can run it with a build command (ctrl+b or command+b) when you have a SoarUnit file open. You will, however, need to specify the location of SoarUnit if it is not in your PATH. You may also wish to test using C Soar. To specify these settings, go to Preferences --> Package Settings --> Soar Tools --> Settings - User. These are your available settings:
40
39
@@ -62,7 +61,7 @@ If you have [JSoar/SoarUnit](https://code.google.com/p/jsoar/wiki/SoarUnit) on y
62
61
63
62
You can either run SoarUnit on the current file, or for the whole project, but the project option is currently slow and buggy, and therefore not recommended.
64
63
65
-
###SublimeREPL Integration
64
+
###SublimeREPL Integration
66
65
You can run the Soar CLI from SublimeText if you have the [SublimeREPL](https://github.com/wuub/SublimeREPL) package installed, but setup might be tricky:
67
66
68
67
* If your Soar directory is not in your system path, you will need to add it to SublimeREPL's path:
@@ -76,7 +75,7 @@ You can run the Soar CLI from SublimeText if you have the [SublimeREPL](https://
76
75
77
76
* Keep in mind that the Soar Tutorial distribution does not currently come with the CLI executable, so you need to download the normal distribution to use SublimeREPL with Soar.
0 commit comments