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

+7

vertical tabs

Robert Teshinsky il y a 11 ans 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 . il y a 13 ans mis à jour par Sean Swezey il y a 12 ans 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 il y a 12 ans 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 il y a 14 ans mis à jour par James Brooks il y a 14 ans 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 il y a 9 ans mis à jour par Cristian Yáñez il y a 8 ans 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 il y a 13 ans mis à jour par Алексей Марчук il y a 11 ans 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 il y a 12 ans 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 il y a 12 ans 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 il y a 12 ans mis à jour par Michael Gritsaenko il y a 8 ans 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
Terminé

Add possibility to hide/disable "close tab" button

Metin Amiroff il y a 14 ans mis à jour par Daniel Quality il y a 7 ans 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
Solution
Jon Skinner il y a 13 ans
This was added in build 2091