Skip to content

Commit

Permalink
Merge branch 'release/1.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
revig committed Dec 12, 2022
2 parents 16f98e0 + 261aef2 commit 88b68a4
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LiveCode TextMate Bundle (v. 1.4.0)
# LiveCode TextMate Bundle (v. 1.4.1)

This bundle is meant to be used for editing LiveCode script only stacks. It sends an update
notification over a datagram connection to LiveCode each time you save a livecodescript file
Expand All @@ -21,9 +21,7 @@ see note below.

## Requirements

- LiveCode Server version ≥ 6.6.0
You can download LiveCode Server at <https://downloads.livecode.com/livecode>.
Install it somewhere appropriate.
- LiveCode Server version ≥ 6.6.0 (Install it somewhere appropriate.)

## Installation

Expand All @@ -32,12 +30,12 @@ see note below.
- You can install the bundle by placing it in ~/Library/Application Support/TextMate/Bundles/.
The ~ character in this path refers to your home directory.
- To use LiveCode specific TextMate **commands** and to enable **linting** add the
server directory to the PATH variable in TextMate settings like:
Variable Name:
PATH
Value:
$PATH:/opt/local/bin:/usr/local/bin:/usr/texbin:/Library/WebServer/CGI-Executables/LiveCodeServer
Adjust the path to your needs.
server directory to the PATH variable in TextMate settings like:
Variable Name:
PATH
Value:
$PATH:/opt/local/bin:/usr/local/bin:/usr/texbin:/Library/WebServer/CGI-Executables/LiveCodeServer
Adjust the path to your needs.
Add a variable "TM\_livecode\_explicit\_vars" to TextMate settings and set it to "true" or "false".


Expand Down Expand Up @@ -67,4 +65,4 @@ For the license terms see the `LICENSE.txt` file.

### Meta

- Version: 1.4.0
- Version: 1.4.1

0 comments on commit 88b68a4

Please sign in to comment.