A super fast and modern-looking text and development editor

Sublime Text

Sublime Text

  -  15.3 MB  -  Paid
  • Latest Version

    Sublime Text 4180 LATEST

  • Review by

    Daniel Leblanc

  • Operating System

    Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64 / Windows 11

  • User Rating

    Click to vote
  • Author / Product

    Jon Skinner / External Link

  • Filename

    sublime_text_build_4180_x64_setup.exe

  • MD5 Checksum

    aaf9512b5751e651b6a5888196cdc1c8

Sublime Text is a sophisticated text editor for code, markup, and prose. You'll love the slick user interface, extraordinary features, and amazing performance.

Features and Highlights

Goto Anything
Use Goto Anything to open files with only a few keystrokes, and instantly jump to symbols, lines, or words.

Multiple Selections
Make ten changes at the same time, not one change ten times. Multiple selections allow you to interactively change many lines at once, rename variables with ease, and manipulate files faster than ever.

Command Palette
The Command Palette holds infrequently used functionality, like sorting, changing the syntax, and changing the indentation settings. With just a few keystrokes, you can search for what you want, without ever having to navigate through the menus or remember obscure key bindings.

Distraction Free Mode
When you need to focus, Distraction-Free Mode is there to help you out. Distraction-Free Mode is full screen, chrome-free editing, with nothing but your text in the center of the screen. You can incrementally show elements of the UI, such as tabs and the find panel, as you need them.

Split Editing
Get the most out of your widescreen monitor with split editing support. Edit files side by side, or edit two locations in the one file. You can edit with as many rows and columns as you wish.

Instant Project Switch
Projects in Sublime Text capture the full contents of the workspace, including modified and unsaved files. You can switch between projects in a manner similar to Goto Anything, and the switch is instant, with no save prompts - all your modifications will be restored next time the project is opened.

Plugin API
Sublime Text has a powerful, Python-based plugin API. Along with the API, it comes with a built-in Python console to interactively experiment in real-time.

Customize Anything
Key Bindings, Menus, Snippets, Macros, Completions and more - just about everything in the program is customizable with simple JSON files. This system gives you flexibility as settings can be specified on a per-file type and per-project basis.

Cross-Platform
The app is available for macOS, Windows, and Linux. One license is all you need to use the tool on every computer you own, no matter what operating system it uses. SublimeText uses a custom UI toolkit, optimized for speed and beauty while taking advantage of native functionality on each platform.

Note: Sublime Text 3 dev builds are available to licensed users only.

Also Available: Download Sublime Text for Mac

  • Sublime Text 4180 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    Sublime Text 4180 Screenshot 1
  • Sublime Text 4180 Screenshot 2
  • Sublime Text 4180 Screenshot 3
  • Sublime Text 4180 Screenshot 4

What's new in this version:

- 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
- 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:
- overlay scrollbars blocking input when invisible
- syntax tests not running when files aren't UTF-8 encoded
- Files containing colons can now be opened from the command line
- window closing when switching projects under certain conditions
- focus of new windows starting on the last group when "remember_layout" is enabled
- line numbers not being rendered correctly in some cases
- an issue with rulers displaying incorrectly while scrolling under OpenGL
- fold markers not having background rendering
- PATH not being restored correctly when a build system fails to launch
- 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