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

+44

Bundle python ssl module

Will Bond vor 13 Jahren aktualisiert von Julien Bouquillon vor 11 Jahren 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 . vor 13 Jahren 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 vor 12 Jahren aktualisiert von dp wiz vor 11 Jahren 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 vor 13 Jahren aktualisiert von Bruce Pieterse vor 12 Jahren 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 vor 13 Jahren aktualisiert von Keith Hall vor 6 Jahren 4

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

Thanks!

+43

Ability to set bookmarks by clicking on gutter

Hongli Lai vor 13 Jahren aktualisiert von Joseph Huckaby vor 11 Jahren 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

Background image in distraction-free mode

Vadim Tukaev vor 12 Jahren aktualisiert vor 12 Jahren 2
+42

API support for adding custom items to the sidebar

Leon Bogaert vor 12 Jahren aktualisiert von David Mair Spiess vor 12 Jahren 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 vor 13 Jahren aktualisiert von Alexander Dean vor 13 Jahren 1
Contextual highlighting and syntax style for PowerShell and VB Script.
+41

"Find in selection" shouldn't be the default

Rob Speer vor 13 Jahren aktualisiert von Charlie vor 7 Jahren 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!