Hasty Briefsbeta

Bilingual

Sublime Text Build 4200 and Future Plugin Changes

a year ago
  • #Python
  • #Text Editor
  • #Sublime Text
  • Sublime Text 4, build 4200 released with new features and improvements.
  • Python 3.3 will be phased out by Q1 2026, replaced by Python 3.8 initially.
  • Python 3.8 will be upgraded to Python 3.13 in the next development cycle.
  • Support for older operating systems (macOS < 10.13, Windows 7/8/8.1) will be dropped.
  • New 'sidebar_on_right' setting allows moving the sidebar to the right.
  • Built-in support for TOML and Zsh syntax highlighting added.
  • Build systems can now have interactive input with 'interactive': true.
  • Improved multi-cursor performance, now usable with over 100,000 cursors.
  • Various syntax highlighting improvements and performance enhancements.
  • New settings added: 'default_font_size', 'reload_file_in_background', and 'set_unsaved_view_name_for_syntax'.
  • API additions include Window.create_io_panel and Selection helper methods.
  • Multiple fixes including bookmark toggling, build system PATH issues, and minimap settings.