A super fast and modern-looking text and development editor

Sublime Text for Mac

Sublime Text 4180

  -  40.24 MB  -  Paid
  • Latest Version

    Sublime Text 4186

  • Operating System

    Mac OS X 10.7 or later

  • User Rating

    Click to vote
  • Author / Product

    Jon Skinner / External Link

  • Filename

    sublime_text_build_4180_mac.zip

  • MD5 Checksum

    2f63af113b82fc06e0bb3c1981af4682

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of Sublime Text 4180.


For those interested in downloading the most recent release of Sublime Text for Mac or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

  • 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
  • Sublime Text 4180 Screenshot 5

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
- minihtml: <style> tags are now allowed within <head>
- minihtml: HTML is no longer parsed within <style> tags
- minihtml: Made HTML entity parsing more lenient
- Theme: New unmodified files no longer have the "dirty" attribute
- API: All functions are now available at import time
- API: Optimized auto-completion
- API: Fixed ViewEventListener occasionally leaking
- API: Fixed Settings.get not always returning the default value on failure
- API: Fixed View.style_for_scope not always returning the right "source_line"
- API: Added View.utf8_code_units and View.utf16_code_units