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

+38

Please add printing features!

ryan gurnick 12 lat temu Ostatnio zmodyfikowane przez rsp 9 lat temu 2

It would be really nice if you where able to print your code.

+38

Add an option to auto-hide minimap -> unhide on scroll or overlay

Olivier Poitrey 14 lat temu Ostatnio zmodyfikowane przez Art Lawry 12 lat temu 3
The minimap takes some real estate and isn't relevant while editing, but only when seeking for another file location.
+37

PHP namespace support

Christian Kruse 13 lat temu Ostatnio zmodyfikowane przez Luke Ashe-Browne 12 lat temu 2
PHP namespace support is missing
+36

Add AppleScript support

Stian Håklev 13 lat temu Ostatnio zmodyfikowane przez juan falgueras 9 lat temu 10
I love to be able to script my applications, and build workflows. It would be very useful if it were possible to interact with ST2 via AppleScript. Even a simple bridge that let you execute a command (just like when you're binding keyboard shortcuts) through AppleScript would instantly expose most of the application (because of the way it is built). For example a way for a script to open a new window with two files in each pane, in a certain layout etc. (Dynamically).
+36

Please support code ligature from FicaCode font!

林佳俊 9 lat temu Ostatnio zmodyfikowane przez icc97 9 lat temu 1

Ligature fonts are awesome! It's a shame Sublime doesn't support them!

+36

Function search across entire project

Zachary Nawar 13 lat temu Ostatnio zmodyfikowane przez Thamaraiselvam 9 lat temu 4
Im aware you can press CTRL+R and it opens a small window where you can type a function name or parts of a function name and it will take you to that function. However it seems to be limited only to the one file you have open. Having it work across every file of that format across the entire project/open folders would be very nice.
+36

Pascal syntax support.

Alan Gott 13 lat temu Ostatnio zmodyfikowane przez Fernando Macedo 12 lat temu 2
Add support for Pascal syntax (*.pas), as well as recognition for Lazarus source code files (*.lpr).
+36

Minimap highlights on search results.

Guillaume Amringer 13 lat temu Ostatnio zmodyfikowane przez Ryan Harris 12 lat temu 2
When searching for a string in a file, the minimap also show highlighted results, but it's kinda hard to see. Maybe disable text syntax highlight in minimap when searching to make the search highlight stand out.
+36

Add enviroment vars ($file, $file_name, $selection, $project) to key bindings

Greg Williams 14 lat temu zaktualizowano 14 lat temu 2
Adding enviroment vars ($file, $file_name, $selection, $project) to key bindings would accomplish the needs of many 'plugins' in a simple bindings file
+36

Multiple rows of tabs

chaiguy 13 lat temu zaktualizowano 12 lat temu 2
There needs to be some way of handling many open tabs, such as wrapping them to another line.