2 Star 1 Fork 0

Yashin / zed

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Zed

Welcome to Zed, a code editor built using web technologies, designed to rethink some of the assumptions that underly most editors today. Some of the editor's core features are the features it does not have:

  • Tabs
  • Always visible file tree
  • Menus and buttons and bells and whistles

What you get instead is a bare bones, simple yet powerful editor that focuses on what matters most: making you as productive at editing code and text as possible. To enable this, Zed has:

  • Multiple cursors. Once mastered, you will never edit code the same way again.
  • Code completion based on symbols defined in your project, current file and snippets.
  • Efficient project navigation at various levels of granularity:
    • Files, quickly jump to the file you want
    • Symbols, Zed indexes all symbols defined in your project and lets you quickly jump to the one you're interested in
  • (Vertical) split views, either 1, 2 or 3 vertical splits.
  • Auto-updating preview split for various languages (including markdown and coffeescript).
  • Editing of local files (via Chrome-specific APIs) and remote files (check the manual on how to do this)

Installation (Chrome App)

You can install Zed via the Chrome Web Store, or by cloning the github repo:

$ git clone https://github.com/zedapp/zed.git
$ cd zed
$ git submodule update --init

Then, in (a recent version of) Chrome, go to the "three-lined" menu > Tools > Extensions and click the "Load unpacked extension..." button, navigate to the app directory inside the Zed repository checkout. Zed should now run!

Installation (Standalone)

To build locally:

$ git clone https://github.com/zedapp/zed.git
$ cd zed
$ git submodule update --init

After this you can either build the version for your platform of choice:

$ make apps-mac
$ make apps-win
$ make apps-linux32

or

$ make apps-linux64

The builds end up in nw/build and the gzipped versions in release.

Inspiration

Inspiration for Zed comes from:

  • Notational Velocity: the goto bar combining search with new file creation
  • Apple's iOS and recent Mac file management: abstraction from whether a file is open and by removing the idea that a file has to be explicitly saved.

Technology

Support

Support via Gittip

Copyright (C) 2013, Zef Hemel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Rethinking code editing. 展开 收起
JavaScript
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/yashin/zed.git
git@gitee.com:yashin/zed.git
yashin
zed
zed
master

搜索帮助