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

+3

Parenthesis don't close correctly with nested functions

Craig Campbell vor 13 Jahren aktualisiert vor 13 Jahren 1
+3

Project wide search failing due to symlinks

Niko Nevala vor 13 Jahren 0
My project directory contains a number of symlinks. When performing a project wide search, the following is output to the "Find Results" tab (without the curly braces):

Unable to open {/path/to/a/symlinked.file}{/path/to/actual/search/result.file}:
111. Search result printed normally here
112. Search result printed normally here
113. Search result printed normally here

Clicking on the search result tries to open the entire mashed up path (ie. "/path/to/a/symlinked.file/path/to/actual/search/result.file") and obviously fails.

Beta, Build: 2139
OS: Mac OS X
+3

Capslock as modifier

Yegor Roganov vor 12 Jahren 0

I'll be definitely usefull to have more potential key bindings such as "capslock+h", "capslock+l" to move left and right respectively.

+3

Snippets tabTrigger can't start with a period

Jake Wilson vor 13 Jahren aktualisiert von Richard Tape vor 12 Jahren 2
I just installed the official jQuery TextMate bundle.  A lot of the snippet tabTrigger words start with a period, like

.animate

The tabTriggers do not work if the word starts with a period.  I can easily remove the period from the tabTrigger definition in the snippet file and it works fine.
+3

Ctrl+Q for "Quit" on Linux

Skalman vor 14 Jahren 0
It should mean Quit on Linux, like in most other programs.
+3

Use entire pane as drop target when moving tabs

Phillip Koebbe vor 12 Jahren aktualisiert vor 12 Jahren 7
I use a 2 row layout quite a bit and when organizing tabs, I have to drag all the way to other tab bar to move a tab from one pane to the other. If I drop it too early, a whole new window gets created, which forces me to move it so I can drag and drop the tab again. It would be nice if the entire pane was a drop target and not just the tab bar.
+3

Ability to drag file from sidebar of one window to sidebar of another window

Elias Zamaria vor 12 Jahren 0
I would like to be able to drag a file from one window to another by dragging the file name from the sidebar.

I know that I can do this using the tab bar but I keep it hidden. I don't use the tab bar because it is practically useless if I have more than a few files open.
+3

Portage ebuild

Marcus Downing vor 12 Jahren aktualisiert von Oscar Campos vor 11 Jahren 2
The correct way to install applications on Gentoo is with its package manager, Portage. It would be nice to have an 'ebuild' available with which to install Sublime Text on Gentoo.
+3

Find in current file should have shortcuts for all

Me Whatever vor 13 Jahren aktualisiert vor 13 Jahren 0
Hi,

I think Ctrl+F find should have shortcuts for "In Selection", "Highlight matches", "Wrap", and "Reverse direction".

+3

Loading Progress

Ionut Staicu vor 13 Jahren 0
On large files (let's say over 5-10mb) there is some delay since you open a file to when you are actually able to edit that file (the content is displayed).

I guess a progress indicator would be awesome to show a % or at least a spinning wheel.