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

+7

Undo/redo does not scroll to the right place

Scott Vivian vor 12 Jahren 0

To reproduce:

1. Open a long file.

2. Scroll down a bit and type something.

3. Scroll down a bit more and undo, then redo.

4. Scroll down more and undo/redo.


When I undo or redo, the cursor keep jumping up and down the page to wherever the cursor was last time I did and undo/redo. But it should jump to WHERE the actual undo/redo is occurring, i.e. if a redo adds some text, the cursor should be where that text is added.

+7

Selection / Add Previous Line / Add Next Line

jan otte vor 13 Jahren aktualisiert von jhabdas vor 11 Jahren 1

Refers to ST2 running on OS X 10.7 Lion


The key map for "Selection / Add Previous Line"

is Control + Shift + UpArrow


The key map for "Selection / Add Next Line"

is Control + Shift + DownArrow


These are now Mission Control key commands so are no longer functional for ST2


+7

Open recent menu should be accessible when no window is open

Ben Willmore vor 13 Jahren aktualisiert vor 13 Jahren 0
When no window is open (on Mac), the 'Open recent' menu is empty. It should be possible to use this menu even though there's no window to open into. ST should automatically open a new window for the chosen file.
+7

Allow Middle-Click to be captured by other apps

Stefan Wrobel vor 12 Jahren aktualisiert von Adel Rahimi vor 9 Jahren 4
I use Smart Scroll on my mac to enable middle-click-and-drag to scroll and it works in just about every app except Sublime. I think it's because Sublime is capturing middle-clicks and not allowing Smart Scroll to get to them. Is there a way to allow these to bubble up and be captured by helper apps like this?
+7

Show current working directory in title bar

Robdev Cambridge vor 13 Jahren aktualisiert von Steven Lu vor 13 Jahren 1
On OSX at least, it is impossible to tell windows apart as there is absolutely no clue where they have been opened, unless they have been opened for a "sublime project".

Please show the current working directory for windows opened without a project.

Example:
$ subl projects/myproject
Observe the lack of CWD anywhere in that window.
+7

Gutter hint bubles when hovered over

Ben Selby vor 13 Jahren aktualisiert vor 13 Jahren 0
It would be great, if you could hover over a gutter icon and then provide a "hint"/"buble" much like the alt/title tags in html.. This would be really useful for checkstyle plugins (like sublime-phpcs) which means you could show the errors in the gutter, and then hover over the icon to see what the error was..
+7

Color-code changed lines in minimap

Ivan-Assen Ivanov vor 13 Jahren aktualisiert von brunokc vor 11 Jahren 1
Visual Studio displays modified lines with a color marker left of the text, with two colors: one for "modified since opening", another for "modified since the last save". The MetalScroll plugin for VS also displays this coloring in the minimap - which I find useful for quick navigation to modified areas.
+7

Auto escape regex patterns in find

Eric Huss vor 12 Jahren aktualisiert von otak0 vor 11 Jahren 1
If you have some text selected, and open the find panel, the text is auto inserted (assuming find_selected_text is set).  However, this text does not have any regex characters escaped, so you can't actually search without manually escaping things (or turning off regular expressions, which I prefer not to do).

+7

Ruby/Rails test execution

Matthias Käppler vor 14 Jahren aktualisiert von Maciej vor 13 Jahren 1
I'd really like to see support for running tests in a more integrated way. Even with the builders, running tests sucks. You can't do things like running only one test, and everything is printed to the console, overwriting output when running a search in the background.
+7

When truncating filenames in tab titles, prioritize the file's extension to be shown

Kwaak vor 14 Jahren 0
When a layout panel has alot of tabs open, and the width of each individual tab is reduced enough that filenames have to be truncated, it would be nice to prioritize the file's extension. The file extension is one of the indiciators I rely on when I'm searching for a specific open tab.