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 hace 12 años 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 hace 11 años actualizado por Sven Axelsson hace 11 años 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. hace 11 años 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 hace 9 años 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 hace 13 años actualizado por Brian Gallagher hace 13 años 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 hace 11 años 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 hace 11 años actualizado por Donna Klinton hace 11 años 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
COMPLETADO

Undo cursor movement

Jonathan Marshall hace 13 años actualizado por Jon Skinner hace 13 años 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!
Respuesta
Jon Skinner hace 13 años
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 hace 11 años 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...