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

+21

Arabic Language

omar berrayti il y a 13 ans 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
Terminé

Menu items to be selectable from the keyboard

Karl Bowden il y a 14 ans mis à jour par Jon Skinner il y a 14 ans 3
Ie. alt+f (&File) > s (&Save)
Solution
Jon Skinner il y a 14 ans
Added in 20110203
+21

File encoding in save as option

Camilo Nova il y a 14 ans mis à jour par robertcollier4 il y a 12 ans 2
Should be great if the user can select the encoding of the file in the save us dialog
+21

SVN integration

Thomas Olejarz il y a 14 ans 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 il y a 12 ans 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 il y a 13 ans mis à jour par Nano Zone il y a 8 ans 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 il y a 14 ans mis à jour il y a 14 ans 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 il y a 13 ans mis à jour par Sean Liang il y a 13 ans 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 il y a 13 ans mis à jour par Stratigos il y a 12 ans 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 il y a 12 ans 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