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

+3

wanted: yasm assembly syntax highlight

kelvin bitnick vor 13 Jahren 0
subject says it all
+3

Vintage mode ge and f... ;

Saša Tokić vor 12 Jahren 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
Fertiggestellt

Clean up trailing whitespace for auto-indented lines

Scott Bowers vor 13 Jahren aktualisiert von Jon Skinner vor 13 Jahren 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.
Antwort
Jon Skinner vor 13 Jahren
Automatically inserted whitespace is removed when you start typing.
+3

Syntax highlighting for Apache files

gvillafu1994 vor 13 Jahren aktualisiert vor 13 Jahren 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 vor 12 Jahren 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

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

Keyboard shortcuts in menu should match actual shortcuts

whee vor 13 Jahren 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 vor 13 Jahren aktualisiert vor 13 Jahren 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 vor 12 Jahren 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