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

+80

ctags as core feature

Alex Rodriguez il y a 13 ans mis à jour par Jon Scobie il y a 12 ans 5
Most new editor support this sort of feature that allow to jump to different files where the definition or implementation of a function is located.
+79

Console Integration

Jack Galilee il y a 13 ans mis à jour par Darin Morrison il y a 12 ans 8
It would be good if there was a bash console instead of the custom console. I'd switch from Vim if I could easily run a terminal at the bottom of my editor window.
+78

Highlight lines reported by build system

Sergey Shepelev il y a 12 ans mis à jour par FichteFoll il y a 11 ans 5
Feature request to highlight lines of code reported by build system.
+77

Allow multiple snippets per file

Toby Evans il y a 12 ans mis à jour par James Gough il y a 7 ans 6
Please allow for multiple snippets per sublime-snippet file. eg:


<snippets>
 <snippet>
  <content><!CDATA[]]></content>
  <tabTrigger></tabTrigger><scope></scope>
   <description></description>
 </snippet>
 <snippet>
  <content><![CDATA[]]></content>
  <tabTrigger></tabTrigger>
  <scope></scope>
  <description></description>
 </snippet>
</snippets>

+75

Searching large files is very slow

guillermooo il y a 13 ans mis à jour par Mikhail Fludkov il y a 8 ans 11
Search in a ~30MB file is nearly unusable.
+73

OpenBSD and FreeBSD

Daniel Aurelio Galeazzo il y a 10 ans mis à jour par Doug Kirk il y a 8 ans 1

Please build openbsd and freebsd binary.

+72

Add Grails Support

Dan Polites il y a 13 ans mis à jour par Geli Crick il y a 11 ans 13
Provide support for grails projects.
+72
Pas un bug

Provide statically linked linux builds

Jeremy Bush il y a 12 ans mis à jour par Jon Skinner il y a 11 ans 9
ST2 is dynamically linked against libpng12.so.0. I have libpng installed on my gentoo system, but it still complains it's missing.

There should be a statically linked build provided.
Solution
Jon Skinner il y a 12 ans
libpng1.2 is brought in by the version of GTK that I compile against. Unfortunately, as GTK is LGPL licensed, I'm unable to compile it statically.

+71

integrate some functions ala Light Table

Michiel Klaver il y a 12 ans mis à jour par William Payne il y a 12 ans 6
- Get instant help topics about functions you are using at your code (never leave your active window for documentation searches)
- View direct feedback of code changes
- Display code as blocks inside a table, not multiple files as tabs (all your code visible in a single window, no need for switching tabs anymore)

Full story:
http://www.chris-granger.com/2012/04/12/light-table---a-new-ide-concept/

+71

Euphoria programming language

Vadim Tukaev il y a 12 ans mis à jour par Daniel Collins il y a 11 ans 1
Please add support for Euphoria programming language. I promise that I will buy Sublime Text now if I have at least a hope that this language will be added. Probably, this task will be simplified by such fact that TextMate and E-TextEditor already support this language.
http://scm.openeuphoria.org/hg/editors/file/default/Euphoria.tmbundle