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

+4

Copy the current viewing file's path to clipboard

Arunprasad Rajkumar 12 lat temu Ostatnio zmodyfikowane przez Alexis Sa 11 lat temu 5

It would be nice if we were able to get the full path of viewing file. Suppose if user right clicking on the file-tab it should show option to copy the current viewing file's path to clipboard :)

+4

vintage mode: paste line at end of file

Michael Seiwald 13 lat temu zaktualizowano 13 lat temu 0
When the cursor is at the last line of the file in vintage mode and you past a whole line with 'p' it does not add a new line as Vim does but pastes at the current line.
+4

Shell worksheets

Chris Corwin 13 lat temu 0

I would love to see a blatant ripoff from BBEdit: shell worksheets.


BBEdit’s Shell Worksheets are much more than a terminal — they’re the best of both the shell and BBEdit! Enter and run Unix commands from within BBEdit, while applying BBEdit’s editing power to prepare commands, or slice & dice the output. Take advantage of the application’s central Unix Worksheet to keep it all in one place, if you like; or create your own worksheet documents. Every BBEdit project carries its own worksheet as well, for added convenience.


(http://www.barebones.com/products/bbedit/benefitsintegrate.html#worksheet)



I would *love* such a thing in sublime text.


At the very least, being able to have a tab that *is* a terminal view would be... fantastic.

+4

Hiding panes

Florian Velcker 12 lat temu 0

Hi,


I was wondering if it is possible to add something to hide panes without closing them. I mean, currently, if I close a pane, the files in this pane move to other opened pane.

For example, I have in a pane my JS and CSS files, and in the other one several HTML files. I would like to hide the HTML pane because I am not working on this page anymore, but I don't want to close them because I might want to check something in it.

Or simply I like to group files, and if I don't work on a group I hide it.

+4

Vintage mode with command palette

Alexandru Iga 12 lat temu 0
Hello, probabily it has been asked by many but i think for those that want to learn vitange mode a command palette that helps you with the shortcuts would be nice.
So instead of i > shift+i to activate the vintage command palette  that will display you a list of commands.
+4

Do not slurp text when switching from find to replace

Tim Etler 13 lat temu zaktualizowano 13 lat temu 0
I will frequently press ctrl+f to open find and write a regex, then decide that I want to do a replace with it. When I press ctrl+h to switch modes, it slurps up the current selection, which is whatever my regex was selecting, when I wanted to preserve my regex.

This could be fixed by not slurping when switching between modes, and only slurping when ctrl+f/ctrl+h have been pressed for the first time, or a second time in the same mode.

Alternatively maybe the editor could distinguish if the selection is selected due to the result of a regex, and not slurp when transitioning modes in that case.
+4

API for "New View into File"

David Baumgold 12 lat temu Ostatnio zmodyfikowane przez Liam Cain 12 lat temu 1
The API currently has a window.open_file() method, but if you pass it the name of an already-opened file, it simply shows that view rather than opening a new view into the file. There should be a way to indicate that you actually want a new view into the file -- perhaps another flag that can be passed to the API.

Since the "New View into File" command exists in the menu, this functionality probably exists already in ST2, and simply isn't documented. If that is the case, please document it!
+4

When opening a folder with Sublime, the folder should be automatically expanded in the sidebar

aristidesfl 13 lat temu zaktualizowano 13 lat temu 0
Whenever a folder is open with Sublime, the user should not have to manually expand the folder tree in the sidebar.

 iiImage 99
+4

Spanish keyboard

Alvaro del Val 11 lat temu 0

I'm using Ubuntu 13.10 with a Spanish keyboard. It works fine in all applications, including text editors, except for Sublime. I cannot write accents, I'll just get 'a instead of á, for example.


I've been searching all around for an answer without success.

+4

Syntax highlighting doesn't change when you rename a file.

Dan Robinson 12 lat temu Ostatnio zmodyfikowane przez jan otte 12 lat temu 4

When you rename a file in Sublime Text 2 to a new filename with a different extension, the syntax highlighting doesn't change to match the new extension.