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

-1

I'd like to be able to configure the behavior (e.g. timeout, number of saves, whatever) of the password prompt for saving documents that require superuser privileges.

David Stults 13 років тому оновлений 12 років тому 2
The ability to save files which require superuser privileges is a great option, but for the work I do, I save fairly often, and as a result I get prompted for my password every couple of minutes.  My password is complicated, so this is irritating, and since my workstation is quite secure I'd like the option to loosen the re-prompt frequency.
-1

Unicode copy and paste with 4-byte utf-8 codepoint broken in Vintage Mode

Alexander Surma 13 років тому оновлений 13 років тому 0
Here's an example file: http://pastebin.com/1V2rPTWG
  • Copy'n'Paste the first line with Cmd+C/Cmd+V => All is good
  • Copy'n'Paste the first line with yy/p (Vintage Mode), result is the second line
The last line contains a 2-byte utf-8 codepoint. Works fine both ways
-1

Overlays in the Emacs sense

Hugo Schmitt 12 років тому 0

Overlays alter the appearance of a buffer's text on the screen, for the sake of presentation features. An overlay  has a specified beginning and end. It also has properties that you can examine and set; these affect the display of the text within the overlay.


http://www.gnu.org/software/emacs/manual/html_node/elisp/Overlays.html

-1

code folding selection bug

John Porter 13 років тому оновлений 13 років тому 0
When folding code anywhere in a file, when clicking to place the marker anywhere in toe code, the bottom up to the marker is selected. This behaviour is unavoidable until the code is unfolded.
-1

colorful, indented clipboard

Sinan 13 років тому оновлено eproxus 13 років тому 1
It would be good to add an option to right click menu for saving a piece of code to clipboad with colorful and indented without background color with key combination Command + CX
-1

Several users working on the same document simultaneously.

Luis Gerardo Martín del Campo 13 років тому 0

Allow to edit text documents and source files collaboratively over a network simultaneously.

-1

High light the modificative code

Liming Zou 13 років тому 0
can you support highlight the  modificative code diffent with last commit version in subversion,if so ,i can find my modificative area directly.Netbean has this feature now,i hope use it in Sublime too.Thanks
-1

I think the App Icon Should be a Lime

Austin Condiff 14 років тому оновлений 14 років тому 1
Sublime, lime, get it...haha.
-1

In the Goto Anything bar, leave the previous search, but selected, so you can amend your previous search, but also start a brand-new search.

tALSit de CoD 14 років тому оновлено Spencer Creasey 14 років тому 1
In the Goto Anything bar, leave the previous search, but selected, so you can amend your previous search, but also start a brand-new search.
-1

Code preview in tab

Mandor 12 років тому оновлено jan otte 12 років тому 6

Something like Coda, which could put a preview of our code in the tab.

Not what could look a webpage, just a preview of the whole code. It makes the user experience better.