forum
Sublime Text 3 is currently available to registered users only.
For notification about new versions, follow sublimehq on twitter.
Build 3035
Release Date: 17 May 2013
- Restored Windows XP compatibility
- Fixed an OSX crash
- Fixed double closing of script tags
Build 3034
Release Date: 16 May 2013
- Improved file change detection
- Windows: Added high DPI support
- Graphics rendering ported to Skia from Cairo
- HTML tag auto completion is better behaved in script tags
- API: Fixed Selection.contains
Build 3032
Release Date: 6 May 2013
- Added setting always_prompt_for_file_reload
- Pressing right in the Goto Anything overlay will open the selected file without closing the overlay
- Improved handling of deleted files when restoring sessions
- Linux: Fixed popup menu positioning
- Windows: Fixed erroneous entries in system menu
Build 3031
Release Date: 1 May 2013
- Find panel has a drop down arrow to select previous items
- Minor Auto Complete visual tweaks
- API: Added view.show_popup_menu()
- API: Added is_valid() method to view and window, to determine if the handle has been invalidated
Build 3030
Release Date: 23 April 2013
- Fix for rare crash
- Telemetry is enabled by default for dev builds
- Improved Minimap hover logic
- Faster startup time
Build 3028
Release Date: 16 April 2013
- Fixed several rare crashes
- Improved HTML completions when typing outside of tags
- Fixed Close Tag not respecting self closing tags
- Windows: Fixed auto updates not installing when the application is installed to a drive other than C
Build 3026
Release Date: 10 April 2013
- auto_find_in_selection defaults to false as intended
- Fixed a sidebar regression in 3024
- Windows: Fixed an 'Open in Sublime Text' regression introduced in 3024
- Improved handling of packages with non-utf8 encoded .py files
Build 3025
Release Date: 9 April 2013
- Fixed some regressions in 3024
- Added Paste from History
- API: on_text_command and on_window command are now called when the menu is used
- API: Added on_post_text_command and on_post_window_command
Build 3024
Release Date: 8 April 2013
- Semi-transient sheets are no longer shown in the OPEN FILES section of the side bar
- Added setting 'auto_find_in_selection', for S2 style Find in Selection logic
- Using Google Breakpad to automatically report crashes
- Symlinks are followed by default in folders added to the side bar
- PHP: Improved auto indenting for the alternative control syntax
- "Remove all Folders from Project" now prompts to confirm
- Deleting a file via the side bar will first close the corresponding view, if any
- Update window will display properly even if the theme doesn't have rules for it
- Windows: New style Open Folder dialogs are used on Vista and later
- API: Added view.close()
- API: Added sublime.get_macro()
Build 3023
Release Date: 3 April 2013
- New auto update system for Windows and OS X
- Added telemetry. Telemetry is currently disabled by default, but will be enabled by default in future dev builds. It can be explicitly controlled with the enable_telemetry setting
- API: Fixed a memory leak in plugin_host
Build 3022
Release Date: 18 March 2013
- Updated syntax highlighting for PHP, Haskell and Pascal
- API: view.command_history(0, True) now returns the last modifying command, as expected
- API: view.substr(point) now has the same semantics as S2 for out of bounds addresses
- API: Improved communication speed with plugin_host
Build 3020
Release Date: 13 March 2013
- Linux: Fixed atomic_save working incorrectly with symlinks
- Windows: Fixed a crash under Windows 7 x64
Build 3018
Release Date: 11 March 2013
- CSS: Completions will not be offered when typing in selectors
- Fixed a scenario where close tag gave incorrect results
- Fixed crash that could occur when dragging a tab associated with a file that needs to be reloaded
- Windows: Fixed shared memory race condition
Build 3017
Release Date: 7 March 2013
- Further word navigation tweaks
- HTML: Close Tag now works with script and style elements
- HTML: Reindent has been reenabled
- PHP: Fixed typing delay
Build 3016
Release Date: 6 March 2013
- Smarter word navigation
- HTML: Tags are closed when </ is entered. This is controlled by the auto_close_tags setting
- HTML: Added attribute completion
- Find and Replace panels automatically resize when multi line strings are entered
- Fixed files being created with the hidden attriute on Windows XP when atomic_save is enabled
- Linux: Using the correct version number for the deb files
Build 3015
Release Date: 4 March 2013
- Fixed various regressions in 3014
- OSX: Jump Back is now bound to control+hypen
- Improved handling of files with extremely long lines
Build 3014
Release Date: 28 February 2013
- Added Jump Back and Jump Forward commands
- Improved HTML completions
- Improved HTML auto indent
- Minimap view rectangle auto hides (controlled by the always_show_minimap_viewport setting)
- Updated C# package
- Added invert_selection command
- atomic_save is enabled by default
- Indexing: Added detection of stuck workers
- OSX: Improved handling of line numbers sent via apple events
- API: view.add_regions() will accept package relative paths for the icon
- API: view.add_regions() can show underlines
- API: Added on_pre_close() callback
- API: view.window() will now work even if the view isn't frontmost
Build 3013
Release Date: 21 February 2013
- Faster loading of large, plain text files
- Improved console scrolling performance on high resolution displays
- Further protection against degenerate syntax definitions
- Added atomic_save setting
- Fixed Reveal in Side Bar
- Fixed C++ syntax highlighting for nested class forward declarations
- Exec panel scrolls again
- Windows: ok_cancel_dialog uses new visual styles
- OSX: Added experimental support for line numbers in the ODB protocol
- API: Added on_text_command() and on_window_command()
- API: Added load_resource(), load_binary_resource() and find_resources()
- API: Added encode_value() and decode_value()
- API: view.sel() supports negative indices
- API: Implemented settings.add_on_change() and settings.clear_on_change()