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

+3

Per-project per-filetype settings

George Mauer vor 11 Jahren 0

I have a project where the code standard is 2 spaces for indentation level for html/js files.

My other projects are sane.


Can it please be possible to overwrite the default settings *for a particular file type* in a sublime-project file?

+3

Add a "Close All" command to tab menu

chaiguy vor 13 Jahren aktualisiert von Michael Irigoyen vor 12 Jahren 3
I'd like to be able to just clear the window without having to "close others" and then close the leftover tab.
+3

Provide a portable version for Linux

Dov Shmilovich vor 13 Jahren 0
+3

The ability to have tab scrolling stop at the first & last tabs.

Jonathan vor 13 Jahren aktualisiert vor 13 Jahren 0
Option to toggle tab switch looping when using scroll wheel or tab next/prev shortcuts.
+3

Spellcheck PHP Doc

James Brooks vor 14 Jahren 0
Image 5

This occurs when using PHP syntax, PHPDoc comments and then turning spellcheck on.
+3

Don't add too many features. That's all I ask for.

Oliver Rühl vor 13 Jahren aktualisiert von aristidesfl vor 13 Jahren 1
I'm in love with your text editor and I'd even marry it.

But please do not let your product become bloatware like most other software out there. We need this editor for our peace of mind.
+3

Group focus should maximize the view of the particular group.

Nikos E. vor 12 Jahren aktualisiert von Frank Duffner vor 12 Jahren 1

The ctrl+{group number} should also maximize the area of the desired group in the workspace. And the Ctrl+0 should return the groups to their initial sizes or to a evenly distributed state. 

+3

What determines which items end up in the command palette?

aristidesfl vor 13 Jahren aktualisiert von Dave G vor 12 Jahren 1
There are plugins with actions in the command palette and puglins which don't.
There are actions that are parcially in the command palette, like the unfold all, but no other fold actions..

Is there some criteria?
+3

TextMate 2 style list box as a snippet placeholder

Tommi Tissari vor 12 Jahren 0

In TextMate 2 you can make a snippet placeholder such as: 

${1|red,green,blue|} 

And when you land on that placeholder, a list box pops up which lists the specified entries: red, green and blue. Then you can select one of those entries using arrow up/down keys, and hit tab to select and move to the next placeholder.

+3

navigate back through edit/view locations

Tiest Vilee vor 12 Jahren 0
I'd love to be able to navigate back through edit/view locations, even within a file. A bit like eclipse (alt-left arrow), intellij (ctrl-[) and visual studio (ctrl-minus) do. I have some big files that I keep on navigating around, and it would be handy to have this so I don't have to think about where I'm navigating to.