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

+3

Per-project per-filetype settings

George Mauer 11 year бұрын 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 13 year бұрын updated by Michael Irigoyen 12 year бұрын 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 13 year бұрын 0
+3

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

Jonathan 13 year бұрын жаңартылды 13 year бұрын 0
Option to toggle tab switch looping when using scroll wheel or tab next/prev shortcuts.
+3

Spellcheck PHP Doc

James Brooks 14 year бұрын 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 13 year бұрын updated by aristidesfl 13 year бұрын 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. 12 year бұрын updated by Frank Duffner 12 year бұрын 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 13 year бұрын updated by Dave G 12 year бұрын 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 12 year бұрын 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 12 year бұрын 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.