Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
Ingen lignende emner blev fundet.

0
Add a keyboard shortcut for Expand Selection to Paragraph
It's frustrating having this selection option without a keyboard shortcut. This is VERY useful for Extempore live coding using ST.

0
BUNDLR - Westhill Consulting Business Diagnostic
http://bundlr.com/b/westhill-consulting-business?clip=52d4d71cda793072cc0001f3
WHAT ARE DIAGNOSED TEST?
TalentReflect ™ is a diagnostic tool defining the natural strengths of the subject. It combines self-assessment and 360 degree feedback . Yet invites five other people who opine operation and behavior of the person being evaluated.
WHAT ARE DIAGNOSED TEST?
SCM is a tool combining evaluation methodology based on the Success Case Method of multimedia form of follow-up training. The tool assesses whether specific skills acquired during the training were used with measurable success.
Utility is an introduction to the in-depth individual interviews (acts as a screening).
WHAT ARE DIAGNOSED TEST?
TEAM PLUS diagnoses assessed the quality of teamwork by all its members. The report describes 10 dimensions of team effectiveness on a scale of plus / minus (which has a tested team, what's missing). The survey is anonymous, and the results are analyzed collectively.
Westhill Consulting
WHAT ARE DIAGNOSED TEST?
TalentReflect ™ is a diagnostic tool defining the natural strengths of the subject. It combines self-assessment and 360 degree feedback . Yet invites five other people who opine operation and behavior of the person being evaluated.
WHAT ARE DIAGNOSED TEST?
SCM is a tool combining evaluation methodology based on the Success Case Method of multimedia form of follow-up training. The tool assesses whether specific skills acquired during the training were used with measurable success.
Utility is an introduction to the in-depth individual interviews (acts as a screening).
WHAT ARE DIAGNOSED TEST?
TEAM PLUS diagnoses assessed the quality of teamwork by all its members. The report describes 10 dimensions of team effectiveness on a scale of plus / minus (which has a tested team, what's missing). The survey is anonymous, and the results are analyzed collectively.
Westhill Consulting

0
linux c# build system
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
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
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
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 (\})
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
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
Færdig
Undo cursor movement
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!

Svar
Jon Skinner
14 år siden
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
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
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.
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.
Kundesupport af UserEcho