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

0

Add a keyboard shortcut for Expand Selection to Paragraph

Andrew R. Brown hace 12 años actualizado por Sven Axelsson hace 12 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 12 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 12 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 14 años actualizado por Jon Skinner hace 14 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 14 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 12 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...

0

Vintage Mode: Visual Mode Search Support

Kyle Walker hace 11 años 0
In vim you can do the following:
1. Enter visual mode <v>
2. Search </example text> or search next <n>
This will highlight the section where where your cursor was at to the new location.

In sublime's vintage mode any searching exits visual mode.

Note: Sublime currently supports <v10gg> to highlight from your current location to line 10, and <v10j> to highlight the next 10 lines.