Sublime Text v4.0 Build 4096 text editor Windows Chinese registered version!

Sublime Text is a lightweight, concise, efficient, cross-platform code, HTML text editor. You will love this beautiful user interface and extraordinary features. Symbol Indexing. Sublime Text can now scan the files in your project and index which symbols the files contain. This will back up the new features Go to Definition and Goto in Symbol Items, both of which can be accessed from the Go To menu. You will love its slick user interface and powerful features.

Sublime Text v4.0

 The latest version has been officially released, and the new version brings a better visual experience and operating experience. In terms of text rendering, Ligature is now supported, and the text rendering effect on the Windows platform has been improved. In addition, high DPI is better supported on all platforms. In terms of color schemes, a new JSON-based color scheme format is used, which is easier to customize.

Sublime Text is a lightweight, concise, efficient, cross-platform code, HTML text editor. You will love this beautiful user interface and extraordinary features. Symbol Indexing. Sublime Text can now scan the files in your project and index which symbols the files contain. This will back up the new features Go to Definition and Goto in Symbol Items, both of which can be accessed from the Go To menu. You will love its slick user interface and powerful features.

Goto Definition takes you to the definition of the symbol under the caret, while Go to Symbol Item prompts you to select a symbol through fuzzy matching and then takes you to the definition of that symbol. Pane Management. Working with multiple panes is now more efficient, with commands to create and destroy panes, and quickly move files between panes. You can see new options in View/Group, View/Focus Group and View/Move Files to Group.

SublimeText is a must-have for programmers! It supports but is not limited to syntax highlighting for mainstream programming languages such as C, C++, C#, CSS, D, Erlang, HTML, Groovy, Haskell, HTML, Java, JavaScript, LaTeX, Lisp, Lua, Markdown, Matlab, OCaml, Perl, PHP, Python, R, Ruby, SQL, TCL, Textile and XML.

Sublime Text is also cross-platform. It has Windows and Mac versions. Its interface and functions are similar to TextMate. In addition, its window grouping, project management, extension tools, and code folding are all very good. It also directly supports vim mode!

Sublime Text v4.0 (build 4107)

May 20, 2021

Release Notes

  • Multiple selected tabs can be viewed side by side
  • Autocomplete is context-aware by finding similar code elsewhere in the current project
  • Symbols have category information displayed for completion and navigation
  • Themes can respect system dark mode preferences, and title bars can be themed on all platforms
  • Syntax highlighting now supports fallback and inheritance
  • Many syntax highlighting improvements and built-in TypeScript, JSX, and TSX support
  • GPU rendering improves performance. Enabled by default on macOS
  • ARM64 support for Linux and macOS (Apple Silicon)
  • Added many plugin APIs, especially to better support plugins such as LSP
  • Python 3.8 support for plugins

GPU Rendering

  • Newhardware_accelerationSet the UI to be composited on the GPU
  • By default, GPU rendering is enabled on Mac and disabled on Windows and Linux
  • Details about the active GPU will be displayed in the console

Context-aware autocompletion

  • The autocomplete engine now suggests completions based on patterns in existing code
  • Use the entire project as source, not just the current view
  • Plugins can specify symbol type information to be displayed in the suggestion list

Tab Multi-Select

  • Can be usedctrl / cmdSelect multiple tabs and their contents will be displayed side by side
  • Selecting multiple files from the sidebar will also preview them simultaneously
  • The included theme has a tab connector that connects the active sheet and the worksheet when using sheet multi-select
  • The sidebar is now availablealtSelect multiple files
  • Goto Anything allows the use ofctrl / cmdOpen tabs side by side
  • The Definition popup has a dedicated button for opening files side by side
  • You can also select multiple tabs from the Tab drop-down list.
  • menuSelect/Tab SelectionContains various options for manipulating tab multi-selection
  • Use the multi-select feature.File/New ViewReplaced byFile/Split View

Python 3.8 API

  • Added Python 3.8 API environment for plugins
  • Plugins can be accessed through the plugin folder.python-versionFile Selection Python Version
  • Existing plugins are fully supported via the legacy Python 3.3 API
  • Many API improvements and additions - see the API section for more details

Go to Symbol

  • Goto Symbol in Project is now significantly faster in large projects
  • Now displays icons next to symbols to indicate the symbol type
  • Indexing symbols with less than 3 characters

