Skip to content

Releases: idris-hackers/atom-language-idris

v0.5.0

12 Sep 19:44
8ae8c8e
Compare
Choose a tag to compare

Added

  • Display message panel information when invoking commands
  • Add browse command to inspect contents of namespaces

Fixed

  • Pass tabLength from Atom Settings to ide-mode to steer indentation
  • Prevent idris compiler crash when sending wrong make-with command
  • Fix #206
  • Fix #187
  • Fix #185
  • Fix #199
  • Consider Elaboration in infix grammar

v0.4.10

16 Aug 13:16
Compare
Choose a tag to compare

Added

  • Display typechecking information
  • Copy executable path to clipboard
  • Syntax highlitning in message panel
  • Proof clause
  • higlightning of parameters
  • Better support for literate idris
  • Added snippets

Fixed

  • Display error message from idris
  • Idris now restarts if stopped
  • fix comments highlightning

v0.4.9

08 Apr 11:54
Compare
Choose a tag to compare

Added

  • Allow incomplete data definition
  • Add record and rewrite keywords
  • Support literate files
  • Add cast snippet

Fixed

  • Indent after do/where/if/then/else/of
  • Save file state when executing commands

v0.4.8

14 Jan 20:13
Compare
Choose a tag to compare

v0.4.8

Fixed

  • Fix proof search
  • Remove deprecated selector

v0.4.7

14 Jan 19:38
Compare
Choose a tag to compare

Added

Fixed

v0.4.6

03 Jan 21:05
Compare
Choose a tag to compare

Added

  • Report type checking status
  • Snippets
  • Navigate to error
  • Highlight error

Fixed

  • Styling of error messages
  • ipkg grammar

v0.4.5

16 Dec 11:38
Compare
Choose a tag to compare

Added

Fixed

  • Many different processes are spawned #114 (@pyrtsa)
  • use 'cmd' instead of 'alt' on osx (@karljs)

v0.4.4

20 Mar 11:58
Compare
Choose a tag to compare

Added

Fixed

  • Nested with blocks #112
  • Fix passing packages in ipkg files #111

v0.4.3

29 Feb 10:57
Compare
Choose a tag to compare

Added

Fixed

  • After closing panel once with "X" icon, it no longer appears for type checking/inspection #90 (@justjoheinz)

v0.4.2

23 Feb 22:30
Compare
Choose a tag to compare

Added

  • syntax highlighting for constructors #95

Fixed