from Hacker News

Sublime Text build 3133 now available

by johnhattan on 6/2/17, 3:19 PM with 64 comments

https://www.sublimetext.com/3dev

Build 3133

Release Date: 2 June 2017

Fixed a visible whitespace regression in 3132

Fixed a multiple selection paste regression in 3132

Mac: Handle layout changes due to macOS Sierra tabs

Mac: Improved default web browser detection

Find in Files panel now responds to find_all and replace_all commands

Improved rendering performance with a large number of gutter icons

Tweaked auto complete colors

Fixed fold markers not properly respecting line padding

Files can now be renamed when only the case has changed

Legacy color schemes are back, but hidden

minihtml: Fixed layout of html popups on Windows and Linux under HiDPI

minihtml: Fixed crash when doctype is present

API: Fixed input panel not running on_cancel when re-showing the input panel

API: Fixed crash in window.set_view_index()

  • by dang on 6/2/17, 7:03 PM

  • by jarjoura on 6/2/17, 4:30 PM

    A fun thought, Apple could acquire Sublime to compete with Visual Studio Code. It's native the way Apple loves native. It's already the favorite tool of developers all over the world.
  • by laurentdc on 6/2/17, 4:22 PM

    Do the latest builds support fonts with ligatures? [1]

    One of the reasons I switched from Sublime to Atom was exactly that, but I'm willing to switch back since I've yet to find an editor as fast and lightweight as Sublime.

    [1] https://github.com/tonsky/FiraCode

  • by firloop on 6/2/17, 4:06 PM

    >Files can now be renamed when only the case has changed

    Finally, yes. This has been an issue in sublime as long as I can remember and has confused me more than once.

  • by api on 6/2/17, 5:34 PM

    I've recently started using Sublime again. There's a package called EasyClangComplete that does a surprisingly good job of auto-completing C/C++ code (yes it works!) and I like that Sublime uses less than 256mb of RAM most of the time.

    Also unlike VSCode it doesn't phone home every 60 seconds. I stopped using VSCode when I noticed the ridiculous amount of telemetry.

  • by mmjaa on 6/2/17, 4:56 PM

    Interesting exercise, look for 'regression' on this page:

    https://www.sublimetext.com/3dev

    .. indicator that indeed, editors are hard apps to develop, imho, (perhaps coz:automated testing?) ..

  • by stratigos on 6/2/17, 4:02 PM

    I used Sublime (2, 3) for perhaps 5 years or more. I have a paid key. I switched to Atom about 6 months ago cuz diversity. Now I am hooked on my of Atom's side features, but the main show is not nearly as good as Sublime. Unfortunately I cant pry myself free from the social, package management, and theming tools from Atom, but still get a bit frustrated each day because Atom is not Sublime.

    I just want to say, I miss you, Sublime. Can you just pls get all of the community oriented niceness that Atom has, so I can stop using Atom and come back to your elegance, pls?

  • by throwaway-1209 on 6/2/17, 6:31 PM

    Can it print yet? I was surprised to discover there was no built in way to print out the text I was editing (on Linux). I do sometimes print out especially gnarly code to think about it on paper.
  • by swah on 6/2/17, 5:27 PM

    Not even something as basic as auto-complete from all buffers... soon we will all have moved to VSCode or Jetbrains IDEs.