Releases: banacorn/agda-mode
Releases · banacorn/agda-mode
v0.6.0
- Rewrite the whole view with React/Redux, say goodbye to Vue.js
- Allow the panel to be docked at other panes
- Allow the panel docked at bottom to be resizable
- Fix #34
v0.5.4
- Handle some more cases of error
- Text in the mini text editor is now selected by default
v0.5.3
- Rewrite everything with TypeScript
- Fix tons of shit with the aid of types
- Fix #32
- Fix #31
- Fix #23 ?
- Upgrade dependencies
v0.5.1
- Fix the problem when a hole spans multiple lines (which arose from fixing #29)
- Upgrade lodash to v4.12
v0.5.0
- Fix #29
- Fix hole parsing. Bangs '!' and curly brackets '}' are allowed inside a hole now
- Default to trim spaces of an expression in a hole when giving (This is not the case in Agda 2.5.1)
v0.4.11
- Better undo/redo
- Add a tiny spinner for time-consuming commands
v0.4.10
- Case splitting in lambda expressions!
- Handles Emacs command
agda2-maybe-goto
v0.4.9
- Fix library loading for the new library management system after Agda 2.5.0
- Fix goal components (boundary/content/index) positioning
- Make the maximum number of rows displayed in the panel adjustable
v0.4.8
Add a new command agda-mode:solve-constraints
v0.4.7
Add a new command agda-mode:info