SUBLIME ZIP DOWNLOAD MAC
Mac: windows will now stay maximized when using Mac window tabs.
Tab selection changes will no longer crash.Changing window layout will no longer crash.Closing window right after creating it will no longer crash.Unicode URLs are now properly handled in the editor context menu.Find results are now properly highlighted on Find All when close_find_after_find_all is turned off.Selection will no longer be reset after Find All is used when finding in selection.trim_trailing_white_space_on_save set to not_on_caret will no longer remove file contents.Trimming modified white space works properly in more edge cases.swap_line_down will no longer result in an invalid selection.delete_file now properly closes associated tabs.switch_file now preserves the current tab multi-selection.Sidebar: various file selection fixes, including paths passed to commands.Sidebar: keyboard navigation has been fixed.Auto Complete: fixed clipping of kind letters.Auto Complete: when mini_auto_complete is enabled, a normal AC window will no longer appear.Auto Complete: added the auto_complete_when_likely setting.API: Syntax.name is now derived from the path if not present.API: added missing lect_sheets() method to Python 3.3 plugin host.API: fixed ViewEventListener.on_load_async() sometimes not being called.API: added sublime.CLEAR_TO_RIGHT for use with Window.open_file().Linux: recursively expanding and collapsing sidebar folders now works with alt or super.
SUBLIME ZIP DOWNLOAD CODE
Code Folding: fixed some edge-case incorrect behaviors.Sidebar: fixed keyboard navigation when the Open Files section is displayed.Auto Complete: fixed a regression with the Definition link.Goto Anything: correct flickering of first tab when filtering files.Goto Anything: add missing ctrl+enter key binding for Windows and Linux.Goto Anything: pasting a file name and line number no longer changes the line in the previous file.Tab Multi-Select: in Goto File, Goto Symbol in Project and Definitions popup, the shift modifier appends the file to the far right.Tab Multi-Select: in Goto File and Goto Symbol in Project, the ctrl/ cmd modifier now opens the file to the right, replacing any existing tabs.Switching files correctly updates the window title and status bar.Mac releases now include native Apple Silicon binaries.Folders in the sidebar can be recursively expanded via alt+arrow key.Fixed a sidebar selection bug with the last file in a folder.Mac: Fixed window title appearing in the wrong location in the Adaptive theme.API: Add missing lected_sheets() method for Python 3.3.Windows: Fix multiple application instances launching using "Open with Sublime Text".Windows: Fix scroll jumping when using auto_hide_menu with adaptive theme.Mac: Improved behavior of Open and Save dialogs.Linux: Use native dialogs functionality in GTK, enabling KDE dialogs when desired.Auto Complete: Fixed an infinite loop when the same folder is added to the sidebar twice.open_files_in_new_window is now supported on all platforms.