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

+44

Bundle python ssl module

Will Bond 13 aastat tagasi uuendaja Julien Bouquillon 11 aastat tagasi 10
It would be nice to be able to pull data from web servers that use SSL certs. From what I can tell, urllib2 needs the python ssl module to be able to download from https:// urls.
+43

I love sublime text since version one

oxman . 13 aastat tagasi 0
This is an awesome ide. Please if one day you don't want continue Sublime Text, release it opensource, Thanks a lot
+43

Add Sublime Text 2 to the Ubuntu repositories

Octavian Damiean 12 aastat tagasi uuendaja dp wiz 11 aastat tagasi 5
It would be nice if you could add Sublime Text 2 to the Ubuntu package repositories so everyone can just install it using apt-get or the Ubuntu Software Center.
+43

Duplicate file from folder context menu

Kelly Banman 13 aastat tagasi uuendaja Bruce Pieterse 12 aastat tagasi 1
I'd like to be able to right-click on a file in the project sidebar and duplicate the file.

And instead of just making a new file called "somefile_copy.php", show the rename panel, allowing the user to specify the new filename straight away.
+43

show bookmark in minimap

Liam McLennan 13 aastat tagasi uuendaja Keith Hall 6 aastat tagasi 4

It would be nice if bookmarks were shown in the minimap or on the editor pane scroll bar. 

Thanks!

+42

Background image in distraction-free mode

Vadim Tukaev 12 aastat tagasi uuendatud 12 aastat tagasi 2
+42

Ability to set bookmarks by clicking on gutter

Hongli Lai 13 aastat tagasi uuendaja Joseph Huckaby 11 aastat tagasi 4
I set bookmarks very often so that I can easily switch back and forth between two or three related places in the code. It would be nice if I can set bookmarks by clicking on the gutter (the place that shows line numbers). TextMate allows this: if I click on the gutter it will show a star on that line and that line is bookmarked.
+42

API support for adding custom items to the sidebar

Leon Bogaert 12 aastat tagasi uuendaja David Mair Spiess 12 aastat tagasi 1
I was searching for a ftp/sftp plugin just like Zend Studio 5.5 / Notepad++ etc. I stumbled upon this thread: http://www.sublimetext.com/forum/viewtopic.php?f=4&t=5846

Because it isn't yet possible for a plugin to add custom items to the sidebar such a plugin can't be created.
+42

Syntax Highlighting and Style for PowerShell and VBS files

Luis Martinez 13 aastat tagasi uuendaja Alexander Dean 13 aastat tagasi 1
Contextual highlighting and syntax style for PowerShell and VB Script.
+41

"Find in selection" shouldn't be the default

Rob Speer 13 aastat tagasi uuendaja Charlie 7 aastat tagasi 13
Finding text inside my selection is never what I want to do, and yet it happens by default if anything is selected.

This makes me think that text doesn't exist in my code, when it actually does.

It's particularly bad because if I've just searched for something else, the result is *selected* and I have to clear the selection before I can proceed!