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

+21

New window from Mac dock icon

lkraider+openid 13 year бұрын updated by lewen7er9 12 year бұрын 3
Feature Request:
Add an option on the right-click menu at the Mac dock icon to open a new window.

Rationale:
Many apps on the Mac have some useful commands on the menu that appears when you right-click their icon on the dock, Sublime has none, but an option to open a new window would be really useful, specially when working with mission control spaces and you want a new sublime window on the current space.
+20

Menu bar color

Tadeusz Łazurski 13 year бұрын жаңартылды 13 year бұрын 3
ST2 is great and this is great:  http://sublimetext.userecho.com/topic/19274-theming-of-the-sidebar/ 

But is it possible to change top menu color as well. It distracts me in distraction free mode :P
+20

Completion list width

ibbles 14 year бұрын updated by Mark Evans 12 year бұрын 6

I would like to be able to increase the width of the completion list. I have a few snippets with not too long descriptions, less than ten words, but even they become unreadable in the completion list. Same goes for the go to file(ctrl+p) result list, which I would also like to be able to move to one of the sides so it obstructs less of the content of the selected file.


Image 35

+20

Code Folding - Fold All by Syntax/Keyword

Trevor Allen 13 year бұрын жаңартылды 13 year бұрын 0
Similar to the existing code-folding options "Fold Tag Attributes" and "Fold Level X", it would be great to have an option to fold according to syntax/keyword. For example (in python): Fold All Classes (folds all class definitions); Fold All Function (folds all function definitions); Fold All For-Loops (you get the idea), etc. 

Similarly with HTML, you could fold by tag -- Fold All <tr>, Fold All <table>, etc. 

I don't know whether it would be easy to integrate this with the keyword lists used for syntax highlighting, or perhaps create an area in Preferences files to specify which keywords a user would like included in the Menu or with key-bindings. 
+20

"Convert Indentation To Spaces/Tabs" should be under Edit, not View

Harry Pehkonen 13 year бұрын updated by Michael Krueger 13 year бұрын 4

"View" in the menu should mostly have options for presentation, not for changing the file.

When a newbie like myself wants to convert indentation to spaces or tabs, one would probably look under Edit and Tools.

Thanks very much for the awesome editor!

Harry.

+20

Make unsaved files more visible in tabs.

Mario Olivio Flores 13 year бұрын updated by Dirk Heider 13 year бұрын 3
I have a hard time noticing which files are unsaved vs saved.  I was wondering if you could make it more obvious when a file has yet to be saved.

Thanks!
+20

Edit multi-file search results in place

Francis Gastellu 13 year бұрын updated by Tuncay Demirtepe 12 year бұрын 3

Currently, the results of a multi-file search end up in a temporary editor. It would be an *extremely* time-saving feature to have the ability to edit the files in-place, inside the search results window. Unfortunately it edits the search result editor's buffer, which can be saved on its own, but that's much less useful.

In fact, when I did my first search and got a whole bunch of results in a seemingly editable file, i thought I was being offered dozens of mini editors, and i was blown away. Then i was very disappoint.

+20
Declined

Prompt for delete a file

Alysson Bortoli 14 year бұрын updated by Paul Madley 10 year бұрын 11
Would be nice to move the deleted file to the Trash (Mac) and prompt before delete, some thing like "Are you sure?"
Answer
Jon Skinner 13 year бұрын
As of 2165, deleted files are moved to the trash, rather than deleted, so taking a cue from Finder, a confirmation prompt is unwarranted.
+20

Live PHP syntax checker

Naeem Noor 14 year бұрын updated by Alex Dearden 13 year бұрын 5
a live php syntax checker would be nice, just like in RapidPHP 2010
+20

Highlight lines changed from revision control's copy

codex 14 year бұрын updated by Aleksandr Gornostal 13 year бұрын 3
It would be nice if lines I've modified, as measured against my RCS (e.g. git) would be marked in some way--for example, by changing the color of the margin (or line number) for that line.  Different colors could be used for adds, deletes, and modifications.