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

+1

Spellcheck not working correctly with Markdown

Bodo Junglas fa 11 anys 0
This occurs in Sublime Text 3 Build 3059

If I create a simple Markdown file test.md
* [Introduction]()
Open it with Sublime and activate spell check, "Introduction" is marked as incorrect. When using right click it will be "corrected" to
* [Introductionn]()
+1
Completat

Find/replace supports regexp backreferences

-5199 fa 13 anys updated by Jon Skinner fa 13 anys 0
For complex search/replace it would be great if the regular expression mode supported back references in the replace string.
Answer
Jon Skinner fa 13 anys
This is already supported, the syntax is detailed at http://boost.sourceforge.net/libs/regex/doc/format_perl_syntax.html
+1

Cannot see autocomplete on lowest viewable line when window is at full height

Kevin Kirchner fa 12 anys 0
When I make the window the full height of my screen, the find toolbar hints and autocomplete submenu show below the viewing area and you can't see them. The hints and menus should stay in the viewable area.
+1

THANK YOU!!!

Me Whatever fa 13 anys actualitzat fa 13 anys 0
Forgot to thank everyone, while submitting requests, for an incredibly awesome editor which excells in style and usability and ease of plugin implementation.
+1

Website Redesign

Austin Condiff fa 11 anys 0

Considering how mainstream Sublime Text is becoming, I really think it needs a more professional, clean looking website.

+1

Copying and pasting from Linux VM into Windows creates blank lines

Ben McCann fa 12 anys 0
I'm running an Ubuntu VM with Sublime Text 2 on Windows 7.  If I copy text from Sublime in Ubuntu and paste it into Windows then there is a blank line inserted after each line.
+1

Error on ESC in Control-P with no opened files

Marcelo Gomes fa 11 anys actualitzat fa 11 anys 1

When there is no opened files in Sublime Editor, clicking on control-p and scrolling using arrows, the file can be viewed on editor, however canceling using ESC key, the file remains on editor without tab ... It is a ghost file ... The ESC key needs to cancel the file and take it off from the editor ... Only Enter key should stay with selected file.

+1

Code folding doesn't work if code isn't indented

johtso fa 13 anys updated by Baltasar Sanchez fa 13 anys 1
Currently if code isn't indented, it is not possible to fold it.

Unnecessary video:

+1

Being able to resize the sidebar

Robin Lilfelt fa 13 anys updated by Nicholas Platt fa 13 anys 1
It could be nice if you could add a way to resize the sidebar, to make it possible to see the whole filenames in the folders.
+1

file_mute_patterns

Jan Löfberg fa 12 anys 0
Similar to file_exclude_patterns and binary_file_patterns. 

The files would still be visible in the sidebar, but they wouldn't open in the editor when browsing the sidebar using arrows.

Useful for images and other type of files you'd like to know are in the correct folder, but dont want to open in any situation of browsing the file, neither by browsing the project sidebar using the arrows, nor when using "Goto anything" ([super + p]) to quickly get to project files.