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

+1

The ability to specify a buffer or file name when piping text into sublime.

Neil Mahoney vor 13 Jahren 0

 Maybe this exists but I have not yet found it. I want to be able to run a command like this from the console:

curl "myresource" | subl response.xml

This would automatically set syntax highlighting based on the extension and make for one less step if you want to save the file.
+1

Add ability to search though recent files

anonymouse vor 13 Jahren 0
Sublime should keep a large list of recently opened files, and allow us to quickly search though them like how Ctrl+P currently works.
+1

Console panel

Istvan Vanyi vor 11 Jahren 0
Is it possible somehow to keep console panel always visible?
It dissapears eg. when I press ESCAPE key....


+1

Use Cmd+K Cmd+0 to Unfold All

pazsxn vor 13 Jahren aktualisiert von Joel Thornton vor 13 Jahren 1
To me it seems more logical and easier to remember that "0th" folding level unfolds all — all other folding shortcuts are numeric. Cmd+J feels like an odd one here.
+1

Show tabs only for current folder

Richard Mišenčík vor 11 Jahren 0

Hello Sublimers,

I have one suggestion. Would it be possible to only show tabs for the folder that Im currently working on?

For example, I have 2 projects open in the sidebar. Project 1 and Project 2. 

I'm working on Project 1 and I have multiple tabs open with files from this project. Now lets say I paused my work on this projects and I started working on new one, I want Sublime to remember my open tabs/files for Project 1, but when I click in the sidebar on Project 2, I want to create tabs/files just for this project, so its not mixed up 

+1

Syntax highlighting <= and >= in Matlab .tmLanguage

Adam Læssøe vor 11 Jahren aktualisiert von Franklin Yu vor 8 Jahren 1
The order of the regex to recognize operators is wrong. Details and solution here:

http://stackoverflow.com/questions/22167025/syntax...

Please merge to official package.
+1

Sublime Text sometimes freezes when deleting files and folders via the sidebar

Andrew Meyer vor 12 Jahren 0

I'm experiencing an issue in which Sublime Text sometimes freezes for around 10-15 seconds when I delete a file or folder via the project sidebar. This doesn't happen ALL the time, and I haven't been able to consistently reproduce the bug, but it does happen fairly often and it's rather annoying.

+1

change window scroll behaviour when swapping line with selection

Jan Löfberg vor 13 Jahren aktualisiert vor 13 Jahren 0
When swapping lines with multiple rows of text selected, the window starts to scroll when the caret position hits top/bottom of window. 

It would be nice if the end position of the selection was "pushing" the scroll, with a few lines spacing in the direction of line_swap. 

This would give a "heads up" or "look ahead" behavior that would prevent the user from swapping the selection too many lines, ending up having to go back a few lines to get the selection to where it's supposed to be. 
+1

how to goto last postion

sevk vor 13 Jahren aktualisiert vor 13 Jahren 0
how to goto last postion , like vim , ctrl+o and ctrl+i is goback and go on . need it.

And auto complete need band key (ctrl+alt+n) to arrow down instead of arrow down which far away from hand , ( ctrl+alt+p) to arrow up ...
+1

Transliterate selection to ASCII

Mark Bradford vor 12 Jahren 0

One feature I use frequently in TextMate is 'Transliterate selection to ASCII' from the Text bundle, which turns smartquotes and em-dashes and such into ascii text for pasting into a terminal window.  If Sublime Text had this, I might consider making the leap...