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

+3

wanted: yasm assembly syntax highlight

kelvin bitnick 12 aastat tagasi 0
subject says it all
+3

Vintage mode ge and f... ;

Saša Tokić 11 aastat tagasi 0

It would be nice if Vintage mode supported ge, currently it just goes to the next word end....


Also when you search for a next letter using f(some character) ; should take you to the next occurrence like it does in Vim.

Thanks

+3
Lõpetatud

Clean up trailing whitespace for auto-indented lines

Scott Bowers 13 aastat tagasi uuendaja Jon Skinner 13 aastat tagasi 0
When coding with auto indent, auto indent will leave trailing white space on empty lines.  When you have environments where trim_trailing_white_space_on_save is not feasible, this forces you to manually clean up after auto indent.
Vasta
Jon Skinner 13 aastat tagasi
Automatically inserted whitespace is removed when you start typing.
+3

Syntax highlighting for Apache files

gvillafu1994 12 aastat tagasi uuendatud 12 aastat tagasi 0
It should be possible to see the syntax highlighted for files used a lot of times on Apache servers (with extensions *.conf, *.htacess, *.htpasswd, so on).

For example, highlight words like "RewriteEngine" or "RewriteRule" as keywords,
lines starting with # as comments, code folding if tags like <Directory "C:/my/files/"> </Directory> are written, etc.

Well, you know that more than I do.
Also, I agree SublimeText should print files too, and offer several options for that. Anyway, thanks for this excelent product and keep the effort flowing.
+3

Memorize Code Folding

Yasha Nisanov 12 aastat tagasi 0
Not sure if this is already an option that I'm missing... please implement a code folding memory so that a file with previously applied folds remembers those folds on subsequent opens.

Cheers!
+3

cyrillic

Сергей Бехарский 11 aastat tagasi uuendaja Igor Stepanuk 10 aastat tagasi 0
Case-insensitive search in cyrillic languages (in russian) is not working.
+3

Keyboard shortcuts in menu should match actual shortcuts

whee 13 aastat tagasi 0
When things are bound to different keys, the updated mapping doesn't show in the menu dropdown. The menu items indicate bindings that no longer work. It'd be nice if the menu updated to show the current keys.
+3

escaped quotemark syntax highlighting

Jeff King 13 aastat tagasi uuendatud 13 aastat tagasi 1
There is a bug in the syntax highlighting that does not recognize escaped quotemarks. For example:

"This is properly recognized as a string. \" This is not, but should be." This is but shouldn't be.
+3

Provide universal portable

Mike Lehner 12 aastat tagasi 0
Provide a Universal Portable version,

It can have multiple binaries (would probably have to) but each binary could use a single set of settings, packages, etc.  


So:

Sublime Text/sublime text.exe

Sublime Text/sublime text linux.bin

Sublime Text/sublime text mac.bin  


Both look at the setting/packages in:

Sublime Text/Data