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

+3

Per-project per-filetype settings

George Mauer hace 11 años 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 hace 13 años actualizado por Michael Irigoyen hace 12 años 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 hace 13 años 0
+3

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

Jonathan hace 13 años actualizado hace 13 años 0
Option to toggle tab switch looping when using scroll wheel or tab next/prev shortcuts.
+3

Spellcheck PHP Doc

James Brooks hace 14 años 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 hace 13 años actualizado por aristidesfl hace 13 años 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. hace 12 años actualizado por Frank Duffner hace 12 años 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 hace 13 años actualizado por Dave G hace 12 años 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 hace 12 años 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 hace 12 años 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.