A super fast and modern-looking text and development editor

Sublime Text for Mac

Sublime Text for Mac

  -  40.2 MB  -  Demo
  • Latest Version

    Sublime Text 4200 LATEST

  • Review by

    Daniel Leblanc

  • Operating System

    Mac OS X 10.7 or later

  • User Rating

    Click to vote
  • Author / Product

    Jon Skinner / External Link

  • Filename

    sublime_text_build_4200_mac.zip

  • MD5 Checksum

    b2ffae81973f725abb26711753f9c1a8

Sublime Text for Mac is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performance. With the terminal, Sublime Text for macOS is a Mac developer's most important tool!

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 wide screen 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 for Mac 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 OS X, 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.

How to Use
  • Open Sublime Text from Applications folder
  • Create a new file with Command + N
  • Save file with Command + S
  • Open folder/project via File > Open
  • Use Command + P to quickly open files
  • Install Package Control via Tools > Install
  • Install packages/themes using Command + Shift + P
  • Use multiple cursors with Command + Click
  • Split view using View > Layout
  • Customize settings via Preferences > Settings
System Requirements

macOS 10.12 or later

64-bit Intel or Apple Silicon (M1/M2)

Minimum 4 GB RAM

100 MB free disk space

Internet connection for package installs

PROS
  • Fast and lightweight performance
  • Highly customizable interface
  • Powerful search and navigation
  • Extensive package ecosystem
  • Supports many programming languages
CONS
  • No built-in Git integration
  • Lacks collaborative features
  • Can be complex for beginners
  • Some plugins may break updates
  • License required for full use
Note: Sublime Text 3 dev builds are available to licensed users only.

Also Available: Download Sublime Text for Windows

Why is this app published on FileHorse? (More info)
  • Sublime Text 4200 Screenshots

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

    Sublime Text 4200 Screenshot 1
  • Sublime Text 4200 Screenshot 2
  • Sublime Text 4200 Screenshot 3
  • Sublime Text 4200 Screenshot 4
  • Sublime Text 4200 Screenshot 5

What's new in this version:

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

Fixed:
- 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