Syntax Definition

  • Thomas SmithThomas SmithAdded out-of-the-box support for TypeScript, JSX, and TSX
  • Added the ability to "branch" within syntax definitions for non-deterministic or multi-line constructs
  • Many syntax highlighting improvements, including major improvements to:
  • Significantly improved loading times, matchmaking times and reduced cache size on disk
  • Now,embedHas been lazy loaded, resulting in better performance for syntaxes like markdown
  • AddedBranches,andUnable toPerforming non-deterministic parsing
  • IncreasedVersion: 2Maintaining backward compatibility while fixing edge cases
  • AddedExtensionsto inherit from another grammar definition. Multiple inheritance is supported if all parents have the same base grammar.
  • Addedhidden_​​extensions
  • Allowedpush/set up/Embed/BranchesUse next topop
  • Fixed performance issue with bounded repetitions in regular expressions
  • Syntax tests now assert that re-indentation works as expected
  • Syntax tests can now assert that symbols are indexed
  • Preventing infinite include loops with with_prototype
  • Fixed many scope related bugs
  • Fixed some regular expression capture related bugs
  • Towards"Display Range Name"Popup window added with more information

Operating system compatibility

  • With the addition of Python 3.8, the following operating systems are no longer supported:
    • OS X 10.7
    • OS X 10.8
    • Windows XP
    • Windows Vista

Platform Integration

  • Added automatic dark/light theme and color scheme switching based on OS theme changes
  • subl-Can now be used to read from stdin on all platforms
  • Windows will remember their virtual desktops/spaces/workspaces bykeep in mindWorkspace Settings Control
  • Scrollbars now follow platform conventions when clicked. You can useScrollbarsConfiguration.sublime-mousemap
  • Mac: Version uses universal binaries with Apple Silicon support
  • Mac: Updated icons to follow macOS 11 style
  • Mac: Windows will now remain maximized when using Mac window tabs
  • Mac: Fixed various issues with the wrong cursor
  • Linux: ARM64 builds now available
  • Linux: Text drag and drop is now supported
  • Linux: Added proper support for Wayland
  • Linux: Touch screen events can now be handled
  • Linux: Better support for copy-paste with other applications that don't support utf8 text
  • Linux: When configured, native file dialogs similar to KDE will be used
  • Windows: IME preview and multi-select support
  • Windows, Linux: Added support for custom title bars
  • Windows, Linux: Use vsync for animations, instead of fixed 60hz
  • Mac, Linux: Improved compatibility with some keyboard layouts

Application behavior

  • AddedSafe Mode, to simulate a fresh installation. By passing--safe-modeOr hold down while booting up on Windows/macOS respectivelyshift + alt / optionTo enable
  • AddedHelp/Report a BugLink to our public issue tracker
  • Added supporthot_exitOptions to set to control the behavior when the last window is closed
  • Fixed a possible situation where updating would lose the current session
  • Settings containing a UTF-8 BOM will no longer fail to load
  • Added support for previewing TGA and PSD images
  • Addedclose_deleted_filesSettings to control the behavior of session recovery after files are deleted on disk
  • Popups now use virtual windows to improve performance
  • Improved performance when loading files with very long lines
  • Improved rendering performance on very long threads
  • Improved performance with large session files
  • The data directory "3" has been deleted, but if a "3" directory still exists, it will be used
  • Mac:Quick Switch ProjectCan now be run without any windows open
  • Mac, Linux: Cache and Index are now in the correct location (respectively~/.cacheand~/Library/Caches

Autocomplete

  • Type the full tag for the snippet to trigger it to move to the top of the results
  • Manually typing the only available completion will hide the autocomplete popup
  • .sublime-completionFiles can now specifyNotes,typeandMore Information
  • Ranking quality improvements
  • Improved completion behavior starting with non-word characters
  • Now disabled by defaultauto_complete_trailing_symbols
  • cancelCompletionWill no longer block manual calls
  • Addedauto_complete_when_likelyset up
  • Addedauto_complete_preserve_orderset up
  • Addedauto_complete_include_snippets_when_typingset up
  • Addedauto_complete_use_indexset up
  • Addedauto_complete_use_historySet to control whether to automatically select the previous selection
  • Run when autocomplete is shownauto_completeThe command will requery the plugin to get the results
  • Now,auto_complete_selectorApplies to the position before the character just typed, and is the same asauto_complete_triggersmatch

Input Processing

  • Modifier keys can now be used as part of key bindings. For example,[Ctrl],[ctrl]]Press twiceCtrlWhen triggered, and twiceCtrlWithout any other keys in between
  • Linux:AltGrNow you canaltgrFor key bindings
  • Linux: Added a workaround for a touchscreen driver bug that would cause right click and mouse scrolling to stop working
  • Linux: When the menu is hidden, pressing alt will show the menu
  • Mac: Fixed pinyin input
  • Mac: Keyboard keys can now be bound to their expected locations
  • Mac: Added key bindings for macOS application tabs
  • Windows, Linux: Hide the mouse cursor while typing.hide_pointer_while_typingSetting Control
  • Windows, Linux: Fixed the issue of not being able to bindProblems with Ctrl + Break

