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

+65
Terminé

API: Quick Panel

guillermooo il y a 13 ans mis à jour par Jon Skinner il y a 13 ans 1
Many plugins depend on the quick panel to work. The availabitliy of the quick panel soon would help with the porting efforts.
Solution
Jon Skinner il y a 13 ans

This was added in build 2076

+64

Auto close tags after you type >

Thodoris Tsiridis il y a 13 ans mis à jour par Drew Betts il y a 11 ans 12
It would be great to auto close tags after you type the > of the opening tag. So when you type <span> immediately it closes the tag, and the cursor stays inside the tag.
+63

Open multiple files with Goto Anything panel

Sergio Rus il y a 12 ans mis à jour par Martin Trojan il y a 7 ans 10
I need a way to open several files from Goto Anything panel, for example, selecting the results with <ctrl + arrows> and <shift + arrows>
+63

Please add BDO/BIDI/RTL support because arabic and hebrew are now not supported.

Nikolai Ilushko il y a 11 ans mis à jour par Eyal Teutsch il y a 8 ans 4

Image 249Please add   BDO/BIDI/RTL support because arabic and hebrew are now not supported.


this is very hard to develop in sublime when what you write is reversed in the editor.

+63
Terminé

Add bookmarks support

Metin Amiroff il y a 13 ans mis à jour par Cees Timmerman il y a 8 ans 8
Ability to add bookmarks to lines would make it easy and fast to get to predefined places within code.

Keyboard shortcuts would be F2 for adding a bookmark, and various combinations with Shift and Ctrl for walking between them.
+62

Add special syntax highlighting for TODO comments

Alexander Dean il y a 13 ans mis à jour par Pierre-Adrien B. il y a 11 ans 4
Like IntelliJ, would be nice if comments with the word TODO in them were highlighted in a different (high visibility) colour
+62

Get out of my head!

Manifest Interactive il y a 13 ans mis à jour par -2724 il y a 13 ans 1
Seriously, its as if you took all the stuff I always wanted in a good text editor and made it happen... kind of creepy really ;)
+61

Sort files in sidebar by modification time

Clayton Hynfield il y a 12 ans mis à jour par Andrew Yurisich il y a 11 ans 4
Being able to sort files in the sidebar by modification time would make it super-easy to find and edit recently and frequently modified files, without ever having to leave Sublime Text.  Would be especially handy for folders with lots of files.
+61

Prompt if need elevated permission to save on Windows (and Linux if that also doesn't work)

imperfect il y a 11 ans mis à jour par Luis Raúl Medina il y a 8 ans 16

This has already been added for OS X, but not for Windows (at least Windows 7 x64) and possibly not for Linux.


ST should automatically ask for admin password, if not already running as admin, when saving to a folder that requires admin privileges.


Created this new topic as other ones are already marked as completed.


Here is link to previous completed suggestion: 27820-prompt-if-need-elevated-permission-to-save

+61

please add xsd validation for xml files and autocomplete

ceeblet il y a 10 ans 0
if an xml file has an xsd designation that is accessible (i.e. in same directory as the xml file) it would be wonderful to have the ability to validate against that xsd and also to have autocomplete as suggested by the xsd.