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

+1

Thanks

Andrew Heaford vor 12 Jahren 0
I've found an editor that has, at least on my windows boxes, replaced vim.

That's impressive. Well done, Sublime is excellent.
+1

Wildcards in "Goto Anything" searches

jdc0589 vor 13 Jahren aktualisiert von Jon Skinner vor 13 Jahren 1
Allow the use of the wildcard operator ' * ' in goto-anything searches.

Example -
  Search string: *.template.*
  Results: ["form.template.html", "index.template.html", etc..]
+1

Make a shortcut to the current file type's sublime-settings file

Acorn vor 13 Jahren 0
It would be great if there was a shortcut to the currently open file's file type's sublime-settings file. Just like there are for the global settings and user file settings.
+1

teamwork features using version control

Widy Graycloud vor 11 Jahren 0
i think it's very useful if sublimetext have teamworks feature like netbeans ide,
because i love developing app with my friends using git
+1

Language sensitive spellcheck (support for lang and xml:lang attributes)

Leif Halvard Silli vor 12 Jahren 0
  1. Let spellcheck be sensible to the lang attribute of HTML and XHTML as well as of the xml:lang attribute of XML. 
    • E.g. when using an English spell checker, then, when faced with <p>Petite</div>, do not perform English spell check inside that element.
    • If present in HTML or XHTML, the @lang attribute should take presedence - though perhaps some may want to fiddle with the presendence.
    • Spellcheck could either be fully multilingual (thus allow checking of many languages at once, if the document includes more than one langauge). But as long as spell checking is monolingual, it should behave as described in point 1.
  2. Also make it possible to declare that no attributes should be checked, except those which one allows it for. (Such as @title and @alt in XHTMl and HTML elements.)
  3. Textile and MarkDown etc may also support language declaration, and it would be nice to implement that too.
  4. To save you the hazzle from adding support for all the 8000+ registered language tags, I guess it would be fine if one could declare, e.g. in the preferences that lang="fr" refers to a French dictionary, while lang="nn" refers to a Norwegian Nynorsk dictionary — etc.
+1

"highlight_line" doesn't work if "gutter" == false

Jocelyn Turcotte vor 12 Jahren 0

Title says it all.

+1

Python language parser escapes `

David Brodsky vor 13 Jahren aktualisiert vor 13 Jahren 0
Though python does not escape on ` character, the sublime parser does.
+1

ability to reposition sidebar

mathew davis vor 13 Jahren 0
I'd like to be able to reposition side bar to the other side of the screen
+1

Proper Code Collapse Support

Rafal Chmiel vor 12 Jahren aktualisiert von Weston Miller vor 11 Jahren 1

Save which code I have collapsed. It doesn't when I collapse code and open Sublime again.

+1

Mark snippets of code in a file as a different language

Ilan Biala vor 11 Jahren 0

For example, in a PHP file, there can be JavaScript, CSS, and HTML, so it would be really great if different parts of a file could be set as a different language for syntax highlighting and for other features.