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

+21

Arabic Language

omar berrayti 13 jaar geleden 0
Sublime Text 2 ,I think it is the best editor for every developper,

but for me and for the ohers arabic's programmer there is a probelem : the letters are not attached, 

Thank You
+21
Voltooid

Menu items to be selectable from the keyboard

Karl Bowden 14 jaar geleden bijgewerkt door Jon Skinner 14 jaar geleden 3
Ie. alt+f (&File) > s (&Save)
Antwoord
Jon Skinner 14 jaar geleden
Added in 20110203
+21

File encoding in save as option

Camilo Nova 14 jaar geleden bijgewerkt door robertcollier4 12 jaar geleden 2
Should be great if the user can select the encoding of the file in the save us dialog
+21

SVN integration

Thomas Olejarz 14 jaar geleden 0
I will be a very nice feature to include SVN integration in Sublim Text 2. Without any external plugin...
+21

Native FTP/SFTP and SSH Integration Please!!!

Nicholas Jordon 12 jaar geleden 0

While I love ST2, it just feels incomplete without this. Constantly switching between ST2 and konqueror/putty/etc just seems wasteful. I think having this as a tab in the folder area would work? Additionally built in Git command line (with color, possibly as as a popup?) would be amazing, but I would focus on FTP/SFTP and SSH first.

+21

Color Labels for Project Folders

Johannes Brückner 13 jaar geleden bijgewerkt door Nano Zone 8 jaar geleden 1
When working with two main directories in a project (i.e. a dev and a live version of a project), it would be great to be able to add color-labels to the main folders that also apply to all opened tabs. That would greatly help working with files that share the same name but reside in different root folders.

So lets say you need to apply some changes of your dev-versions' screen.css to the screen.css on your live-server and you applied the colors blue (dev) and green (live) to the root-folders. Your tabs would show the colored labels infront of the filename, or the file-names themselves would be colored like the respective label.

That would make it easier to keep an overview, rather than the text-based solution right now.
+21

Autohide for sidebars

peaks 14 jaar geleden bijgewerkt 14 jaar geleden 2
An option to set sidebars to automatically hide after a few sec or can be switched with a little panel would be good.
+21

强烈要求支持中文编码 gbk & gb2312

jason yang 13 jaar geleden bijgewerkt door Sean Liang 13 jaar geleden 1
there is very very much coder is chinese, you can not nonsupport gbk & gb2312 encoding.
+21

Project folders do not update when accessing Samba share in Windows

Andy Jarrell 13 jaar geleden bijgewerkt door Stratigos 12 jaar geleden 2

Project folders require a manual update for the contents to be viewed.  This seemed to  have been introduced in 2.0.  Please see this technical support discussion.

http://www.sublimetext.com/forum/viewtopic.php?f=3&t=7142 

+21

Python code folding of multi-line function signatures

Cameron Sparr 12 jaar geleden 0

In python, I commonly write functions with signatures that span multiple lines, and code-folding of these functions doesn't work properly.


This an unfolded function:

Image 211


And this is what happens when you try to fold the function (it just folds up the signature)

Image 212