New Update Sublime Text Updates Thread

lokamoka820

Level 37
Thread author
Verified
Well-known
Mar 1, 2024
2,646
3
7,899
3,569
Banana Republic
Sublime Text is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performance.
Screenshot 2024-12-21 at 18-34-14 Sublime Text Sleek editor with powerful coding tools Alterna...pngScreenshot 2024-12-21 at 18-34-20 Sublime Text Sleek editor with powerful coding tools Alterna...pngScreenshot 2024-12-21 at 18-34-25 Sublime Text Sleek editor with powerful coding tools Alterna...pngScreenshot 2024-12-21 at 18-34-31 Sublime Text Sleek editor with powerful coding tools Alterna...png
Effortlessly split panes and navigate between code
With the new Tab Multi-Select functionality, tabs become first-class citizens in the interface. A simple modifier when performing actions will split the interface to show multiple tabs at once. Works with the side bar, tab bar, Goto Anything and more!

Side-by-side mode for definitions
The Definitions popup now supports side-by-side mode via the icon, or holding Ctrl while clicking a link. Goto Definition, Goto Reference and Goto Symbol in Project also support side-by-side viewing. Explore the full definition, not just a summary in a small popup.

View definitions in auto complete
When an auto-complete word is a symbol with a definition, click the Definition link, or pressing F12 will open the definition to the right. When focus returns to the original file, the auto complete window will return to its last state.

Use multiple selections to rename variables quickly
Here Ctrl+D is used to select the next occurrence of the current word. Ctrl+K, Ctrl+D will skip an occurence. Once created, each selection allows for full-featured editing.
 
Sublime Text 4 Build 4189
Dec 20, 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 there's only one occurrence
 
Sublime Text 4 Build 4200
May 21, 2025
We're planning on making some changes to the supported plugin Python versions.
See the Blog post for more details.

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
 
  • Like
Reactions: simmerskool

You may also like...