内容简介:ONI v0.2.13 发布了,基于 Vim (neovim)的 IDE 终于有了!许多原来需要复杂配置的功能,现在开箱即用。 更新内容: Updates Configuration Add oni.enhancedSyntaxHighlighting configuration value to en...
ONI v0.2.13 发布了,基于 Vim (neovim)的 IDE 终于有了!许多原来需要复杂配置的功能,现在开箱即用。
更新内容:
Updates
Configuration
Add oni.enhancedSyntaxHighlighting configuration value to enable enhanced syntax highlighting from Oni (#785)
Allow oni.loadInitVim to take a string value to a custom init.vim path (#784 - thanks @CrossR!)
Enhancements
Bug Fixes
#541 - Fix for redrawing during resize, and improving font quality when there is no background (#753)
Replace px with em for statusbar (#780)
#562 - fix remaining boundary cases for QuickInfo positioning
Remove extensions folder creation on launch (#790)
OSX - change quit to quit app instead of close current window (#787 - thanks @MikaAK!)
#436 - Edit neovim config action doesn't always work on Windows (#799)
Added border for QuickInfo UI (#798 - thanks @josemarluedke for the proposal and idea!)
Documentation
Depedencies
Upgrade TypeScript dependencies and check-in package lock files (#791)
Refactoring
Refactor executeAutoCommand so that it is more robust in the general case (#681)
Clean up unnecessary redux actions (#786)
Remove unused evaluate block and replace mode-changed with the editor API (#792)
Remove package-lock files and .gitignore (#795)
Make NeovimInstance notification arguments immutable (#794 - thanks @cdelahousse!)
Looking Forward
The next planned release will be 10/30, and the goal for that is to continue the language client work. The primary goal is to enable language server integration to be specified by configuration, along with bug fixes.
There are also a few stretch goals:
Improved go-to definition UX
Refactoring / code action support
Code lens support
Enhanced syntax highlighting (via TextMate themes)
完整更新内容请查看发布主页。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Docker——容器与容器云
浙江大学SEL实验室 / 人民邮电出版社 / 2015-9-1 / 89.00元
本书从实践者的角度,在讲解Docker高级实践技巧的同时,深入到源代码层次,为读者梳理出Docker容器技术和基于Docker的容器云技术(如Kubernetes)的实现方法和设计思路,帮助读者理解如何在实际场景中利用Docker解决问题并启发新的思考。全书包括两部分,第一部分深入解读Docker容器技术,包括Docker入门、架构总览、Docker容器核心原理解读,以及Docker高级实践技巧;......一起来看看 《Docker——容器与容器云》 这本书的介绍吧!