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

0

shift-middleclick to close a tab skipping "save changes" dialog

Sergio Nalin 12 years ago 0

The title says it all :)

Shift could really be ctrl, or alt, or whatever other key. 

Just having a mouse+keyboard combination to close a tab with no forced interactions would be fantastic for when you want to quickly get rid of multiple tabs with useless temporary content.


0

Add a keyboard shortcut for Expand Selection to Paragraph

Andrew R. Brown 11 years ago updated by Sven Axelsson 11 years ago 2
It's frustrating having this selection option without a keyboard shortcut. This is VERY useful for Extempore live coding using ST.


0

linux c# build system

Nobody Important. 11 years ago 0

I am unable to find a build system for linux to build c#

if anyone could create one or find one i would be a very happy noobie coder

0

​​In the past, we must not act

li Say 9 years ago 0

In the past, we must not act. Atom, Edit Komodo, nuclide, electron, Studio Code Visual and so on have come, but also does not support IBus Chinese

0

Command to show view (file?) and hide side bar

Kai Grossjohann 13 years ago updated by Brian Gallagher 13 years ago 1
Right now, in the side bar, I can hit Enter to focus the currently highlighted file.  I would like to have the option to also close the side bar.  (As if I had typed Super+K, Super+B after hitting Enter.)

Perhaps Ctrl+Enter or Super+Enter or Alt+Enter could do that.

If users think that closing the side bar is something they need more often, they could switch the two keybindings around.
0

CSS closing bracket scope not set

Jon Linklater-Johnson 11 years ago 0
The closing } of CSS blocks does not have a scope set causing it to be incorrectly syntax highlighted with some themes.

I fixed this in the original TextMate bundle but it seems Sublime Text 3 has not pulled bundle fixes upstream. The fix is here:

https://github.com/textmate/css.tmbundle/pull/5/fi...

The same change line 253 of Packages/CSS/CSS.tmLaunaguge

Essentially the endCapture string value at that line needs change from \} to (\})



0

how do I zoom on Sublime Text on a mac

dtueme 11 years ago updated by Donna Klinton 11 years ago 1

I had Sublime Text in a pc with windows as my operating system, but recently i  changed to a mac and i cannot zoom in

0
Completed

Undo cursor movement

Jonathan Marshall 13 years ago updated by Jon Skinner 13 years ago 0
On my Macs I'm forever accidentally pressing CMD and up/down and ending up at the top or bottom of the file. (Usually because I meant to press CMD and left/right - the arrow keys are tiny on modern macs)

VIM allows you to undo a cursor movement by pressing CTRL+O. So it's a pretty painless mistake in VIM but quite painful to correct in Sublime. Could this feature be added?

Cheers!
Answer
Jon Skinner 13 years ago
You can do this with Soft Undo, accessible from the Edit/Undo Selection menu.

The default OS X key binding is Command+U
0

please implement a 'dontDriveMeCrazy' option which disables all background processing and all plugins for selected files

asoki 11 years ago 0

sublime eating up all my cpu while i editing a php file with more than 4000 lines (file size 200k), even if i select plain text syntax..

to quit sublime takes 30 seconds

it would be helpful to be able to disable all this background processing...