Alchemist v0.12.0 发布,Emacs 的 Elixir 插件

jopen 9年前

Alchemist v0.12.0 发布了,Alchemist 实现了将 Elixir 函数式编程语言的相关工具集成到 Emacs 编辑器中。

Alchemist v0.12.0 发布,Emacs 的 Elixir 插件

完整改进记录包括:

Enhancements

  • [Complete] Add arity annotation to completion candidates.

  • [IEx] Addalchemist-iex-recompile-this-bufferwhich recompiles and reloads the current buffer in the IEx process.

  • [Help] Addalchemist-helpmodule prompt. It's loads all available Modules in the current environemnt which have a proper moduledoc.

  • [Help] Addalchemist-help-historytoalchemist-help-minor-mode.alchemist-help-historylookup straight for the stored search text, without completion.

  • [Mix] Add mix command prompt with completion

  • [Tests] Add more tests for eval functionality.

  • [Tests] switch to ert-runner instead of custom test runner.

Changes

  • [Messages] Don't switch to Message buffer after displaying it. Usedisplay-bufferinstead ofpop-to-buffer.

  • [Help] Removealchemist-help-next-searchandalchemist-help-previous-search. They work clumsy and it's not fast enought to work with.

  • [Help] Remove obsolete aliases foralchemist-help-sexp-at-pointandalchemist-help-module-sexp-at-point

Bugfixes

  • [Refcard] Display correct function for theC-c a tkeybinding.

下载地址:https://github.com/tonini/alchemist.el/archive/v0.12.0.zip

来自:http://www.oschina.net/news/58603/alchemist-0-12-0