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

+26

Sublime to android platform

Dmitriy Medved 12 років тому оновлено Robert Schalk 11 років тому 2
It would be very convenient to have such an application in a tablet. Whether it will release an application for Android??  
+25

vintage mode - R (replace many)

Greg Elliott 12 років тому оновлено Pekk 12 років тому 4
r is currently implemented, but R is not (replace many characters). this is a super useful command when you're changing out numbers (say, 309 to 410).
+25

Allow tabs to be placed at the bottom

Heracles Papatheodorou 12 років тому оновлено Hai Zheng 3 роки тому 4

It would be great if there was an option for file tabs to be placed at the bottom (or perhaps left / right too) of the window. The current paradigm of browsers prefers tabs on the top, but if your taskbar is at the bottom, it makes more sense for them to be closer to it. Opera has allowed such functionality for eons.

Congrats on your otherwise great product; I love the code "bird's eye"!

+25

Keep Afloat / SIMBL support

Adam Breen 12 років тому оновлено Matt Groth 7 років тому 4

It would be great if you supported SIMBL accessibility hooks - particularly so that Keep Afloat (http://infinite-labs.net/afloat/) can work with Sublime Text 2.


This would mean that I can have two ST2 windows open, with one floating above, while I type in the one beneath.  This avoids having to change whatever layout I have in the subordinate window, but lets me see code from the other while I type.

+25

Keep undo history across sessions, per file

Vincent Voyer 12 років тому оновлено Brian Herold 12 років тому 1
Would that be possible?

So that we keep an undo (ctrl+z) history per file across sessions. So that if I close my editor, re-open, I'll be able to still ctrl+z some changes.
+25

Insert file creation date or current date into snippet

Chris Browne 12 років тому оновлено Kiran Singh Randhawa 8 років тому 1

It would be great if there were a snippet variable for various dates (current date, file creation date, file last-modified date) in order to craft informative file-heading comments that give away some clue as to the age of a file and how often it's updated.

+24

Support vim's scrolloff

Harald Lapp 14 років тому оновлено Oktay Acikalin 14 років тому 1
Vim has a very nice feature called 'scrolloff' which allows to define a minimal number of lines to keep above and below the cursor when scrolling. It makes it very convenient to work with files where there's already content below the cursor ...
+24

Mouse gestures

Nicolay77 13 років тому оновлено Andrzej Makowiecki 12 років тому 1
Like the ones in Opera browser.
+24

"Zoom" reset

Andrew Montag 12 років тому оновлено Craig Patik 12 років тому 2
I like using Ctrl + Scroll to change the font size (easy for presenting to other people) but the only thing missing is Ctrl + 0 to reset! 
+24

Save a copy

Sébastien Le Martelot 13 років тому оновлено Messa 12 років тому 1
A simple "Save a copy" function which save the current file under another name while keeping open the original.

For example :
I'm editing the file "Text1" and I would like to save it to "Text1_backup"  while continuing to edit "Text1".