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

+26

Sublime to android platform

Dmitriy Medved vor 12 Jahren aktualisiert von Robert Schalk vor 11 Jahren 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 vor 12 Jahren aktualisiert von Pekk vor 12 Jahren 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 vor 12 Jahren aktualisiert von Hai Zheng vor 3 Jahren 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 vor 12 Jahren aktualisiert von Matt Groth vor 7 Jahren 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 vor 12 Jahren aktualisiert von Brian Herold vor 12 Jahren 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 vor 12 Jahren aktualisiert von Kiran Singh Randhawa vor 8 Jahren 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 vor 14 Jahren aktualisiert von Oktay Acikalin vor 14 Jahren 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 vor 13 Jahren aktualisiert von Andrzej Makowiecki vor 12 Jahren 1
Like the ones in Opera browser.
+24

"Zoom" reset

Andrew Montag vor 12 Jahren aktualisiert von Craig Patik vor 12 Jahren 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 vor 13 Jahren aktualisiert von Messa vor 12 Jahren 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".