Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release 0.4.2.1
  • Loading branch information
mantkiew committed Nov 3, 2015
1 parent 23c358e commit 78a350d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Clafer.sublime-build
Expand Up @@ -2,7 +2,7 @@
, "$file"
, "-m=alloy"
, "-m=choco"
, "-m=html"
, "-m=html"
, "--self-contained"
, "-k"
, "-v"
Expand Down
10 changes: 5 additions & 5 deletions README.md
@@ -1,11 +1,11 @@
Clafer Tools
=============

v0.4.2
v0.4.2.1

Integration of [Clafer Compiler and Instance Generators](http://clafer.org) into [Sublime Text 2/3](http://www.sublimetext.com/).

See release notes for [Clafer 0.4.2](http://www.clafer.org/2015/09/clafer-claferig-claferwiki.html).
See release notes for [Clafer 0.4.2.1](http://www.clafer.org/2015/10/clafer-tools-042-released.html).

Contributors
------------
Expand All @@ -16,7 +16,7 @@ Features and Usage
------------------

* Syntax highlighting of keywords, operators, comments, and integer and string literals
* Compilation `<CTRL>+b`. To change parameters of the command:
* Compilation and validation `<CTRL>+b`. To change parameters of the command:
* `Preferences->Browse Packages`
* `cd Clafer Tools`
* edit `Clafer.sublime-build`
Expand All @@ -40,8 +40,8 @@ Installation
* on Mac, use the `merge` option not `replace`
3. Download the latest binary distribution of Clafer Tools
* [Clafer Tools](http://gsd.uwaterloo.ca/clafer-tools-binary-distributions)
* Unzip the contents of the folder `clafer-tools-0.4.2` into `Packages/Clafer-Bin`
* Make sure the folder structure is NOT `Packages/Clafer-Bin/clafer-tools-0.4.2`, that is, the contents of the folder `clafer-tools-0.4.2` are directly inside `Clafer-Bin`
* Unzip the contents of the folder `clafer-tools-0.4.2.1` into `Packages/Clafer-Bin`
* Make sure the folder structure is NOT `Packages/Clafer-Bin/clafer-tools-0.4.2.1`, that is, the contents of the folder `clafer-tools-0.4.2.1` are directly inside `Clafer-Bin`
* add `Clafer-Bin` to the variable `PATH`.

### Known Limitations and Workarounds
Expand Down
2 changes: 1 addition & 1 deletion SublimeREPL/config/ClaferIG/IGC.sublime-menu
Expand Up @@ -17,7 +17,7 @@
"encoding": "utf8",
"cmd": [ "java"
, "-jar"
, "claferchocoig.jar"
, "chocosolver.jar"
, "--repl"
, "--prettify"
, "--file"
Expand Down
4 changes: 2 additions & 2 deletions messages/install.md
Expand Up @@ -7,8 +7,8 @@ To finish the installation
* copy the folder `SublimeREPL` from `Clafer Tools` to `Packages`
2. Download the latest binary distribution of Clafer Tools
* [Clafer Tools](http://gsd.uwaterloo.ca/clafer-tools-binary-distributions)
* Unzip the contents of the folder `clafer-tools-0.4.2` into `Packages/Clafer-Bin`
* Make sure the folder structure is NOT `Packages/Clafer-Bin/clafer-tools-0.4.2`, that is, the contents of the folder `clafer-tools-0.4.2` are directly inside `Clafer-Bin`
* Unzip the contents of the folder `clafer-tools-0.4.2.1` into `Packages/Clafer-Bin`
* Make sure the folder structure is NOT `Packages/Clafer-Bin/clafer-tools-0.4.2.1`, that is, the contents of the folder `clafer-tools-0.4.2.1` are directly inside `Clafer-Bin`
* add `Clafer-Bin` to the variable `PATH`.

### Known Limitations and Workarounds
Expand Down

0 comments on commit 78a350d

Please sign in to comment.