Skip to content

Releases: trevordevore/livecode-sublimetext

April 14, 2020

14 Apr 20:35
Compare
Choose a tag to compare
  • Stack names containing the : character will now update properly if your project is running in LiveCode.
  • reterror, retvalue, and trycatch snippets now work.
  • inline and inlinev now work in LiveCode Script files.
  • Fix some indentation

July 10, 2018

10 Jul 20:46
Compare
Choose a tag to compare
  • Fixed typo in library snippet for LCB.
  • foreign handler snippet now spans two lines rather than three lines.
  • When defining an LCB property for a widget the setter is now optional.
  • Removed # as a valid comment character.
  • Fix for the repeat with syntax error. In LCB the syntax is repeat with <var> from rather than =.

May 21, 2018

21 May 17:39
Compare
Choose a tag to compare
  • Add support for LiveCode Builder syntax

May 11, 2018

11 May 14:34
364ebf2
Compare
Choose a tag to compare
  • Support compound lines that continue with an if statement
  • Opening binary .livecode files will now open that stack in the IDE.

May 2017

31 May 17:38
Compare
Choose a tag to compare
  • Now works on Windows
  • Changed tabTrigger for if (ifthen), if else (ifelse), and else if (elseif)

March 2017

17 Mar 03:52
Compare
Choose a tag to compare
  • Indenting rules have been added (thanks @macMikey).
  • Don't try to notify LiveCode if there aee no project settings defined.
  • Add // comment support
  • on_post_save handler was ignoring stack names that contained the . character
  • Remove end HANDLER-NAME definitions from the “Go To Definition” list

December 2016

28 Dec 15:42
Compare
Choose a tag to compare
- Switch from \b to a left and right bound pattern that won’t mark a …

…keyword used in a handler name (e.g. `image.something`).

- Account for ? being allowed in handler and variable names.