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 hace 11 años 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
COMPLETADO

Find/replace supports regexp backreferences

-5199 hace 13 años actualizado por Jon Skinner hace 13 años 0
For complex search/replace it would be great if the regular expression mode supported back references in the replace string.
Respuesta
Jon Skinner hace 13 años
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 hace 12 años 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 hace 13 años actualizado hace 13 años 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 hace 11 años 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 hace 12 años 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 hace 11 años actualizado hace 11 años 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 hace 13 años actualizado por Baltasar Sanchez hace 13 años 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 hace 13 años actualizado por Nicholas Platt hace 13 años 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 hace 12 años 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.