Skip to content

Releases: snowkit/atom-haxe

v0.8.14

25 Apr 08:42
Compare
Choose a tag to compare
  • Handle both source.haxe and source.hx extensions for compatility with unfixed/fixed language-haxe plugins (see jeremyfa/language-haxe#3)

v0.8.13

21 Apr 17:31
Compare
Choose a tag to compare
  • Add save all files on build option, thanks @DjPale

v0.8.12

26 Mar 23:49
Compare
Choose a tag to compare
  • Improve El Capitan default PATH fix

v0.8.11

29 Feb 11:59
Compare
Choose a tag to compare
  • Display completion return type on the right. Add an option to put it on the left
  • Minor fixes on toplevel completion display
  • Optimize and fix haxe server not running after closing the window that started it
  • Display haxe language snippets in addition to the compiler completion
  • Fix code completion failing after '\''
  • Fix decreased indent on case and default

v0.8.10

19 Nov 12:29
Compare
Choose a tag to compare
  • Fix missing path_set to true

v0.8.9

18 Nov 18:55
Compare
Choose a tag to compare
  • Minor fixes for El Capitan path fix

v0.8.8

18 Nov 18:55
Compare
Choose a tag to compare
  • Fix El Capitan default PATH for the immediate term
  • Completion fixes and tweaks to display

v0.8.7

15 Aug 06:46
Compare
Choose a tag to compare
  • Fix context commands pointing at flow by mistake

v0.8.6

15 Aug 06:35
Compare
Choose a tag to compare
  • Fix context menus not working with Atom 1.0.7
  • Add context menu to hxml files as well

v0.8.5

15 Aug 06:36
Compare
Choose a tag to compare
  • Improve code completion: disable it in various unexpected cases (fixes #38)
  • Ensure type hints are compatible with the latest autocomplete-plus package (version 2.19.0)