Sublime Text 3 Public Beta 发布

jopen 11年前

Sublime Text 是一个代码编辑器(Sublime Text 2是收费软件,但目前可以无限期试用)也 是HTML和散文先进的文本编辑器。漂亮的用户界面和非凡的功能,例如迷你地图,多选择,Python的插件,代码段,等等。完全可自定义键绑定,菜单和 工具栏。Sublime Text的主要功能包括:拼写检查,书签,完整的 Python API , Goto 功能,即时项目切换,多选择,多窗口等 等。

Sublime Text 2 被称作Windows下的TextMate,而根据其官网介绍,Sublime Text的特点如下:拥有高效、没有干扰的界面,在编辑方面的多选、宏、代码片段等功能,以及很有特色的Minimap。

Sublime Text 2 的特色功能:

  • 良好的扩展功能,官方称之为安装包(Package)。
  • 右边没有滚动条,取而代之的是代码缩略图,这个功能非常赞
  • 强大的快捷命令“可以实时搜索到相应的命令、选项、snippet 和 syntex, 按下回车就可以直接执行,减少了查找的麻烦。”
  • 即时的文件切换。
  • 随心所欲的跳转到任意文件的任意位置。
  • 多重选择(Multi-Selection)功能允许在页面中同时存在多个光标。
  • 支持 VIM 模式
  • 支持宏,简单地说就是把操作录制下来或者自己编写命令,然后播放刚才录制的操作或者命令。
  • 更新非常勤快

Sublime Text 3 Public Beta 发布

与Sublime Text2 相比,Sublime Text 3具有以下的一些核心功能:

  • Speed. Startup time, file load time, and Replace All have all been significantly improved. If you’re using OS X with a Retina display, then you’ll find huge rendering speed improvements too.
  • Symbol Indexing, for Goto Definition and Goto Symbol in Project. Complementing these are the Jump Forward and Jump Back features.
  • Improved HTML Editing, including tag and attribute completion as well as automatic tag closing.
  • Improved Project and Pane management, including multiple workspaces for a single project.
  • Richer API. Plugins are better insulated from the application, and now have a broader and fully threadsafe API to work with.

下载: