Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Releases: banacorn/agda-mode

v0.3.9

30 Jan 13:33

Choose a tag to compare

  • Input method:
    • Candidate symbols
    • Deactivate and left the text-buffer as-is when a user types return ('enter')
  • Fix #21

v0.3.8

30 Jan 13:33

Choose a tag to compare

  • Better type info presentation
  • Fix #20

v0.3.7

30 Jan 13:32

Choose a tag to compare

Now we can invoke input method and type unicode symbols in the input box

v0.3.6

30 Jan 13:32

Choose a tag to compare

Fix goal parsing

v0.3.5

30 Jan 13:32

Choose a tag to compare

  • Fix when ctrl-c ctrl-w failed to query current goal
  • Jump to a goal by clicking on it's index
  • Postpone package activation until agda-mode:load for better editor startup time

v0.3.4

30 Jan 13:31

Choose a tag to compare

  • View System rewritten with Vue, to prevent memory leaks in v0.3.3

v0.3.3

30 Jan 13:31

Choose a tag to compare

  • Input method: key suggestions now are clickable buttons.

v0.3.2

30 Jan 13:30

Choose a tag to compare

  • Supports command Ctrl-c Ctrl-w why in scope.
  • Fix when sometimes input box won't show.
  • Now we can select and copy texts in the panel.
  • Better input method suggestion looking.

v0.3.1

30 Jan 13:30

Choose a tag to compare

  • Supports 3 different levels of normalization (simple, none, full). (#17)

v0.3.0

30 Jan 13:29

Choose a tag to compare

  • Nothing big really, just a new number.
  • Enable unsolvedmeta and terminationproblem highlight. (#7)
  • Use colours given by user installed syntax.
  • Fixed #18