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

+51
Виконано

Minimap border

Josh Bjornson 13 років тому оновлено Jon Skinner 13 років тому 7
Option to display a subtle border around the minimap to help distinguish between the content and the minimap (same as in Sublime Text 1)
Відповідь
Jon Skinner 13 років тому
A shadow is now added when required to separate the minimap from the buffer
+51

Integrate with Clang/libclang for C/C++

codex 13 років тому оновлено Rocco 11 років тому 5
The holy grail of C/C++ text editors is to integrate with Clang/libclang and parse the code the way the compiler does--by actually compiling the code.  This would enable extremely expressive syntax highlighting, continuous build error reporting, and full refactoring, without having to maintain one's own parser.
+51

Sort files and folders together in sidebar

Joshua Jabbour 12 років тому оновлено Michael Avanessian 6 років тому 7
Currently folders are sorted separately above files in the sidebar. Is there any way to have them interspersed? If not, then I suppose this is a feature request...
+50

Add ftp support

Szymon Zajączkowski 12 років тому оновлений 12 років тому 0
Just like in notepad++ or aptana. Many developers work on remote servers and current ftp plugin is so time consuming... Please!
+50

Drag and drop text editing

chaiguy 12 років тому оновлено marco bernich 7 років тому 10
It's handy to be able to drag and drop to move/copy blocks of text.
+50

textured background for editor

Вася Садовников 12 років тому 0

Nice textured background for text editor )

Like paper or textile.

+50

Make ctrl+tab only cycle tabs in current group (and in order of appearance)

T-R 13 років тому оновлено Aleksandr Beliaev 7 років тому 8
I find the ctrl+tab behavior a little hard to follow at times. Since we have ctrl+1/2/3 to change focus to different groups, could the behavior be changed (possibly via a setting) so that it only cycles through tabs in the current group?
Also, could we have a setting to make ctrl+tab cycle in the order the tabs appear, similar to Chrome.  In chrome I tend to order my tabs according to how often I'll be switching to them, it would be nice to be able to do the same with SublimeText.
+50

Replicate close tab behaviour from Chrome

Anders Ingemann 13 років тому оновлено Ronald Jett 11 років тому 11
Closing tabs should work the same way as it does in Google Chrome.
Before you say anything: I am not talking about moving the tabs to the title bar like this post suggests.
The cool thing about the tab closing behaviour is, that the tabs only resize once you leave the tab area. If they all have the same size, the cursor is directly beneath the next close button, once you have closed a tab.
There is a nice blog entry about why Chromes tab closing behaviour is really nice, so I think I will just leave it at that and post the link.
(Maybe this could also be implemented for the "Open files" area? This way the files don't move under your cursor when you are opening multiple files.)
+49

Support Python functions within regex replace strings

Joel Thornton 12 років тому оновлено Jonathan Cross 12 років тому 2
Let us embed simple Python expressions in the ST2 search-and-replace "replace with" box that would let us perform transformations on captured text groups when using regular expression matching. 

A syntax looking something like this might work well:

Search regex: (\w+)
Replace with: ${$1.upper()}

In this example ST2 would recognize a special pattern of 
${PYTHON_FUNCTION}
and implicitly give $n the string value of the corresponding capture group within the function.

This approach could open up some very interesting possibilities for doing regex substitution ...

${ int($1) + 1 }
${ max($1, $2) }
${ import re; re.sub('foo', 'bar', $1) if 'foo' in $1 else 'cheezburger' }
... ad inf.
+48

Inactive tabs "ages" and fades until used again

Dudi Lasry 12 років тому оновлено Mikaël Spruyt 12 років тому 2
As described here: http://www.sublimetext.com/forum/viewtopic.php?f=4&t=3629

Imagine having many files opened, but some of them are not currently in use, it would be easier to distinguish the active ones from the others if the background of tabs that are not in use will start to fade away.

The following image demonstrates the idea (the 2 last tabs faded due to inactivity). The tabs have different colors to demonstrate another idea (different colored tabs for each file type):

Image 55