Skip to content

Releases: corvisa/SummitEditor

Release v1.1.7

Choose a tag to compare

@jrmccarthy jrmccarthy released this 05 Jan 18:08
  • 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

Choose a tag to compare

@jrmccarthy jrmccarthy released this 20 Feb 19:52
  • Release to make sure Package Control picks up the changes

Release v1.1.5

Choose a tag to compare

@jrmccarthy jrmccarthy released this 20 Feb 19:50
  • Fix a bug in argument passing

Release v1.1.3

Choose a tag to compare

@jrmccarthy jrmccarthy released this 20 Feb 16:39
  • 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

Choose a tag to compare

@aphistic aphistic released this 31 Jan 00:56
  • 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

Choose a tag to compare

@aphistic aphistic released this 29 Jan 23:05
  • Fix events not being hooked on the initial plugin load of a new Sublime Text instance.

Release v1.1.0

Choose a tag to compare

@aphistic aphistic released this 29 Jan 17:21
  • Code completion was improved to be context-aware.

Release v1.0.6

Choose a tag to compare

@jrmccarthy jrmccarthy released this 18 Sep 16:51

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

Choose a tag to compare

@jrmccarthy jrmccarthy released this 05 Sep 20:12
  • 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

Choose a tag to compare

@systemsoverload systemsoverload released this 14 Jul 15:17
  • 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."