Editor Controls

  • AddedFile / Print, which can be printed through the browser
  • Added "Edit/Copy as HTML"
  • The build system now uses the new annotation feature instead of phantoms, resulting in less reflow
  • Undo history is preserved across sessions
  • When editing preferences programmatically, comments and layout are preserved
  • By default, caret blinking is disabled.caret_styleSet tosmoothbyadaptPrevious behavior
  • Improved automatic indentation detection
  • Relative line numbers were added, byrelative_line_numbersSetting Control
  • Added settingsscroll_context_lines
  • Added settingshide_pointer_while_typing
  • Added settingscontrol_character_style
  • AddedProject/Recent/Delete Deleted
  • AddedchainCommand to run multiple commands in succession
  • switch_fileCommand now handles filenames with composite extensions
  • Now,scroll_past_endSetting support usage0.0arriveBetween 1.0Number to define the scroll distance
  • Double-clicking the tab of a semi-transient worksheet will now fully open that worksheet
  • trim_trailing_white_space_on_saveNow you can set"not_on_caret"
  • trim_trailing_white_space_on_saveNow only newly inserted trailing whitespace is trimmed by default.trim_only_modified_white_spaceSetting Control
  • Extendeddraw_white_spaceSetting leading and trailing whitespace support
  • Unicode space characters (such as the zero-width no-break space) are now rendered as hexadecimal values.draw_unicode_white_spaceSetting Control
  • Fixed spelling correction to support languages that use capital letters after the beginning of a word
  • Added commands to simplify customizing the active theme or color scheme
  • ifHold down the Ctrl key(On Mac,Cmd),butQuick Switch ProjectThe selected project will open in a new window
  • Addedwrap_width_stylePreferences
  • Addedconsole_max_history_lines
  • Added additional settings to control the status bar:show_sidebar_button,show_indentationandshow_syntax
  • The console now uses Python syntax highlighting by default
  • AddedCentral Europe (Mac)Encoding support
  • Key Bindings: Now,Connection linelie inCtrl + Shift + J / Cmd + Shift + J Up
  • Key Bindings: No longer binds "PutSelect Expand to Indent"
  • Key Bindings:Ctrl + J / Cmd + JNow used as a prefix for sequential key bindings, similar toCtrl + K / Cmd + K
  • Code folding: fixed incorrect behavior in some corner cases
  • Linux: Added support for alternate font weight names
  • Linux: Selection is no longer cleared when another application makes a selection
  • Linux: AddedCtrl + SpaceTo trigger autocomplete
  • Linux, Windows: AddedAlt + Shift + left mouse buttonAs an alternative to column selection binding
  • Linux, Windows: Added Shift+F10 key binding to open context menu

Text Commands

  • Macros now record find commands
  • ReworkedBackand"go ahead"Order
  • Line break paragraphImproved behavior
  • Switching lineImproved behavior
  • AddedRestore diff chunks
  • AddedSelect/Extend SelectionAsExpand your selectionThe general mechanism
  • Now, ifSelection/Split into rows,If the selection does not contain any line breaks, the selection will be split into words.
  • When there are multiple selections and all selections are numbers, show the sum in the status bar
  • set_file_typeCommands now accept syntax names prefixed with "scope:"
  • Fixedsort_linesProblem replacing unicode line breaks with regular ones

Snippet

  • Addedauto_complete_include_snippetsSetting to disable autocomplete integration
  • Addedignore_snippetsSetting to disable the default snippet

Index (Go to Definition)

  • By default,.gitignoreIgnored files are not indexed.index_exclude_gitignoreSetting Control
  • Files without extensions are no longer indexed by default.index_skip_unknown_extensionsSetting Control
  • Improve behavior by continuously changing files
  • Greatly shortened loading time

Files and folders

  • Saving files is now asynchronous
  • Improved performance when adding directories containing a large number of files
  • whensave_on_focus_lostIf enabled, closing an unsaved file will save and close it without prompting to save
  • Improved integration with administrator-owned filessave_on_focus_lostBehavior
  • Addedreload_file_on_changeSetting to control whether to automatically reload files
  • Now,folder_exclude_patternsandfolder_include_patternsProject relative paths are supported by using//Path starting with
  • Folders in the sidebar can be recursively expanded via Alt + arrow keys
  • Addedpreview_on_clickSet to only support previewing files when left clicking
  • Windows: Fixed "Open the containing folder
  • Windows: Fixed Save dialog not showing new files with control characters on first line
  • Windows: Fixed a bug when opening dialogs in the background.Ctrl + Backspace willinsertDELCharacter Problems
  • Linux: Fixed recreated directories not working properly with file change monitoring
  • Linux: Recursively expand and collapse sidebar folders now works withaltorUse with super

