惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Jina AI
Jina AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
有赞技术团队
有赞技术团队
罗磊的独立博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
U
Unit 42
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Recent Announcements
Recent Announcements
Y
Y Combinator Blog
Vercel News
Vercel News
Martin Fowler
Martin Fowler
V
V2EX
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
L
LangChain Blog
云风的 BLOG
云风的 BLOG
H
Hackread – Cybersecurity News, Data Breaches, AI and More
aimingoo的专栏
aimingoo的专栏
G
Google Developers Blog
The GitHub Blog
The GitHub Blog
N
Netflix TechBlog - Medium
Google DeepMind News
Google DeepMind News
雷峰网
雷峰网
阮一峰的网络日志
阮一峰的网络日志
F
Fortinet All Blogs

Yi blog

Improving on Vi Improved - Yi Modularization - Yi Dynamic and static compilation - Yi Prototypes - Encoding Object Oriented inheritance in Haskell Incremental parsing - Yi Demo - Yi Configuration - Yi Overall Structure - Yi
Release 0.14 - Yi
2017-07-25 · via Yi blog

Posted on July 25, 2017 by Dmitry Ivanov

The 0.14 section in the CHANGELOG has only one entry:

 * yi-core now doesn't depend on dyre.
   Dynamic configuration support is now provided by yi-dynamic-configuration package.

(This is also a good moment to plug a post about why you should have a CHANGELOG file)

See the previous post on what dyre is and how it’s used in Yi.

The benefits of this change are:

  • Users of static configurations have a leaner editor.
  • Improved separation of concerns helps current developers to stay sane while helping potential developers to comprehend the codebase piece by piece

I intend to write another post about ongoing modularization of Yi and how it went from one package to a dozen in the last five years and what’s next in this direction.

There are still areas where user experience is much worse than it should be (in both static and dynamic configurations):

  • tweaking per-file indentation settings, like switching from spaces to tabs or different amount of spaces
  • tweaking GUI settings like colorscheme or (for pango frontend) font size
  • .. or in general when you’re just changing some config values like numbers, strings and colors

If you feel any of it can be an interesting task, you’re very welcome to join! Here are some relevant tickets (but don’t let these limit you):

  • #1006 Ex command for changing a colorscheme
  • #1005 Ex commands for changing indentation settings
  • #988 Support vim modelines for per-file indentation settings
  • #987 Support EditorConfig files for per-project indentation settings