+7

Overlay should respond to PageUp / PageDown

Ethan Brown vor 12 Jahren 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 vor 12 Jahren aktualisiert von Kaitain Jones vor 11 Jahren 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 vor 11 Jahren aktualisiert von Davide Giusto vor 11 Jahren 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 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 12 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 13 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.
+7

The new auto complete is amazing!

chaiguy vor 13 Jahren aktualisiert vor 13 Jahren 0
Just wanted to say I *love* the new autocomplete popup in the latest build. It's gorgeous and incredibly handy. I don't know how it works but it seems to be incredibly smart about guessing what I want to type. The old inline one was kind of driving me crazy. Great work!
+7

Don't make me think about where to put project files

Taco Ekkel vor 13 Jahren aktualisiert von Filipe Cabecinhas vor 12 Jahren 2
Right now I have to figure out where to put (two!) project files for every project I make. Don't make think about that. Just store them in your appdata somewhere. The current overhead goes against the grain a little bit of Sublime's 'zen fluidity'.
+7

Show Autocomplete while typing

SiSo Mollov vor 13 Jahren aktualisiert von Leonid Riaboshtan vor 13 Jahren 2
+7

Display key bindings in menus

mrmachine vor 13 Jahren aktualisiert vor 13 Jahren 2
Some key bindings are not displayed in the menus, which makes it difficult to learn basic shortcuts for common features.

E.g. "super+k, super+u" for "Edit > Convert Case > Upper Case". No keyboard shortcut is displayed on the menu.

I only found this shortcut by chance when googling about Sublime Text. Sure, you can open the keymap file and try to read 500+ lines of JSON, but that's not very friendly.
+7

Highlighting DOM nodes in the browser from ST, click on an item in browser to jump to its source code

Matthew Sanderson vor 12 Jahren 0

See 'espresso' for mac's 'X-Ray' feature for somehting similar - this would make life much easier - click in the browser to go to the relevant HTML or CSS in Sublime Text

+7

Allow trailing comma in settings lists

codex vor 13 Jahren aktualisiert von Joel Thornton vor 12 Jahren 2
It would be nice if this were a legal config:

{
"foo": "bar",
}

It's easier to cut and paste individual settings this way.
+7

Support OS X's native text substitution

Malik Barrett vor 12 Jahren 0

The system wide text substitution on OS X 10.6+ is unsupported in Sublime Text 2. The feature is found under System Preferences > Language & Text > Text.