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

+26

Sublime to android platform

Dmitriy Medved il y a 12 ans mis à jour par Robert Schalk il y a 11 ans 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 il y a 12 ans mis à jour par Pekk il y a 12 ans 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 il y a 12 ans mis à jour par Hai Zheng il y a 3 ans 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 il y a 12 ans mis à jour par Matt Groth il y a 7 ans 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 il y a 12 ans mis à jour par Brian Herold il y a 12 ans 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 il y a 12 ans mis à jour par Kiran Singh Randhawa il y a 8 ans 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 il y a 14 ans mis à jour par Oktay Acikalin il y a 14 ans 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 il y a 13 ans mis à jour par Andrzej Makowiecki il y a 12 ans 1
Like the ones in Opera browser.
+24

"Zoom" reset

Andrew Montag il y a 12 ans mis à jour par Craig Patik il y a 12 ans 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 il y a 13 ans mis à jour par Messa il y a 12 ans 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".