Back

Sublime HQ Pty Ltd
Patches for Sublime Text x64
Windows
9 patches available
The sophisticated text editor for code, markup and prose.
Sublime Text x64 Version 4200
Release Date
5/21/2025
Bug Fix?
Yes
Minor Release?
No
Patch Notes

Build 4200$$$21 May 2025$$$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 syntaxs 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 x64 Version 4(Build4192)
Release Date
1/20/2025
Bug Fix?
Yes
Minor Release?
No
Patch Notes

Build 4192$$$20 Jan 2024$$$Fixed tab not working when tab completion is disabled and there is no matching snippet$$$Fixed find field not expanding with multi-line search queries$$$Fixed a scroll position tracking issue$$$Windows: Fixed an issue with timer accuracy
Sublime Text x64 Version 4(Build4189)
Release Date
12/20/2024
Bug Fix?
Yes
Minor Release?
No
Patch Notes

Build 4189$$$20 Dec 2024$$$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 theres only one occurrence
Sublime Text x64 Version 4(Build4186)
Release Date
12/17/2024
Bug Fix?
Yes
Minor Release?
Yes
Patch Notes

Build 4186$$$17 Dec 2024$$$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 werent prioritized$$$Fixed caret location swapping sides when indenting$$$Fixed symbol icons missing in some cases$$$Fixed find_under_expand_skip clearing the selection when theres 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 x64 Version 4(Build4180)
Release Date
8/6/2024
Bug Fix?
Yes
Minor Release?
Yes
Patch Notes

BUILD 4180$$$6 Aug 2024$$$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 arent UTF-8 encoded$$$Files containing colons can now be opened from the command line$$$Fixed window closing when switching projects under certain conditions$$$Fixed focus of new windows starting on the last group when remember_layout is enabled$$$Fixed line numbers not being rendered correctly in some cases$$$Fixed an issue with rulers displaying incorrectly while scrolling under OpenGL$$$Fixed fold markers not having background rendering$$$Fixed PATH not being restored correctly when a build system fails to launch$$$Fixed git repository details not always showing$$$Find: Find in files history menu now deduplicates entries$$$Find: Fixed settings not applying to find-in-files$$$Find: Fixed a case where incorrect settings would be used when run immediately after find_under_expand$$$Tab Dragging: Improved clarity in mixed-dpi setups$$$Tab Dragging: Fixed various positioning bugs in mixed-dpi setups$$$Tab Dragging: Fixed misalignment of labels in some cases$$$minihtml: Improved error messages$$$minihtml: Added support for white-space: pre and white-space: pre-wrap$$$minihtml: <style> tags are now allowed within <head>$$$minihtml: HTML is no longer parsed within <style> tags$$$minihtml: Made HTML entity parsing more lenient$$$Theme: New unmodified files no longer have the dirty attribute$$$API: All functions are now available at import time$$$API: Optimized auto-completion$$$API: Fixed ViewEventListener occasionally leaking$$$API: Fixed Settings.get not always returning the default value on failure$$$API: Fixed View.style_for_scope not always returning the right source_line$$$API: Added View.utf8_code_units and View.utf16_code_units
Sublime Text x64 Version 4(Build4169)
Release Date
11/24/2023
Bug Fix?
Yes
Minor Release?
No
Patch Notes

BUILD 4169$$$24 November 2023$$$Fixed a stack overflow when closing large amounts of files$$$API: Fixed backwards compatibility breakage with Sheet.is_transient()$$$API: Fixed a crash with Window.set_view_index$$$Linux: Fixed a rare crash with the save dialog$$$Windows: Fixed a rare crash related to cursor hiding$$$
Sublime Text x64 Version 4(Build4152)
Release Date
8/2/2023
Bug Fix?
Yes
Minor Release?
No
Patch Notes

BUILD 4152$$$2 August 2023$$$Mac: Fixed compatibility with macOS 10.14 and earlier$$$
Sublime Text x64 Version 4(Build4143)
Release Date
11/11/2022
Bug Fix?
Yes
Minor Release?
Yes
Patch Notes

BUILD 4143$$$11 November 2022$$$Fixed a performance regression in 4142 on color schemes with very complex selectors$$$Folded regions no longer include the trailing newline by default$$$Fixed selection jumping when clicking on a fold marker
Sublime Text x64 Version 4(Build4126)
Release Date
12/21/2021
Bug Fix?
Yes
Minor Release?
Yes
Patch Notes

Improved OpenGL rendering performance by automatically batching together controls$$$Added support for Chinese standard GB18030 file encoding$$$Added support for CP862 file encoding$$$Resolved various issues tracking symlinks in the side-bar$$$Avoid session data corruption if a crash happens while saving the session$$$subl -n will reuse an existing empty window if the application isnt running$$$Binary files now show as Binary syntax instead of Plain Text in the status bar$$$Fixed wildcards incorrectly matching subpaths (For settings like folder_exclude_patterns)$$$Made find_in_files_max_result_size not apply when replacing$$$Fixed crash when loading invalid grid layout from session$$$Fixed spell checker incorrectly marking some words as correct if they cant be encoded$$$Fixed rendering order of successive popups$$$Fixed package subfolders sometimes not being loaded when matching the ignored_packages setting$$$Fixed layout instability in side bar causing things to occasionally be rendered 1 pixel off$$$Added some missing glyphs to draw_unicode_white_space: all$$$Added draw_unicode_bidi setting for drawing unicode bidi characters$$$Added select_across_groups setting for opting into the old side bar selection behavior when selecting a single file$$$Fixed close_windows_when_empty setting not working$$$Fixed goto-definition preview not closing on escape$$$Fixed quick panel closing on enter when there are no matching entries$$$Syntax Highlighting: Fixed backtracking breaking when creating phantoms or doing a context backtrace$$$Syntax Highlighting: Fixed regression with some syntax definitions introduced in 4115$$$Linux: Added missing libcurl dependency for package managers$$$Linux: Fixed GTK overriding LC_NUMERIC environment variable breaking serialization$$$Windows: Fixed command line not taking focus after closing a waited on file$$$Windows: Fixed crash when OpenGL initialization fails$$$Mac: Aliases are now resolved when using drag and drop$$$Mac: Fixed window sometimes being restored on startup when create_window_at_startup is disabled$$$Mac: Fixed native tabs restoration resulting in odd behavior$$$Mac: Fixed subl -b not working$$$Mac: Fixed terminal not being focused after waiting on file$$$Mac: Fixed Window > Merge All Windows merging minimized windows$$$Mac: Fixed various inconsistencies when opening files from finder$$$API: The show_panel command for the find and find in files panels can now take pattern and replace_pattern arguments$$$API: ListInputHandler.preview is now called with None when no items match the current filter$$$API: Fixed case where Window.project_data() could return an invalid value$$$API: Opening a new pane moves currently selected sheets$$$API: Added Window.move_sheets_to_group$$$API: The commands move_to and move_to_neighbouring now move currently selected sheets
Interested in automating patching for Sublime Text x64?