서브라임 텍스트 3이 드디어 업데이트 되었다.
2015년 3월 26일에 3083으로 업데이트 된 이후
거진 일년만에 업데이트가 된거 같다.
2월 9일에 3103으로 업데이트가 되었다.
개발자 모드로 하면 https://www.sublimetext.com/3dev 여기서 볼 수 있었지만
공식적으로 나오지 않은거라서 불안정했었다.
장점은 빠르게 변화되는걸 체험할 수 있다는 것이다.
본론으로 들어와서 여러가지 변경된 사항들이 있지만
리스트는 아래와 같다. 리스트 보기
- Added new Syntax Definition file format, .sublime-syntax
- Added a custom regex engine that matches multiple regexps in parallel, for faster file loading and indexing
- Improved Unicode support, including combining character rendering, character classification in regex searches, and case insensitivity in Goto Anything matching
- Packages are now on GitHub
- Incorporates many community provided improvements to the above packages, with significant improvements to HTML, CSS, JavaScript, Go, D and SQL
- Added Panel Switcher to status bar
- Better handling of troublesome files during indexing
- Improved file change detection
- Added “Profile Events” to the Command Palette, to help identify slow plugins
- Build Systems may now define a list of file name wildcard patterns to trigger on, via the file_patterns key
- prompt_open_file and related commands now accept an initial_directory argument
- Improved indenting behavior when indent_to_bracket is enabled
- Spell Checker now reads from manually edited user preferences on the fly
- Stability improvements for Find in Files when using regular expressions that result in significant backtracking
- Fixed file truncation when using hexadecimal encoding
- Fixed brackets in strings influencing auto indent
- Fixed inconsistencies in Goto Anything when selecting symbols
- Fixed tab completion regression in 3081, where h1..h6 HTML completions were not triggering
- Fixed Goto Definition command not working when placed in a submenu
- OSX: Fixed Emoji & Symbols popup failing to insert text in some cases
- Windows: Added support for inserting characters from outside of the BMP
- Windows: ctrl+alt+p is no longer bound by default, due to compatibility issues with some keyboard layouts
- Windows: Updated code signing certificate to no longer use SHA1
- Linux: Fixed a file permission issue when running without –wait
- Linux: crash_reporter is statically linked, improving system compatibility
- API: Added Window.is_sidebar_visible() and Window.set_sidebar_visible()
- API: Added View.is_auto_complete_visible()
- API: Added find_output_panel(), destroy_output_panel(), active_panel() and panels()
- API: Added create_output_panel() now accepts an optional parameter, “unlisted”
업데이트 되면서 Quick Swich Project가 단축키가 안 먹힐 것이다.
기본 단축키가 사라졌기 때문이다.
그래서 단축키만 추가하면된다.
[Preference => Key Bindings – User]
{ “keys”: [“ctrl+alt+p”], “command”: “prompt_select_workspace” }
답글 남기기