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

+1

Paste buffer

Patrick Turley 14 ár síðan Uppfært 14 ár síðan 3
This idea is implemented in the jetBrains products, and it turns out to be super helpful. Basically, you can copy up to five things and then press Ctrl+Shift+V to bring up a small dialog to pick which of the last five things you copied for you to choose which one should be pasted.
+1
Fixed

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

Karl Bowden 14 ár síðan updated by Jon Skinner 14 ár síðan 2
Answer
Jon Skinner 14 ár síðan
Added in 20110203
+1

Ability to right click tab and rename/alias the tab

Nathan Young 13 ár síðan 0
I use Sublime Text 2 for editing config files on my Minecraft server, and I have many files that are named "config.yml". With the current feature set, these identically named files end up being displayed as "config.yml", "config 2.yml", "config 3.yml" etc. It'd be wonderful if I had the ability to right click on the tab and rename the tab, just within the context of Sublime. This would allow me to see "Server Config" and "Mod Config" instead of just the file name with some extra numbers.
+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 12 ár síðan 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 13 ár síðan 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 14 ár síðan 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 14 ár síðan 0

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

+1

Adobe Dreamweaver default color scheme [PHP, CSS]

Md Rashidul Islam 13 ár síðan updated by Amin Khan 8 ár síðan 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 12 ár síðan 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 13 ár síðan Uppfært 13 ár síðan 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?