Sublime Text full changelog
Sublime Text 4 Build 4200
released Apr 23, 2026 (New Release)
Upgraded Python 3.8 to Python 3.14
Various syntax highlighting improvements
Added open_terminal command for opening external terminal emulators
Scope selectors can now use > to explicitly match child scopes
Undo/redo history is no longer restored when the file has changed on disk
Fine tuned fuzzy matching logic to improve sorting in some cases
Added "io_workers" setting
Added "click_through" setting for Mac
Improved performance when saving many files
Improved performance of git status
Fixed sheets not being focused when double-clicking in the sidebar with "preview_on_click" disabled.
Improved join line behavior with right-brackets
Fixed selection not being maintained when joining lines
Fixed minimized windows popping up on quit
Improved tab dragging behavior while using enable_tab_scrolling
Fixed file encoding not being restored for unsaved files
Fixed sidebar resizing not working when sidebar is on the right and using non-integer DPI scaling
Fixed select_lines not scrolling to reveal the selection
Fixed non-integer "default_font_size" being rounded
Fixed build system variable "path" not working
Fixed a syntax engine crash
API: Improved type hints
API: Added Sheet.name() and Sheet.set_name() for all sheet types.
API: Added sublime.lib_path() function
API: sublime.load_resource will now throw FileTooLarge when the resource exceeds size limits
API: sublime.load_resource can now be passed a max_size parameter
API: Fixed some edge cases when using NewFileFlags.REPLACE_MRU
API: Fixed View.syntax() returning None with specific syntaxes
Windows: The minimum required version is now Windows 10
Windows: Fixed multi-instance handling when running ST as administrator
Windows: Limited the number of extensions shown in file dialogs
Windows: Fixed installer not removing all files after certain updates
Windows: Included python3.dll for python 3.14
Various syntax highlighting improvements
Added open_terminal command for opening external terminal emulators
Scope selectors can now use > to explicitly match child scopes
Undo/redo history is no longer restored when the file has changed on disk
Fine tuned fuzzy matching logic to improve sorting in some cases
Added "io_workers" setting
Added "click_through" setting for Mac
Improved performance when saving many files
Improved performance of git status
Fixed sheets not being focused when double-clicking in the sidebar with "preview_on_click" disabled.
Improved join line behavior with right-brackets
Fixed selection not being maintained when joining lines
Fixed minimized windows popping up on quit
Improved tab dragging behavior while using enable_tab_scrolling
Fixed file encoding not being restored for unsaved files
Fixed sidebar resizing not working when sidebar is on the right and using non-integer DPI scaling
Fixed select_lines not scrolling to reveal the selection
Fixed non-integer "default_font_size" being rounded
Fixed build system variable "path" not working
Fixed a syntax engine crash
API: Improved type hints
API: Added Sheet.name() and Sheet.set_name() for all sheet types.
API: Added sublime.lib_path() function
API: sublime.load_resource will now throw FileTooLarge when the resource exceeds size limits
API: sublime.load_resource can now be passed a max_size parameter
API: Fixed some edge cases when using NewFileFlags.REPLACE_MRU
API: Fixed View.syntax() returning None with specific syntaxes
Windows: The minimum required version is now Windows 10
Windows: Fixed multi-instance handling when running ST as administrator
Windows: Limited the number of extensions shown in file dialogs
Windows: Fixed installer not removing all files after certain updates
Windows: Included python3.dll for python 3.14
Sublime Text 4 Build 4205
released Apr 23, 2026 (New Release)
New Features and Improvements:
Sidebar can now be moved to the right side using the "sidebar_on_right" setting
Build systems can now optionally have an input box by using "interactive": true
Added "disable_plugin_host_3.3" setting. This causes all plugins to run under 3.8
Rewritten syntax highlighting for SQL, ActionScript, Diff, Bash and Graphviz thanks to jrappen, michaelblyons, keith-hall and deathaxe
Added Zsh and TOML syntax highlighting thanks to deathaxe
Various syntax highlighting improvements
Improved git status performance
Significantly improved performance when editing with many selections
Commands passed via the command line are now delayed until files and plugins have loaded
Built-in color schemes now specially highlight string mapping keys
Improved behavior of copy/cut with multiple empty selections
Tab translation is now disabled when reading from stdin
Improved handling of saving files in non-existent directories
Added "default_font_size" setting
Added "reload_file_in_background" setting
Added "set_unsaved_view_name_for_syntax" setting
Allow variable expansion in a syntax's first_line_match regex
API: Added Window.create_io_panel and Window.find_io_panel
API: Added Selection.has_empty_region, Selection.has_non_empty_region and Selection.has_multiple_non_empty_regions
Fixes:
Fixed wrap_lines command not understanding newer ruler settings
Fixed bookmarks not toggling at EOF
Fixed an issue with click event handling on the scroll bar
Fixed build system errors not having the correct PATH
Fixed index crawler leaking shared memory in special cases
Fixed local transformed symbols having the wrong region
Fixed find_under_expand edge case
Fixed uneven indent guide rendering with fractional dpi scaling
Fixed certain minimap settings incorrectly affecting text rendering
Sidebar can now be moved to the right side using the "sidebar_on_right" setting
Build systems can now optionally have an input box by using "interactive": true
Added "disable_plugin_host_3.3" setting. This causes all plugins to run under 3.8
Rewritten syntax highlighting for SQL, ActionScript, Diff, Bash and Graphviz thanks to jrappen, michaelblyons, keith-hall and deathaxe
Added Zsh and TOML syntax highlighting thanks to deathaxe
Various syntax highlighting improvements
Improved git status performance
Significantly improved performance when editing with many selections
Commands passed via the command line are now delayed until files and plugins have loaded
Built-in color schemes now specially highlight string mapping keys
Improved behavior of copy/cut with multiple empty selections
Tab translation is now disabled when reading from stdin
Improved handling of saving files in non-existent directories
Added "default_font_size" setting
Added "reload_file_in_background" setting
Added "set_unsaved_view_name_for_syntax" setting
Allow variable expansion in a syntax's first_line_match regex
API: Added Window.create_io_panel and Window.find_io_panel
API: Added Selection.has_empty_region, Selection.has_non_empty_region and Selection.has_multiple_non_empty_regions
Fixes:
Fixed wrap_lines command not understanding newer ruler settings
Fixed bookmarks not toggling at EOF
Fixed an issue with click event handling on the scroll bar
Fixed build system errors not having the correct PATH
Fixed index crawler leaking shared memory in special cases
Fixed local transformed symbols having the wrong region
Fixed find_under_expand edge case
Fixed uneven indent guide rendering with fractional dpi scaling
Fixed certain minimap settings incorrectly affecting text rendering
Sublime Text 4 Build 4200
released May 21, 2025 (New Release)
Sidebar can now be moved to the right side using the "sidebar_on_right" setting
Build systems can now optionally have an input box by using "interactive": true
Various syntax highlighting improvements
Added TOML syntax highlighting thanks to deathaxe
Rewritten syntax highlighting for Graphviz thanks to jrappen
Commands passed via the command line are now delayed until files and plugins have loaded
Built-in color schemes now specially highlight string mapping keys
Improved behavior of copy/cut with multiple empty selections
Added "reload_file_in_background" setting
Added "set_unsaved_view_name_for_syntax" setting
Fixed an issue with click event handling on the scroll bar
Fixed build system errors not having the correct PATH
Fixed an indentation guide rendering issue
Fixed index crawler leaking shared memory in special cases
Fixed symbol tests not handling differing transformations for the same symbol
API: Added Window.create_io_panel and Window.find_io_panel
Build systems can now optionally have an input box by using "interactive": true
Various syntax highlighting improvements
Added TOML syntax highlighting thanks to deathaxe
Rewritten syntax highlighting for Graphviz thanks to jrappen
Commands passed via the command line are now delayed until files and plugins have loaded
Built-in color schemes now specially highlight string mapping keys
Improved behavior of copy/cut with multiple empty selections
Added "reload_file_in_background" setting
Added "set_unsaved_view_name_for_syntax" setting
Fixed an issue with click event handling on the scroll bar
Fixed build system errors not having the correct PATH
Fixed an indentation guide rendering issue
Fixed index crawler leaking shared memory in special cases
Fixed symbol tests not handling differing transformations for the same symbol
API: Added Window.create_io_panel and Window.find_io_panel
Sublime Text 4 Build 4192
released Mar 3, 2025 (New Release)
Improved git status performance
Fixed indenting resulting in an empty selection
Fixed overwrite mode not moving the caret
Fixed Duplicate Line not adjusting selections correctly
Fixed indenting resulting in an empty selection
Fixed overwrite mode not moving the caret
Fixed Duplicate Line not adjusting selections correctly
Sublime Text 4 Build 4189
released Dec 20, 2024 (New Release)
Fixed a performance regression when editing large files
Fixed laggy window resizing regression when text wrap is turned off
Fixed incorrect scroll extents when using fractional scaling
Fixed symbol icons missing in some cases
Fixed find_under_expand_skip clearing the selection when there's only one occurrence
Fixed laggy window resizing regression when text wrap is turned off
Fixed incorrect scroll extents when using fractional scaling
Fixed symbol icons missing in some cases
Fixed find_under_expand_skip clearing the selection when there's only one occurrence
Sublime Text 4 Build 4186
released Dec 18, 2024 (New Release)
Fixed incorrect scroll extents when using fractional scaling
Fixed symbol icons missing in some cases
Fixed find_under_expand_skip clearing the selection when there's only one occurrence
Fixed symbol icons missing in some cases
Fixed find_under_expand_skip clearing the selection when there's only one occurrence
Sublime Text 4 Build 4187
released Dec 18, 2024 (New Release)
Various syntax highlighting improvements
Fixed file change detection not working for cloned views after the original is closed
Fixed prompting to reload right after reloading
Fixed find-in-files results not always being sorted
Significantly improved cache compression performance
Improved performance of custom regex engine used for syntax highlighting
Reduced syntax engine memory usage under certain conditions
Improved git repository scanning performance
Improved rendering performance by making theming faster
Added unselect_current command for tab multi-selection
Fixed tab order getting reversed when a group is closed
Fixed regression in Goto Definition where symbols in the current file weren't prioritized
Fixed caret location swapping sides when indenting
Fixed symbol icons missing in some cases
Fixed find_under_expand_skip clearing the selection when there's only one occurrence
Syntax test error messages have been reworked
Syntax tests can now test for symbol transformations
Fixed syntax engine getting confused with multiple overlapping branches
Fixed transformed symbols having an incorrect region
minihtml can now load images from the internet
API: Fixed on_post_move not being triggered when air-dropping
API: CompletionList.set_completions is now thread safe
API: Improved performance when handling many completions
API: View.find_all now supports limiting search to a specified region(s)
API: Fixed null characters truncating log messages
Windows: Fixed crash caused by various Anti-Virus programs calling CreateRemoteThread
Mac: Fixed find clipboard not updating under certain conditions
Mac: Fixed click-through not working
Fixed file change detection not working for cloned views after the original is closed
Fixed prompting to reload right after reloading
Fixed find-in-files results not always being sorted
Significantly improved cache compression performance
Improved performance of custom regex engine used for syntax highlighting
Reduced syntax engine memory usage under certain conditions
Improved git repository scanning performance
Improved rendering performance by making theming faster
Added unselect_current command for tab multi-selection
Fixed tab order getting reversed when a group is closed
Fixed regression in Goto Definition where symbols in the current file weren't prioritized
Fixed caret location swapping sides when indenting
Fixed symbol icons missing in some cases
Fixed find_under_expand_skip clearing the selection when there's only one occurrence
Syntax test error messages have been reworked
Syntax tests can now test for symbol transformations
Fixed syntax engine getting confused with multiple overlapping branches
Fixed transformed symbols having an incorrect region
minihtml can now load images from the internet
API: Fixed on_post_move not being triggered when air-dropping
API: CompletionList.set_completions is now thread safe
API: Improved performance when handling many completions
API: View.find_all now supports limiting search to a specified region(s)
API: Fixed null characters truncating log messages
Windows: Fixed crash caused by various Anti-Virus programs calling CreateRemoteThread
Mac: Fixed find clipboard not updating under certain conditions
Mac: Fixed click-through not working
Sublime Text 4 Build 4186
released Dec 17, 2024 (New Release)
Various syntax highlighting improvements
Fixed file change detection not working for cloned views after the original is closed
Fixed prompting to reload right after reloading
Fixed find-in-files results not always being sorted
Significantly improved cache compression performance
Improved performance of custom regex engine used for syntax highlighting
Reduced syntax engine memory usage under certain conditions
Improved git repository scanning performance
Improved rendering performance by making theming faster
Added unselect_current command for tab multi-selection
Fixed tab order getting reversed when a group is closed
Fixed regression in Goto Definition where symbols in the current file weren't prioritized
Fixed caret location swapping sides when indenting
Fixed symbol icons missing in some cases
Fixed find_under_expand_skip clearing the selection when there's only one occurrence
Syntax test error messages have been reworked
Syntax tests can now test for symbol transformations
Fixed syntax engine getting confused with multiple overlapping branches
Fixed transformed symbols having an incorrect region
minihtml can now load images from the internet
API: Fixed on_post_move not being triggered when air-dropping
API: CompletionList.set_completions is now thread safe
API: Improved performance when handling many completions
API: View.find_all now supports limiting search to a specified region(s)
API: Fixed null characters truncating log messages
Windows: Fixed crash caused by various Anti-Virus programs calling CreateRemoteThread
Mac: Fixed find clipboard not updating under certain conditions
Mac: Fixed click-through not working
Fixed file change detection not working for cloned views after the original is closed
Fixed prompting to reload right after reloading
Fixed find-in-files results not always being sorted
Significantly improved cache compression performance
Improved performance of custom regex engine used for syntax highlighting
Reduced syntax engine memory usage under certain conditions
Improved git repository scanning performance
Improved rendering performance by making theming faster
Added unselect_current command for tab multi-selection
Fixed tab order getting reversed when a group is closed
Fixed regression in Goto Definition where symbols in the current file weren't prioritized
Fixed caret location swapping sides when indenting
Fixed symbol icons missing in some cases
Fixed find_under_expand_skip clearing the selection when there's only one occurrence
Syntax test error messages have been reworked
Syntax tests can now test for symbol transformations
Fixed syntax engine getting confused with multiple overlapping branches
Fixed transformed symbols having an incorrect region
minihtml can now load images from the internet
API: Fixed on_post_move not being triggered when air-dropping
API: CompletionList.set_completions is now thread safe
API: Improved performance when handling many completions
API: View.find_all now supports limiting search to a specified region(s)
API: Fixed null characters truncating log messages
Windows: Fixed crash caused by various Anti-Virus programs calling CreateRemoteThread
Mac: Fixed find clipboard not updating under certain conditions
Mac: Fixed click-through not working
Sublime Text 4 Build 4180
released Aug 6, 2024 (New Release)
Various syntax highlighting improvements
Newly rewritten Lisp syntax highlighting thanks to deathaxe
Linux: Implemented kinetic scrolling under Wayland
Linux: Implemented xdg-activation protocol for wayland
Linux: Fixed crash on wayland related to tab dragging
Linux: Fixed issues with tab dragging under Wayland
Linux: Added workaround for KDE drag-drop issue causing the caret to get stuck (Also fixed in kwin 6.0.4)
Windows: Implemented scroll-resetting behavior when dragging scroll bar
Windows: Fixed copied text being truncated by null character
Windows: Fixed custom top-level menu items not being themed
Windows, Linux: Allow numbers as menu mnemonics
Mac: Files moved to trash now have a "Put Back" option
Mac: Fixed issues related to dragging the edges of windows
Mac: Fixed security entitlements for plugins not applying properly
Mac: Fixed some issues with applying find clipboard
Mac: Fixed multi-line environment variables not being read correctly
Mac, Linux: Fixed leak of shared memory
Added "goto_anything_file_preview" setting
Added "image_file_patterns" for controlling which files are automatically opened as an image
Added File > Open file as Text/Image for explicitly opening a file as an image or as text
Added context menu for image tabs
Improved behavior of Expand Selection in Python docstrings
The "menu" key now works in the sidebar
Reduced memory usage when editing large files
Full Screen is now restored when exiting Distraction Free Mode
Text selection is now retained when using Split View
Improved handling of invalid UTF-16 sequences
Fixed overlay scrollbars blocking input when invisible
Improved accuracy of scope selectors
Added enable toggle to indexing status dialog
Opening folder history in Sublime Merge now works recursively
Added entry in command palette for opening mouse bindings
Added syntax argument to run_syntax_tests command
Fixed syntax tests not running when files aren't UTF-8 encoded
Files containing
Newly rewritten Lisp syntax highlighting thanks to deathaxe
Linux: Implemented kinetic scrolling under Wayland
Linux: Implemented xdg-activation protocol for wayland
Linux: Fixed crash on wayland related to tab dragging
Linux: Fixed issues with tab dragging under Wayland
Linux: Added workaround for KDE drag-drop issue causing the caret to get stuck (Also fixed in kwin 6.0.4)
Windows: Implemented scroll-resetting behavior when dragging scroll bar
Windows: Fixed copied text being truncated by null character
Windows: Fixed custom top-level menu items not being themed
Windows, Linux: Allow numbers as menu mnemonics
Mac: Files moved to trash now have a "Put Back" option
Mac: Fixed issues related to dragging the edges of windows
Mac: Fixed security entitlements for plugins not applying properly
Mac: Fixed some issues with applying find clipboard
Mac: Fixed multi-line environment variables not being read correctly
Mac, Linux: Fixed leak of shared memory
Added "goto_anything_file_preview" setting
Added "image_file_patterns" for controlling which files are automatically opened as an image
Added File > Open file as Text/Image for explicitly opening a file as an image or as text
Added context menu for image tabs
Improved behavior of Expand Selection in Python docstrings
The "menu" key now works in the sidebar
Reduced memory usage when editing large files
Full Screen is now restored when exiting Distraction Free Mode
Text selection is now retained when using Split View
Improved handling of invalid UTF-16 sequences
Fixed overlay scrollbars blocking input when invisible
Improved accuracy of scope selectors
Added enable toggle to indexing status dialog
Opening folder history in Sublime Merge now works recursively
Added entry in command palette for opening mouse bindings
Added syntax argument to run_syntax_tests command
Fixed syntax tests not running when files aren't UTF-8 encoded
Files containing
Sublime Text 4 Build 4169
released Jul 16, 2024 (New Release)
Various syntax highlighting improvements
Files containing colons can now be opened from the command line
Fixed a case where Find/Replace would use incorrect settings when run immediately after find_under_expand
Text selection is now retained when using Split View
Find in files history menu now deduplicates entries
Fixed issues with CPU feature detection
Fixed binary size increase due to a misconfiguration
Resolved some type-hinting issues in plugin host
Fixed find settings not applying to find-in-files
Mac: Fixed some issues with applying find clipboard
Mac: Fixed multi-line environment variables not being read correctly
Windows: Implemented scroll-resetting behavior when dragging scroll bar
Linux: Implemented xdg-activation protocol for wayland
Files containing colons can now be opened from the command line
Fixed a case where Find/Replace would use incorrect settings when run immediately after find_under_expand
Text selection is now retained when using Split View
Find in files history menu now deduplicates entries
Fixed issues with CPU feature detection
Fixed binary size increase due to a misconfiguration
Resolved some type-hinting issues in plugin host
Fixed find settings not applying to find-in-files
Mac: Fixed some issues with applying find clipboard
Mac: Fixed multi-line environment variables not being read correctly
Windows: Implemented scroll-resetting behavior when dragging scroll bar
Linux: Implemented xdg-activation protocol for wayland
Sublime Text for Windows 7 - free download notice
Windows 7 Download periodically updates software information of Sublime Text from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
WinX HD Video Converter
56% Off -
MacX DVD Ripper Pro
50% Off -
Media Player Morpher
85% Off -
MacX DVD Video Converter
58% Off -
WinX DVD Copy Pro
42% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
Popular Tags
rtf to pdf
html
office converter
xlsm to pdf
pdf to doc
pptx to pdf
word to jpg
pdf to word
unicode
word
powerpoint to pdf
xlsx to pdf
ppt to jpg
notepad
pdf to text
xls to pdf
text
convert word to pdf
excel to pdf
editor
docm to pdf
txt to pdf
ppt to pdf
word to pdf
text editor
pdf converter
convert pdf to word
docx to pdf
doc to pdf
word to pdf converter
Popular Windows 7 Software
- Network Monitor II 31.7
- Avro Keyboard 5.6.0.0
- Ghostscript (x64 bit) 10.03.1
- Media Creation Tool x64 22H2
- Windows 7
- iTop Data Recovery 6.1.0.936
- Windows 7 Service Pack 1 7601.17514.1011
- iTop Easy Desktop 4.2.0.312
- Advanced SystemCare 19.3.0.200
- Smart Game Booster 5.3.1.692
- iTop PDF 3.6.0.4
- GoodSync2Go 12.9.29.9
- The Dude 7.22.1 Stable
- IObit Uninstaller 15.4.0.1
- Atlantis Word Processor 5.0.3
© 2026 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.



