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

+1

ctr + / not work

Nixon Girard 13 aastat tagasi uuendaja Richard Hajdu 12 aastat tagasi 2
Not work
+1

Matching bracket indicator does not follow wordwrap

Bailin 14 aastat tagasi 0
Platform: win7 pro
version: build 2027, portable edition

See screenshot. The underline that indicates the matching bracket is not wordwrapped when the matching or matched bracket is wordwrapped.

To reproduce:Turn on wordwrap, put cursor on one of the matched pair of brackets, then slowly resize window width until the bracket is wordwrapped. Depending on the size and possibly character size, the "matching bracket indicator" shows up in the wrong location indicated

http://imgur.com/zgsMJ
+1

Double clicking to show the same tag with highlight

skidu 13 aastat tagasi uuendatud 13 aastat tagasi 0

I think that if the Sublime Text 2 could show the same tag in text with double clicking would be better during our writting.

Any more,If i got a licenses for myself, can i use it again if i reinstalled my systemOS again?thanks a lot.

+1

Keep tabs the same size while closing them

Mark Fielbig 13 aastat tagasi 0
When closing tabs keep all tabs the same size so that the x button for the next tab falls directly under the mouse cursor. You can then resize the tabs when the mouse exits the tab region. To see an example of an application that does this open Google Chrome. Open lots of tabs and then start closing them via the x button on the tab.
+1

Add option to draw only trailing whitespace

11 aastat tagasi 0
From the Sublime Text 3 default settings:

// Set to "none" to turn off drawing white space, "selection" to draw only the
// white space within the selection, and "all" to draw all white space

Why not trailing whitespace only?
+1

Indenting with only the final line selected causes it to be deleted

Acorn 14 aastat tagasi uuendaja aristidesfl 14 aastat tagasi 1
When you auto-indent using the tab button with only the final line of the file selected (by clicking the line number), the line is replaced with the indentation rather than being indented.
+1

Bug with cut/copy out of focus in OS X

Miguel Pilar 13 aastat tagasi uuendatud 13 aastat tagasi 0
If I am in another window and ST2 does not have focus but something selected and I right-click the window and select Copy or Cut it does not work. This works with other editors/windows.
+1

Syntax for line numbers on the command line

Christoph Ruegge 13 aastat tagasi 0
The syntax `subl somefile.txt:100' to open Sublime on line 100 introduces a problem: I have a bunch of files with timestamps in their names (like `filename-19:35:12'). As far as I see, it is not possible to open these files from the command line. It would be nice if the syntax could either be changed (by e.g. including a space between filename and line number) or if there was an option to turn off jumping to a line.
+1

Delayed loading of plugins

Jonathan Abramson 12 aastat tagasi 0

Some plugins take more time to load than others. For example the open_in_browser plugin takes ~50x more time to load than most of other plugins. Some plugins need to be ready as soon as the app is loaded and for others sublime can live without them for a few more milliseconds. I think you should add a pre-ui and post-ui loading lists to allow faster-snappier loading of the application. 

+1

ST3: wrap_lines works poorly with auto_wrap

David James 12 aastat tagasi 0

In Sublime Text 3, the `wrap_lines` command (alt+super+q on my mac) does not work well when `auto_wrap` is true. Specifically, it is willing to make a line one character too long.