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

+44

Bundle python ssl module

Will Bond il y a 13 ans mis à jour par Julien Bouquillon il y a 11 ans 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 . il y a 13 ans 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 il y a 12 ans mis à jour par dp wiz il y a 11 ans 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 il y a 13 ans mis à jour par Bruce Pieterse il y a 12 ans 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 il y a 13 ans mis à jour par Keith Hall il y a 6 ans 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 il y a 13 ans mis à jour par Joseph Huckaby il y a 11 ans 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 il y a 12 ans mis à jour il y a 12 ans 2
+42

API support for adding custom items to the sidebar

Leon Bogaert il y a 12 ans mis à jour par David Mair Spiess il y a 12 ans 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 il y a 13 ans mis à jour par Alexander Dean il y a 13 ans 1
Contextual highlighting and syntax style for PowerShell and VB Script.
+41

"Find in selection" shouldn't be the default

Rob Speer il y a 13 ans mis à jour par Charlie il y a 7 ans 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!