Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.

+7 036

Does SublimeText support programming ligatures font,like Fira Code?

rainki 8 lat temu Ostatnio zmodyfikowane przez Gustavo Reis 6 lat temu 95

I wish use programming ligatures font like FiraCode in Sublime improve visual performance.

But haven't found the way.

+890

Documentation!!!

Σωτήρης Φραγκίσκος 13 lat temu Ostatnio zmodyfikowane przez Franklin Yu 7 lat temu 10
Please provide full documentation for this otherwise excellent piece of software... it's just incomplete and inaccessible without it
+811

Brackets-style Quick Edit feature of in-line CSS styling

Geoffrey Hasson 12 lat temu Ostatnio zmodyfikowane przez piclufunny 8 lat temu 1
Any plans for a Quick-Edit feature like http://brackets.io/ or does it already exist? Thank you.
+696

RTL Languages Support in sublime text 2

Mahmoud Mohamed 12 lat temu Ostatnio zmodyfikowane przez Mahdi Qomeepour 4 lat temu 9
Support for Arabic Language "RTL" , Please
Sublime Text 2 is just perfect but there is now support for "rtl" languages like Arabic and look like this :
Image 123
+453

I love sublime text 2

iandennismiller 13 lat temu Ostatnio zmodyfikowane przez Dorthy Streifel 6 lat temu 12
I love Python, and I love TextMate. It's like you gutted the nasty innards of TextMate and replaced it with a domain-specific python REPL - and it TOTALLY works.
+336

Open Source SublimeText

Michael Bleigh 12 lat temu Ostatnio zmodyfikowane przez 11 lat temu 8
I love SublimeText and so do many other developers. We also love building on open source toolchains. Now that TextMate is open source I find myself strongly wishing that Sublime would be so as well.

My guess is that you'd be able to get whatever you wanted from the community (do a Kickstarter or other funding campaign, etc) in return for opening up. Think about it!
+324

Filetype icons in the project tree

Russell Keith-Magee 13 lat temu Ostatnio zmodyfikowane przez efwjames 6 lat temu 14
Adding small, simple icons to project tree entries would make it easier to visually differentiate between folders and files. Making folder names bold would be an added bonus.
+304
Ukończony

Add ability to show indentation lines

Metin Amiroff 13 lat temu Ostatnio zmodyfikowane przez Cees Timmerman 8 lat temu 13
Indentation lines/guides make it extremely easy to see code at a glance. Especially when working with languages that depend on indentation, like Python.

See http://www.joeflash.ca/blog/2009/03/indentation-guides-in-flex-builder.html
Odpowiedź
Jon Skinner 13 lat temu

 This was added in build 2111

+295
Ukończony

Search & replace across projects/directories

Jordi Boggiano 13 lat temu Ostatnio zmodyfikowane przez Jon Skinner 11 lat temu 32
It should be possible to perform search & replace operations across all files (just like the search in files dialog works) - if possible with a preview mode, but it's not mandatory.. That's why we have version control after all :)
Odpowiedź
Jon Skinner 12 lat temu
This was added in 2139
+294

Drag ’n’ Drop files from the filesystem into the sidebar

Michael Kühnel 12 lat temu Ostatnio zmodyfikowane przez Abdallah 5 lat temu 3

Wouldn’t it be nice if it where possible to drag a file from the »Mac OS Finder« or »Windows Explorer« in a folder within in the sidebar?


In the filesystem the file should be moved (or copied) to that »new« destination.


The main use case is the following:

You downloaded a JavaScript library, jQuery Plugin or whatever on your computer to your download directory. Instead of browsing to your target destination (your project root) within the Finder you could simply drag the file(s) to your editor and drop it at the desired location.


Best regards,

Michael