Skip to content

Releases: livecode/atom-language-livecode

Update Linter V2

16 Mar 02:36
7ff2800
Compare
Choose a tag to compare
  • Linting is broken since the release of Linter 2. Adjusted
    lib/main.coffee and package.json accordingly. (PR #37)
  • Corrected scope for highlighting in mixed (HTML/iRev)
    environment. (PR #38)
  • Adjusted revIgniter grammar and snippets to revIgniter modifications
    up to version 2.1.0. (PR #39)
  • Updated indent rules (PR #35)

Improvements to documentation and LiveCode Script support

27 Oct 16:33
Compare
Choose a tag to compare
  • Revised, expanded and generally improved documentation (issue #19)
  • Improved LiveCode Script support
    • Support for if...then...else... syntax
    • Better indentation in switch blocks
    • Restore completion of symbols from the current file (issue #18)
    • Don't clobber autocomplete settings (issue #16)
    • Improved variable & constant capturing
  • Restored support for linting revIgniter files

Linting and script-only stacks

20 Oct 14:06
Compare
Choose a tag to compare
  • LiveCode Script grammar and snippets generated from documentation
  • Support for script-only stacks (.livecodescript)
  • Linting & syntax checking for LiveCode Script files
  • Initial linting support for LiveCode Builder source files

Minor documentation updates

20 Jul 09:45
Compare
Choose a tag to compare
v0.5.1

Release 0.5.1

Added LiveCode server support

20 Jul 09:46
Compare
Choose a tag to compare
  • Merged with the "revigniter-livecode" package for Atom
    • Added support for LiveCode server script files (.lc and .irev)
  • Greatly-improved LCB autocomplete support
    • Correctly suggest handler, variable, constant, and type names, and known keywords
  • Minor LCB syntax highlighting bugfixes

Thanks to Adam Robertson for converting LiveCode server support from the original TextMate grammars.