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

+1

Extend window when activating side bar (like a drawer)

Ross A. Reyman 12 år siden opdateret 12 år siden 2

When you view/invoke the side bar in Sublime Text 2, the width of the window stays constant—the side bar appears on the left, code in the middle and the mini-map on the right. This usually “squishes” the code view…


It would be nice if there was a way to keep the code and mini-map locked to a specific width and force the window to grow wider when you invoke the side bar. Displaying it as a "drawer" is not really necessary, but making the window expand is mainly what I am suggesting.


+1

with auto_complete_commit_on_tab set to true, return does not clear autocomplete list

Benson Russell 11 år siden 0
So if you have auto_complete_commit_on_tab set to true, if you invoke an autocomplete list and press enter, the autocomplete list will remain while the cursor will jump down a line (usually behind the autocomplete list).  It seems that if you only want to commit on tab, that pressing enter should clear the list off the screen.
+1

Support opacity in selectionBorder theme color

Matthew Lloyd 13 år siden opdateret 13 år siden 0
I use a tiny 6x10 font similar to Proggy that makes use of the top row of pixels in each glyph. The top row gets concealed whenever there's a selection, and I'd like to make the selectionBorder color partly transparent to avoid obscuring important parts of some characters (e.g. the top of an 'f'), e.g. by changing the color in the theme from #222218 to #22221880 or something. This doesn't seem to work yet on Windows.
+1

Cursor in Vintage command mode is a little funny

Ibrahim Tencer 13 år siden opdateret 13 år siden 0
It doesn't play well with the mouse - it's apparent that the cursor is actually located to the left of the underline. If you click in the right half of a character it will go to the one to the right of it. And when you click at the end of the line the cursor actually moves to the left to compensate.
+1

Paste doesn't work on Mac OS when using non-english keyboard layout

Yuri Krotov 14 år siden 0
When I try to paste clipboard into Sublime Text 2, it won't work unless I switch to US keyboard layout. I tried hotkey (Command-V), context menu and main menu.

At least Russian keyboard layout causes this problem.
+1

scroll_past_end=false: buffer scrolls not restored

U N. 13 år siden 0

When having `scroll_past_end` set to false, workspace buffer scroll positions are not restored upon Sublime close & relaunch, or project switch, except the first visible buffer. Cursor positions within each of buffers are preserved, and selections are preserved too, but all but one buffer scroll positions are reset to top.
Having `scroll_past_end` set to true, scroll positions are preserved properly, both on relaunch and project switch.

+1

Quad Vertical Pane?

Jeff Yeo 14 år siden opdateret af Oktay Acikalin 14 år siden 4
I have 2 Wide screen monitors. I loved using 4 vertical panes in sublime text 1. I realized you can't do that in Sublime 2.
Bring it back please!
+1

Wrap paragraph should only wrap selected text, if any is selected

Piotr Kalinowski 12 år siden 0

The command to wrap text at X characters should wrap only selection if one was made, instead of a paragraph. This would allow to easily wrap a comment in source code file without altering the subsequent code.

+1

Side Bar Scrolling Behavior

Zander Milroy 13 år siden 0
"Right Click > Reveal in Side Bar" will highlight a file as expected, but only scrolls the side bar to put the selected file into view if the file is contained within a folder that is not expanded. I feel regardless of folder state, the side bar behavour should be consistent, either always scrolling or never scrolling.
I'd prefer it to always scroll, as right now "reveal in side bar" sometimes appears to do nothing if there are a large number of files/folders in the side bar.
+1

Delete line doesn't delete blank lines (Ctrl+Shift+K)

Josh Bjornson 14 år siden 0
The new macro for delete line (Ctrl+Shift+K) doesn't delete blank lines. If you change the macro to use left_delete instead of right_delete it will delete blank lines.

Kundesupport af UserEcho