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

+1
Solucionado

Panel resize handles and cursor indicator handles are not visible in Linux

Karl Bowden hace 14 años actualizado por Jon Skinner hace 14 años 2
Respuesta
Jon Skinner hace 14 años
Added in 20110203
+1

Alt+e , t / Alt+e , c / Alt+e , p - I rely heavily on these functions for quick and 'sure' cut/copy/paste in all programs that I use. In sublime, these defaults are not 'the way' and custom hotkeys make the edit menu not appear at all :(

Zhoul luohZ hace 11 años 0
Alt+e , t  /  Alt+e , c  /  Alt+e , p  -  I rely heavily on these functions for quick and 'sure' cut/copy/paste in all programs that I use.  In sublime, these defaults are not 'the way' and custom hot-keys make the edit menu not appear at all :(  Please bring back the default functions of these keys as I highly doubt that anyone uses the 'new' methods.


+1

Jump to parent class

Corey Martella hace 12 años 0
would be great to have a shortcut for jumping to a parent class of the current buffer. In langs that don't have implementation/header file types it would be a great help
+1

Wrap Paragraph at Ruler ignores actual ruler setting

munificent hace 13 años 0
With beta 2095 on Mac, it looks like Wrap Paragraph at Ruler always wraps at 80 columns, regardless of what my ruler is set to.

(Minor side note: "Paragraph" is capitalized in the Wrap menu for "Wrap Paragraph at Ruler" but lowercase for all of the other items in that menu.)
+1

A way to enter random paths in quick-open

kemayo hace 13 años 0

Possibly: make entering ~ or / as the first character trigger non-project.

+1

Adobe Dreamweaver default color scheme [PHP, CSS]

Md Rashidul Islam hace 12 años actualizado por Amin Khan hace 8 años 2

Adobe dreamweaver default color scheme is best that i've ever seen. Is it possible to get/make a theme like adobe DW? However thanks for this awesome editor

+1

Limit scroll_past_end to keep n lines visible

Joe Maller hace 12 años 0

Many files have a blank newline as their last character, so the `scroll_past_end` setting and a fast scroll result in an empty window. It would be nice if we could specify n lines to keep, something like:


    "scroll_past_end": 10


This would then scroll the window but keep the last 10 lines visible. Switching this to a number would seem to be backwards compatible since the current value `true` would function the same as setting the value to 1.

+1

Change build command based on context of build request

David Baumgold hace 13 años actualizado hace 13 años 0
I have a project with unit tests. I want to use ST2's build feature to run the unit tests, but I want to be able to click on a test in ST2, run the build command with my caret on the test case, and have ST2 run only that test case. (If the caret is not on a test case, then it should run all tests.) I can implement this logic myself, but the build system needs to know where the caret is when the build was requested. Can you pass this information?
+1

Jump To File

Jonah hace 11 años 0

I love the Jump To Definition action.  It would be nice to have the same thing for files.  For example, if you place your cursor within a string in a PHP file that contains a file name/path, it could try to open it.  Same thing in other languages, line Django template files, Ruby require statements, etc.

+1

Clicking on tab to regain focus starts drag

David Saracini hace 12 años 0
If I click on a file tab after working in another window (thus, regaining focus to ST2), it starts a drag operator and the tab will follow the cursor.  This should not start a drag operation.  Only reset the focus to ST2 and whatever tab is clicked on.