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

+7

Is there a way to change the scroll step?

plash 13 år siden opdateret af Kaitain Jones 11 år siden 1
On Ubuntu, Sublime Text 2 scrolls only 3 lines per mouse-wheel event. This suuuuucks, and the only configuration variable involving scrolling is 'scroll_speed', which only deals with smooth scrolling (it doesn't change the scroll amount).

So: is there a way (I am presuming not) to change the scroll step/amount in Sublime Text 2 (build 2181)?
+7

base64 encode and decode

Michal Zygmunt 11 år siden opdateret af Davide Giusto 11 år siden 1
Add ability to do quick base64 encode/decode for text to the command list.
+7

Undo/redo does not scroll to the right place

Scott Vivian 12 år siden 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 13 år siden opdateret af jhabdas 11 år siden 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 13 år siden opdateret 13 år siden 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 12 år siden opdateret af Adel Rahimi 9 år siden 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 13 år siden opdateret af Steven Lu 13 år siden 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 13 år siden opdateret 13 år siden 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 13 år siden opdateret af brunokc 11 år siden 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 12 år siden opdateret af otak0 11 år siden 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).

Kundesupport af UserEcho