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

+48
COMPLETADO

Remove a single folder folder from a project

Russell Keith-Magee hace 13 años actualizado por Jon Skinner hace 13 años 1
Respuesta
Jon Skinner hace 13 años
Added in build 2027
+47

task-focused interface (like eclipse mylyn)

Robert Kasanicky hace 12 años actualizado por Eugene Bezludny hace 8 años 1
As an eclipse user I really miss the Mylyn functionality (quick demo http://www.youtube.com/watch?v=IEyjpDrHCjc)

In my mind a basic task-focused interface would cover:
1. task creation/import - I can define local tasks and there's an API for writing connectors that retrieve tasks from remote issue trackers
2. every task carries it's own persistent context (primarily which files are open) and when I activate a task the context is restored
+47

Allow hiding of the title bar

Andrew Rabon hace 12 años actualizado por Jae Page hace 8 años 3
Basically make it more like Chrome and integrate the tabs and the title bar into one, to preserve pixels.
+47

Function parameter auto-complete

Caleb Morris hace 13 años actualizado por Bruno Lemos hace 11 años 1
When auto completing a function pop up a small off-set message of the parameter inputs.
ex: foo( int a, real b ); // declared above
when foo auto-completed "foo(" is put and a message shows "foo( int, int )"
+47

Set font size per pane

Joel Thornton hace 13 años 0
Allow the user to persistently change the font size independently for each pane in the UI. For example, the user should be able to use a smaller font size for the console pane than their main text buffer.
+46

Sort numbered files/folders in the sidebar correctly

Jeff Byrnes hace 12 años actualizado por Daniel Baumann hace 11 años 28
Currently, a series of files or folders which are numbered are not sorted correctly in the sidebar if they enter the hundreds. For example:

1
10
100
101
2

While I know this is often how *nix systems sort, I think many would agree that the intent of a series of numbered folders would be to sort correctly, as if they were integers.
+46

ctypes can't be imported in Linux

Fredrik Ehnbom hace 12 años actualizado por 美龙 谢 hace 12 años 8
Go to the python console and type "import ctypes" in build 2139 and you'll get:

>>> import ctypes
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File ".\ctypes\__init__.py", line 10, in <module>
ImportError: No module named _ctypes
+45
COMPLETADO

Ability to disable/hide scroll bar(s)

Jan Bader hace 13 años actualizado por Jon Skinner hace 11 años 4
Please add the ability to hide the scroll bar(s). 

I barely use them, since it slows me down to use the mouse and if I use the mouse, i usually use the mousewheel.

Also, the vertical scrollbar is redundant with the minimap.
Respuesta
Jon Skinner hace 13 años

This can be done by setting the overlay_scroll_bars global setting to "enabled".


This was added in 2091

+45

Paredit for Clojure

Shantanu Kumar hace 12 años actualizado por David Foster hace 11 años 5

ST's Clojure support falls short of paredit. Please consider supporting paredit for Clojure.

+45

Bundle python ssl module

Will Bond hace 13 años actualizado por Julien Bouquillon hace 11 años 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.