Releases: corvisa/SummitEditor
Releases · corvisa/SummitEditor
Release v1.1.7
- 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
- Release to make sure Package Control picks up the changes
Release v1.1.5
- Fix a bug in argument passing
Release v1.1.3
- 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
- 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
- Fix events not being hooked on the initial plugin load of a new Sublime Text instance.
Release v1.1.0
- Code completion was improved to be context-aware.
Release v1.0.6
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
- 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
- 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."