Light Table 0.6.6 发布,改进记录包括:
FIX: combine try-read catches now that :default is available in cljs (cldwalker)
FIX: tweak show-docs command to open only one doc (snufkon)
FIX: update solarized (ccspell and gozala)
FIX: source map urls were not correctly encoded (nickgieschen)
FIX: Ignore case when sorting plugins (seancaffery)
FIX: Remove windowVerbatimArguments to fix pathing issues for processes on windows
FIX: Push the initial position onto the stack when jumping (joshuafcole)
FIX: remove warning from eclipse theme (Bost)
FIX: don't move the search forward after every keypress (jamii)
FIX: Prevent font settings from being unnecessarily updated (ibdknox)
ADDED: Multiple cursor commands from CM4
ADDED: Multiple fonts support (ykomatsu)
ADDED: reasonable default keybindings for zoom (cldwalker)
ADDED: select the previous search text when bringing up the searcher (Bost)
ADDED: Report bug button on welcome screen (Tyrieke Morton)
ADDED: Editor: Set options for line commenting behavior (cldwalker)
ADDED: you can right click to copy an inline result (cldwalker)
API: make tab and tabset menus extensible (mortalapeman)
API: log context changes (ndr-qef)
API: checks for required keys in commands (cldwalker)
API: add copy and paste platform functions (cldwalker)
API: open-path function (cldwalker)
API: Make $ and $$ multi-arity (mortalapeman)
API: editor.add-gutter and remove-gutter functions (seancaffery)
UPDATED: CodeMirror 4!
UPDATED: CodeMirror modes
Light Table 是由 Microsoft Visual Studio 部门项目经理 Chris Granger 离职后用 clojure 和 css 开发的全新理念的 IDE,支持多种语言。Light Table是一个很简单的概念:我们需要真正的工作面板,不只是编辑器和项目管理器。我们可以把东西尽量整洁地堆在这里,需要的时候可以把资料直接拿出来看。
项目主页:http://www.lighttable.com/
下载地址:https://github.com/LightTable/LightTable/releases
来自:开源中国社区