Sublime Text 3 Dev (Build 3078)
Тип издания: OS X Software
Релиз состоялся: 19 марта 2015
Поддерживаемая ОС: OS X 10.7+
Разработчик: Jon Skinner
Официальный сайт: ссылкаЯзык интерфейса: Английский
Лечение: в комплекте
Тип лекарства: патч
Системные требования:• Intel
• OS X 10.7 или более новаяОписание:Sublime Text — быстрый кроссплатформенный редактор исходных текстов программ. Поддерживает плагины на языке программирования Python.
Sublime Text не является свободным или открытым программным обеспечением, однако, некоторые его плагины распространяются по свободной лицензии, а также разрабатываются и поддерживаются сообществом разработчиков. Он поддерживает подсветку синтаксиса для: C, C++, C#, CSS, D, Erlang, HTML, Groovy, Haskell, HTML, Java, JavaScript, LaTeX, Lisp, Lua, Markdown, Matlab, OCaml, Perl, PHP, Python, R, Ruby, SQL, TCL, Textile и XML и других языков.
Sublime Text относится к тем текстовым редактором, которые могут все. Гибкость позволяет настроить его на любой вкус.
Если вы переходите на новую версию с Sublime Text 2, то основные изменения в Sublime Text 3 следующие:
• Скорость. Время старта программы, загрузки файлов и работы функции «Replace All» значительно сократилось. Если у вас OS X и Retina, то вы заметите значительный рост производительности.
• Индексация символов, для команд Goto Definition и Goto Symbol in Project. Также работает для функций Jump Forward и Jump Back.
• Улучшенное редактирование HTML, включая автокомплит тэгов и атрибутов, а еще и автоматическое закрытие тэгов.
• Улучшенная работа с проектами. Теперь можно создавать несколько рабочих областей (workspace) для одного проекта.
• Богатый API. Плагины лучше изолированы от основного приложения, и в то же время имеют более полный API.
В целом были сделаны сотни небольших улучшений почти во всех функциях Sublime Text.
Build 3078Release Date: 19 March 2015 • Fixed a plugin_host regression in 3077
Build 3077
Release Date: 19 March 2015
• Fixed a regression in 3075 that caused the default preferences to be marked as unsaved
• Fixed a performance regression with large folders introduced in 3067
• Partially reworked plugin_host communication
• OSX: Fixed a regression in 3076 that caused excess CPU usage
<h2>Build 3076</h2> <div class="release-date">Release Date: 17 March 2015</div> <ul> <li>Fixed a regression in 3075 that caused the default preferences to be marked as unsaved</li> <li>Partially reworked plugin_host communication</li> </ul>
Build 3075
Release Date: 10 March 2015
See also the Forum Thread
• Build Systems: Build systems can now be explicitly selected again
• Build Systems: Renamed "keyfile" to "keyfiles", now accepting a list of files that can trigger the build system (e.g., ["Makefile", "makefile"])
• Improved change detection for files that disappear and reappear, as happens with disconnected network drives
• Windows: Added workaround for broken std::condition_variable in MSVC 2012, fixing a crash in plugin_host
• Updated to a never version of leveldb, fixing constant low level CPU usage if the index becomes corrupted
• Fixed a crash that could occur in directory scanning when directories are being rapidly deleted and recreated
• Transient sheets (e.g., as created by Goto Anything when previewing files) are no longer added to the Recently Closed list
• Windows: Added more descriptive errors when the Update Installer fails to rename a folder
Build 3074
Release Date: 3 March 2015
• Build Systems: Variants can now be selected directly when pressing Primary+B (See this discussion for more information)
• Posix: Fixed new files not respecting the umask permission flags
• OSX: Workaround for an OS issue with zero size windows and OpenGL views
• Windows: Fixed incorrect window sizing after making a maximised window full screen
• Windows: Fixed access denied errors that could occur when saving with atomic_save disabled
• remember_open_files setting is now hidden, and defaults to false. Note that this change will have no effect if the hot_exit setting is left at its default value of true
Build 3073
Release Date: 28 February 2015
• Fixed a Goto Definition regression in 3072
• Build System choices are remembered, so the user will be prompted to choose a build system less often
• Added Edit Project to the Command palette
Build 3072
Release Date: 27 February 2015 • Reworked how Build Systems are selected (More Information)
• Fixed Redo sometimes restoring the selection to the incorrect location
• Command Palette now remembers the last entered string
• atomic_save is disabled by default
• Fixed tabset background being set to the wrong color on startup if different colored tabs are used
• Improved scrolling behavior when line_padding_top is > 0
• minihtml: Added support for <img> tags, in conjunction with
file://, res:// and data: URLs
• minihtml: Added support <ul> and <li> elements
• minihtml: Added support for padding
• minihtml: Added support background-color on inline elements
Build 3071
Release Date: 20 February 2015
• API: Added COOPERATE_WITH_AUTO_COMPLETE flag for View.show_popup()
• Properly improved behavior of Goto Definition when using multiple panes
• Fixed a bug with scrolling tabs, where a 1 pixel line would occasionally appear underneath them
• minihtml: Added support for trivial tags small, code, em, var, and strong
• minihtml: Fixed units not being assigned correctly when using shorthand notation
• Windows: Popup windows are now able to receive scroll wheel input
• API: Fixed a regression 3070 where Window.show_quick_panel() incorrectly reported the highlighted item
• API: Fixed a crash caused by passing an empty string into View.show_popup()
Changelog:
• API: Added View.show_popup() and related functions
• Added auto_complete_cycle setting
• Fixed Minimap refusing to draw on very large windows
• Tweaked handling of syntax definitions and unused captures, resolving an issue with spell checking in Markdown links.
• Improved behavior of Goto Definition when using multiple panes
• Fixed tmLanguages files with the hidden flag set appearing in the Command Palette
• Tweak to quote auto pairing logic
• Tweak to Open URL regex (thanks facelessuser)
• OSX: Added work around for performActionForItemAtIndex: taking an excessively long time in Yosemite. This affected any commands that had a corresponding menu item.
• API: Window.show_quick_panel() will now scroll to the selected item when shown
• API: Window.show_quick_panel() now accepts the flag sublime.KEEP_OPEN_ON_FOCUS_LOST
• API: Fixed on_post_window_command() not getting called
Build 3069
Release Date: 4 February 2015
• Fixed a crash regression in 3068 when typing in a transient sheet
• Fixed a long standing issue with spell checking and non-ascii characters
• API: Fixed sublime.yes_no_cancel dialog return value on Windows
Build 3068
Release Date: 3 February 2015
• Added Goto Definition to the context menu
• Added <current file> option to Find in Files
• Added spelling_selector setting, to control what text is checked for misspellings
• Misspelled words can now be added to the dictionary, in addition to being ignored
• Fixed Ignored Words not persisting after exiting
• Improved some error messages when parsing .tmLanguage files
• Improved URL detection in Open URL context menu item (thanks iamntz and facelessuser)
• Fixed incorrect menu mnemonics
• OSX: Added logging when FSEvents API returns failure
• Fixed a crash regression in 3067 triggered by renaming files
• Fixed sidebar icons sometimes being invisible on startup
• API: Added sublime.yes_no_cancel_dialog()
• API: Added sublime.expand_variables()
• API: Added Window.extract_variables()
• API: Added Sheet.view()
Build 3067
Release Date: 30 January 2015
• Right clicking on a URL will show an 'Open URL' menu item
• Improved Console Panel scrolling behavior
• OSX: subl command line tool no longer uses Distributed Objects, resolving some intermittent failures
• .tmLanguage files may contain a <hidden> element, to indicate they shouldn't be displayed to the user
• Fixed a crash that occurred when dragging rows scrolled out of view in the side bar
• Fixed not being able to click on the selected row of the auto complete popup
• Fixed a typo in the "Save Workspace As" dialog
Скриншоты:
Время раздачи: до 3-х первых скачавших