Releases: idris-hackers/atom-language-idris
Releases · idris-hackers/atom-language-idris
v0.2.2
v0.2.1
v0.2.0
Added
- status indicator that shows if a file is loaded or dirty
- metavariables are now called holes
Fixed
- fixed bug in the parser when there where backslashes in the answer #32 (@david-christiansen)
- Program not loaded before running interactive editing commands #34
- faster startup #28
v0.1.4
Added
- new metavariable view (
Language Idris: Metavariables
) - a tutorial that explains how to use this package
- context menu for
Language Idris: Type Of
andLanguage Idris: Docs For
Fixed
Language Idris: Proof Search
andLanguage Idris: Add Clause
- deprecations that now broke the editor because of the dropped API methods
v0.1.3
v0.1.1
v0.1.0
Added
- Shortcut to Show the doc of a variable (ctrl-alt-d)
Fixed
- updated for the new version of Atom (@archaeron)
- new parser for the ide-mode commands (@archaeron)
- new serializer for the ide-mode commands (@archaeron)
- various fixes (@ulidtko)