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

+7

Overlay should respond to PageUp / PageDown

Ethan Brown 12 lat temu 0

Presently PageUp / PageDown navigate within the user text box at the top of an overlay.  


When dealing with long lists of things, it would be much better if PageUp / PageDown navigated within the list instead.

+7

Is there a way to change the scroll step?

plash 12 lat temu Ostatnio zmodyfikowane przez Kaitain Jones 11 lat temu 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 lat temu Ostatnio zmodyfikowane przez Davide Giusto 11 lat temu 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 lat temu 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 lat temu Ostatnio zmodyfikowane przez jhabdas 11 lat temu 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 lat temu zaktualizowano 13 lat temu 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 lat temu Ostatnio zmodyfikowane przez Adel Rahimi 9 lat temu 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 lat temu Ostatnio zmodyfikowane przez Steven Lu 12 lat temu 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 lat temu zaktualizowano 13 lat temu 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 lat temu Ostatnio zmodyfikowane przez brunokc 11 lat temu 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.