Find

  • Search results on the scroll barHighlight,Depend onhighlight_find_results_in_scrollbarcontrol
  • Find in selection now highlights the area that will be searched
  • Commands can now be run without the find panel input focus
  • Fixed an issue where keyboard input did not work in the Find panel
  • Improved lookup history behavior
  • Find: Various performance improvements for large files with graceful degradation
  • Find: Fixed skipping of adjacent matches when using find in selection
  • Find: Fixed an issue where the Find in Select option would not be cleared when changing tabs
  • Find: After finding in the selection, use theFind All"The selection will not be reset after
  • Find: Closeclose_find_after_find_allNow in "Find All"Correctly highlight the results
  • Find in Files: Large number of matches improves performance
  • Find in Files: You can now press.gitignorefilter
  • Find in Files: added "Preserve Case" option for replace
  • Find in Files: Fixed not recursing into directories on network file systems
  • Find in Files: Hide ruler in find results by default
  • Find in Files: Added "Find/Cancel Find in Files"Menu Items
  • Find in Files: When an explicit folder is given, binary file mode is applied
  • Find in Files: Using "Find in Folder..." from the sidebar context menu will apply the project files filter
  • Find in Files: Addedclose_find_after_find_allPreferences
  • Find in Files: Addedclose_find_after_replace_allPreferences

User Interface

  • Change the default color scheme toMariana
  • Added default dark theme
  • Addedthemed_title_barset up
  • Changed the file label style, addedfile_tab_styleset up
  • Go to symbol to display more information about the symbol
  • Defines a hover popup to display more information about a symbol
  • When using the included theme, the work surface without input focus is now dimmed
  • Added a "New Tab" button to the tab bar and sethide_new_tab_button
  • Addedshow_tab_close_buttons_on_leftset up
  • Addedhighlight_gutterandhighlight_line_numberset up
  • Added the ability to automatically hide menus, tabs, and the status bar while typing. Seeauto_hide_menuand related settings
  • The window title bar can beshow_rel_pathandshow_project_firstSettings to control
  • The tab context menu now includes "Close unmodified files"and"Close deleted files"entry
  • Sidebar highlighting now correctly reflects the selected tab
  • Color Scheme: AddedLuminescenceFont Options
  • Color schemes: Added support forUnderlineFont style support
  • Color Scheme: Added new propertiesinactive_selection_border
  • Color scheme: Slightly darkened Mariana's background
  • Color Schemes: Added support for stippled_underline and squiggly_underline
  • Color scheme:.sublime-color-schemeThe converter now supports.hidden-tmThemedocument
  • Themes: Included themes make extensive use of variables to make customization easier
  • Theme: Fortitle_barElements addedstyleproperties for better integration with OS Dark Mode
  • Subject: The document with input focustree_rowNowHighlightproperty
  • theme:set upKeys now support objects where the key is a setting and the value is a boolean, string, or array of strings
  • Theme: Added in text, image and HTML worksheetssheet_contentskind
  • Theme: Forsheet_contentsAddedbackground_modifierproperty
  • Theme: Fortab_controlMany new properties have been added,makeTab themes are richer
  • theme:HighlightedProperties apply only to the most recently active sheet, not to the most recently active sheet in each group
  • theme:tab_controlandsheet_contentsClasses can now synchronize theirHighlightandHoverproperty
  • theme:TooltipsControls now support animated opacity
  • Linux: Show sequential key bindings in menus
  • Linux: Fixed context menu position being slightly offset

Spell Check

  • Update dictionary
  • Added support for non-utf8 dictionaries
  • Updated Hunspell to pick up suggestions for improvements
  • System dictionary now available on Linux
  • Now available on Mac~/Library/SpellingDictionary in

Rendering

  • Correctly query glyph ranges to avoid cutting off large glyphs
  • Windows, Linux: Added support for subpixel sorting by display
  • Mac: Improved window resize performance
  • Windows: Fixed rendering bug where other applications could cause persistent artifacts through window animations
  • Windows: Add support for color emojis

Official Website: http://www.sublimetext.com/

Official Download (4.0 Build 4096)

https://download.sublimetext.com/sublime_text_build_4096.zip

https://download.sublimetext.com/sublime_text_build_4096_x64.zip

https://download.sublimetext.com/sublime_text_build_4096_x32_setup.exe

https://download.sublimetext.com/sublime_text_build_4096_x64_setup.exe

Download the Chinese registered version:

Download address 1:Download sublime_text_build_4096 Chinese version

Download address 2: sublime_text_build_4096 Chinese version download

score

Leave a Reply

Your email address will not be published. Required fields are marked *