<style>
html {
background-color: #f6f6f6;
margin: 16px;
}
body {
color: #333;
font-family: "Open Sans", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
}
ul {
padding-left: 1.2rem;
}
li { margin: 2px; }
h1 {
font-size: 2.0rem;
margin: 0;
}
h2 {
color: #444;
font-size: 1.4rem;
margin: 1em 0 0.1em 0;
}
a {
color: #000;
}
article { display: block; }
.release-date, .forum-link {
font-size: 0.9rem;
font-style: italic;
color: #666;
}
</style>
<h1>Stable Channel Changelog</h1>
<article class="current">
<h2>3.0 (Build 3143)</h2>
<div class="release-date">September 2017</div>
<ul>
<li>Refreshed UI theme, including full high DPI support</li>
<li>New icon</li>
<li>Added alternate theme, Adaptive, that inherits colors from the color scheme</li>
<li>Added new color schemes <i>Breakers</i>, <i>Mariana</i> and <i>Sixteen</i>, derived from the excellent work of Chris Kempson and Dmitri Voronianski</li>
<li>Added color scheme and theme switchers with live preview via the command palette</li>
<li>Windows: Added touch input</li>
<li>Linux: Added <a href="https://www.sublimetext.com/docs/3/linux_repositories.html">repositories</a> for apt, yum and pacman</li>
<li>Mac: Added Touch Bar support</li>
<li>Mac: Support for custom color window title bars on OS X 10.10+</li>
<li>Many additions and bug fixes to the theme engine, plus <a href="https://www.sublimetext.com/docs/3/themes.html">full documentation</a></li>
<li>Significant improvements to Markdown syntax highlighting, with thanks to <a href="https://github.com/keith-hall">keith-hall</a></li>
<li>Significant improvements to C# syntax highlighting, with thanks to <a href="https://github.com/gwenzek">gwenzek</a></li>
<li>Significant improvements to Java syntax highlighting, with thanks to <a href="https://github.com/djspiewak">djspiewak</a></li>
<li>Significant improvements to Python syntax highlighting, with thanks to <a href="https://github.com/FichteFoll">FichteFoll</a></li>
<li>Significant improvements for R syntax highlighting, with thanks to <a href="https://github.com/randy3k">randy3k</a></li>
<li>Markdown: Improved symbol handling</li>
<li>C#: Improved symbol handling</li>
<li>Many other syntax highlighting improvements</li>
<li>Various bugs with the syntax highlighting engine have been resolved</li>
<li>Fixed several crash issues</li>
<li>Improved responsiveness when the system is under high CPU load</li>
<li>High DPI textures are used on Windows and Linux when the DPI scale is greater than 1.0</li>
<li>Improved font selection on all platforms, allowing selection of different weights by name</li>
<li>Added setting <tt>theme_font_options</tt> to control font rendering of UI elements</li>
<li>Improved auto indent rules for HTML and PHP</li>
<li>Font geometry issues that prevent bold or italics are now printed in the console</li>
<li>Fixed flash-of-white that could occur when the auto complete window is closed</li>
<li>Disable scroll animation when <tt>animation_enabled</tt> is false in settings</li>
<li>Files can now be renamed when only the case has changed</li>
<li>New windows start with an empty find history</li>
<li>Find in Files panel now responds to <tt>find_all</tt> and <tt>replace_all</tt> commands</li>
<li>Various regex handling improvements in the Find panel</li>
<li>Fixed text widgets cutting off the bottom pixel of their selection border</li>
<li>Fixed an issue with <tt>close_windows_when_empty</tt> in empty session</li>
<li>Fixed empty panes on startup when <tt>hot_exit</tt> was set to false</li>
<li>Fix Open Containing Folder on Windows with a folder containing a comma</li>
<li>Fix multi-cursor pasting when clipboard contains one or more full lines</li>
<li>Prevent UNC paths from being mangled by <tt>edit_settings</tt></li>
<li>Prevent a crash when a malformed regex is used in indentation settings</li>
<li>Improved rendering performance with a large number of gutter icons</li>
<li>Gutter icons are now sized properly on Windows and Linux high DPI screens</li>
<li>Improved sidebar performance when folders contain many thousands of files</li>
<li>Improved inline error message style</li>
<li>Fixed an issue where multiple indexing status windows could be shown</li>
<li>Windows: Font rendering defaults to DirectWrite unless using Consolas or Courier New</li>
<li>Windows: Added support for <tt>no_antialias</tt> font option when using DirectWrite</li>
<li>Windows: Improved touch pad scrolling</li>
<li>Windows: Improved file change detection robustness</li>
<li>Windows: Improved font selection logic</li>
<li>Windows: Fix ctrl+` shortcut for UK (ISO) keyboards</li>
<li>Windows: Improved fallback font handling in UI elements</li>
<li>Windows: The subl executable on OS X and plugin_host.exe on Windows are now signed</li>
<li>Windows: sublime_text.exe now has CompanyName set in VERSIONINFO</li>
<li>Mac: Handle layout changes due to macOS Sierra tabs</li>
<li>Mac: Improved default web browser detection</li>
<li>Mac: OS X 10.11 and macOS 10.12+ default to using San Francisco for the UI font</li>
<li>Mac: Fixed file change notifications from freezing UI on macOS Sierra</li>
<li>Mac: the user's default shell is executed and environmental variables are set in the plugin Python environment</li>
<li>Linux: Update X11 selection on clipboard every time selection changes</li>
<li>Linux: Improved <tt>MOD3</tt> modifier key handling</li>
<li>minihtml: Added support for borders</li>
<li>minihtml: Respects <tt>font_options</tt> from the settings</li>
<li>minihtml: Fixed layout of html popups on Windows and Linux under High DPI</li>
<li>minihtml: Fixed crash when doctype is present</li>
<li>minihtml: Fixed a crash from non-existent CSS vars</li>
<li>minihtml: Fixed a crash triggered by bad image paths</li>
<li>API: Add <tt>View.text_to_window()</tt> and <tt>View.layout_to_window()</tt></li>
<li>API: All API functions now accept and return device-independent-pixels</li>
<li>API: Fixed input panel not running <tt>on_cancel</tt> when re-showing the input panel</li>
<li>API: Fixed selector scoring with the & operator</li>
<li>API: Fixed a bug causing incorrect phantom contents</li>
<li>API: Fixed crash in <tt>Window.set_view_index()</tt></li>
<li>API: Updated OpenSSL to 1.0.2k, SQLite to 3.16.02</li>
</ul>
</article>
<article>
<h2>Build 3126</h2>
<div class="release-date">23 September 2016</div>
<ul>
<li>Added Indexing Status to the Help menu to give more information about what the indexer is doing</li>
<li>Fixed a compatibility issue with some third party syntax definitions that include <tt>JavaScript.sublime-syntax</tt></li>
<li>Reduced the default number of worker processes used for indexing. This can be manually controlled via the <tt>index_workers</tt> setting</li>
<li>API: Updated OpenSSL to 1.0.2i</li>
</ul>
</article>
<article>
<h2>Build 3124</h2>
<div class="release-date">22 September 2016</div>
<div class="forum-link">See also the <a href="https://www.sublimetext.com/blog/articles/sublime-text-3-build-3124">Blog Post</a></div>
<ul>
<li>Settings now open in a new window, with the default and user settings side-by-side</li>
<li>Hovering over a symbol will show a popup indicating where it's defined. This is controlled with the <tt>show_definitions</tt> setting.</li>
<li>Build errors are now shown inline at the location where they occurred. This is controlled with the <tt>show_errors_inline</tt> setting.</li>
<li>Added a menu item and command palette entry to install Package Control</li>
<li>Various syntax highlighting improvements</li>
<li>Significant improvements to the Scala syntax definition, with thanks to <
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
macOs sublime (108个子文件)
CodeResources 39KB
crash_reporter 217KB
Sublime Text.icns 572KB
GROOVY.icns 48KB
MAKEFILE.icns 47KB
HASKELL.icns 47KB
SCHEME.icns 47KB
CONFIG.icns 47KB
REGEXP.icns 47KB
ERLANG.icns 47KB
PYTHON.icns 47KB
MATLAB.icns 47KB
OBJ-C++.icns 46KB
OCAML.icns 46KB
MARKDOWN.icns 46KB
BibTeX.icns 46KB
BATCH.icns 46KB
YAWS.icns 46KB
OBJ-C.icns 46KB
TEXTILE.icns 46KB
XHTML.icns 46KB
RAILS.icns 46KB
RUBY.icns 45KB
SHELL.icns 45KB
NANT.icns 45KB
JAVA.icns 45KB
YAML.icns 45KB
CSS.icns 45KB
SVG.icns 45KB
SQL.icns 44KB
ASP.icns 44KB
HTML.icns 44KB
PERL.icns 44KB
LISP.icns 44KB
XSL.icns 44KB
XML.icns 44KB
TEXT.icns 44KB
DOT.icns 44KB
JSP.icns 44KB
LUA.icns 44KB
PHP.icns 44KB
TeX.icns 44KB
TCL.icns 44KB
C++.icns 44KB
C#.icns 43KB
JS.icns 43KB
C.icns 43KB
R.icns 42KB
Document.icns 41KB
Info.plist 20KB
plugin_host 8.76MB
sublime.py 37KB
sublime_plugin.py 28KB
subl 169KB
Sublime Text 15.61MB
Language - English.sublime-package 1.2MB
PHP.sublime-package 517KB
Default.sublime-package 391KB
Color Scheme - Legacy.sublime-package 260KB
Objective-C.sublime-package 219KB
Theme - Default.sublime-package 215KB
C++.sublime-package 191KB
C#.sublime-package 157KB
CSS.sublime-package 140KB
Python.sublime-package 124KB
Ruby.sublime-package 118KB
Vintage.sublime-package 107KB
LaTeX.sublime-package 106KB
JavaScript.sublime-package 98KB
Rails.sublime-package 94KB
Markdown.sublime-package 94KB
Scala.sublime-package 93KB
ASP.sublime-package 88KB
Rust.sublime-package 85KB
Matlab.sublime-package 83KB
Java.sublime-package 65KB
Groovy.sublime-package 62KB
R.sublime-package 60KB
OCaml.sublime-package 55KB
HTML.sublime-package 54KB
Color Scheme - Default.sublime-package 53KB
Clojure.sublime-package 48KB
Perl.sublime-package 44KB
YAML.sublime-package 43KB
D.sublime-package 42KB
Erlang.sublime-package 38KB
Go.sublime-package 37KB
AppleScript.sublime-package 32KB
Batch File.sublime-package 32KB
Regular Expressions.sublime-package 31KB
XML.sublime-package 27KB
TCL.sublime-package 26KB
ShellScript.sublime-package 24KB
Lisp.sublime-package 22KB
Haskell.sublime-package 18KB
ActionScript.sublime-package 16KB
Textile.sublime-package 13KB
SQL.sublime-package 10KB
Makefile.sublime-package 10KB
Lua.sublime-package 9KB
共 108 条
- 1
- 2
资源评论
何佳阳
- 粉丝: 0
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 生菜生长记录数据集(3K+ 记录,7特征) CSV
- 国际象棋检测2-YOLO(v5至v9)、COCO、CreateML、Darknet、Paligemma、TFRecord数据集合集.rar
- RGMII delay问题
- Python结合Pygame库实现圣诞主题动画和音乐效果的代码示例
- 国际象棋检测2-YOLO(v5至v11)、COCO、CreateML、Paligemma、TFRecord、VOC数据集合集.rar
- ssd5课件图片记录保存
- 常用算法介绍与学习资源汇总
- Python与Pygame实现带特效的圣诞节场景模拟程序
- 国际象棋检测11-YOLO(v7至v9)、COCO、Darknet、Paligemma、VOC数据集合集.rar
- 使用Python和matplotlib库绘制爱心图形的技术教程
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功