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

+7

vertical tabs

Robert Teshinsky 11 ár síðan 0
Have the tab list of open files be move-able to either side, with tabs in a vertical list.
Image 273
+7

Custom auto-closing

Z . 13 ár síðan updated by Sean Swezey 12 ár síðan 1
Can we write custom auto-close pairs? Currently it's like
{'[':']', '{':'}', '(':')', '"':'"', "'":"'"}

and maybe some others, and you can either enable everything or disable everything. I like most of them, but when I do clojure work, ' isn't a closeable thing, and it would be really nice to disable just that.

+7

Show current line in mini-map

Jonathan Graham 12 ár síðan 0

Similar to how Find highlights your search results in the mini-map, it would be great to turn on highlighting of the current line in the mini-map.


Thanks!

+7

What about a spell checker?

Richard Hurt 14 ár síðan updated by James Brooks 14 ár síðan 6
I am a horrible speller and would like to be able check my documents for spelling errors with a key press. I don't think it would be necessary to build a spell checker into SublimeText2 but I would like to be able to use a platform one (e.g. aspell on Linux, etc.)
+7

Hide folder or files from search but not from sidebar, per project.

Adriano Resende 9 ár síðan updated by Cristian Yáñez 8 ár síðan 1

I not found for this solution, if exist this feature, what is best way for to hide files or folder from search but not from sidebar, per project (.sublime-project) ?

In Stack Overflow, Jay say:

For Sublime Text 3: To exclude from search and GoTo results, without removing from the sidebar, change the "binary_file_patterns" setting. Matches files AND folders.

I can't figure out how to implement this on a per-project basis :(. Most settings can be moved to a project.sublime-project file. "Project > Save Project As", save it the root of your project, and add "settings": {...} to the json in the generated file. (from source, works as of ST3 build 3095). But does not work with "binary_file_patterns".
More detail: http://stackoverflow.com/a/25904115/868003

+7

Indent for Parenthesis in PHP

Brian Gottier 13 ár síðan updated by Алексей Марчук 11 ár síðan 3
It is very common for a closing parenthesis in PHP to indent to the same level as the line above it, but Sublime adds another tab. It would be great if Sublime would move the indent to the same level as the first line.
+7

pragma region (c++) support to be able to close and expand regions like we can open and close functions, thanks a lot and great work!

Nawid Haghgoo 12 ár síðan 0
pragma region (c++) support to be able to close and expand regions like we can open and close functions, thanks a lot and great work!
+7

Add the ability to exclude comments when searching

chaiguy 12 ár síðan 0

It would be super handy if there was a button added to the search bar called "include comments" that could be disabled to only search non-commented code.


This would be great if you're looking for every instance of a particular identifier, but don't care about commented-out code.

+7

Add "New View into File" to context menu of file tab

Drew Pirrone-Brusse 12 ár síðan updated by Michael Gritsaenko 8 ár síðan 3
It took me a disappointingly long time to find the `File->New View into File` command, and until I did I honestly thought that Sublime Text 2 didn't have that functionality built in. I feel that it would both be more intuitive and very handy to have that command added to the context menu opened when right(or cmd)-clicking a file's tab.
+7
Lokið

Add possibility to hide/disable "close tab" button

Metin Amiroff 14 ár síðan updated by Daniel Quality 7 ár síðan 4
Imagine a scenario where you've got lots of files open in one window and the window is narrow. Tab widths get so small that when switching between them using mouse rapidly it's really easy to accidentally hit close button. Say you don't want to use keyboard shortcuts and left pane. An option to disable close tab button would be nice, as middle mouse button could be used for that purpose.

See http://www.twitpic.com/3w20rc/full
Answer
Jon Skinner 13 ár síðan
This was added in build 2091