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

+21

Arabic Language

omar berrayti 13 aastat tagasi 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
Lõpetatud

Menu items to be selectable from the keyboard

Karl Bowden 14 aastat tagasi uuendaja Jon Skinner 14 aastat tagasi 3
Ie. alt+f (&File) > s (&Save)
Vasta
Jon Skinner 14 aastat tagasi
Added in 20110203
+21

File encoding in save as option

Camilo Nova 14 aastat tagasi uuendaja robertcollier4 12 aastat tagasi 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 aastat tagasi 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 aastat tagasi 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 aastat tagasi uuendaja Nano Zone 8 aastat tagasi 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 aastat tagasi uuendatud 14 aastat tagasi 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 aastat tagasi uuendaja Sean Liang 13 aastat tagasi 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 aastat tagasi uuendaja Stratigos 12 aastat tagasi 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 aastat tagasi 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