Skip to content

Releases: corvisa/SummitEditor

Release v1.1.7

05 Jan 18:08

Choose a tag to compare

  • Git for Windows changed the name of bash (to git-bash), so this update will allow the simulator to continue functioning for Windows users.

Release v1.1.6

20 Feb 19:52

Choose a tag to compare

  • Release to make sure Package Control picks up the changes

Release v1.1.5

20 Feb 19:50

Choose a tag to compare

  • Fix a bug in argument passing

Release v1.1.3

20 Feb 16:39

Choose a tag to compare

  • Support new project settings options for using the live datastore in the simulator
  • Update the readme to better explain available options

Release v1.1.2

31 Jan 00:56

Choose a tag to compare

  • Fix an error being thrown when an assignment is made of a type not in the completions file
  • Fix an issue where only the first of multiple possible types was being used to determine assigned types.

Release v1.1.1

29 Jan 23:05

Choose a tag to compare

  • Fix events not being hooked on the initial plugin load of a new Sublime Text instance.

Release v1.1.0

29 Jan 17:21

Choose a tag to compare

  • Code completion was improved to be context-aware.

Release v1.0.6

18 Sep 16:51

Choose a tag to compare

The simulator now points at the new Platform codebase by default. See http://code.corvisacloud.com for documentation on what's available now.

Release v1.0.5

05 Sep 20:12

Choose a tag to compare

  • SummitEditor settings are now accessible from the Preferences menu in Sublime Text 3.
  • Running the simulator with arguments (command + shift + b) now has "--test" as the default argument.

Release v1.0.4

14 Jul 15:17

Choose a tag to compare

  • Fixed issue with recognizing imports from within a module (e.g. importing a function from a module) for autocompletions.
  • Modified OS X build script to close Terminal window after "Press any key to continue."