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

+16

Context menu - cut command should be above copy command

Keith Hall hace 13 años 0
When you right click in the text area, Sublime Text currently shows Copy, Cut, Paste.  Every other application I know uses the standard order of Cut, Copy, Paste.  (i.e. so that Cut comes first, instead of it being sorted alphabetically)

The first thing I do with my sublime text installation is make a simple change to the Context.sublime-menu file in the Default package folder to re-arrange this menu, and it would be great if it could be the default.
+16

Improved performance for large JSON files

Daniel Murray hace 14 años 0
I have some large (~10mb) JSON files, and Sublime doesn't seem to be able to load them in a reasonable amount of time. After they've been prettified (tabs/newlines added) they do load properly, so it's possibly because there are no newlines. Not a huge deal but it would be nice if they loaded as is.
+16

Find option to not search recursively

Me Whatever hace 13 años actualizado por Haidong Wang hace 11 años 2
Hi,

I think Sublime Text 2 is ok to have a default behaviour to search recursively in the directory tree below the current directory, but this should also be possible to disable via a button.

Thank you,
Razvan
+16

Allow overriding font in theme

Alexander S. hace 14 años actualizado por factormystic hace 13 años 1
As far as I can see, there's no way to override font settings in a theme. I would like to change the fonts (family, weight, size) in the sidebar and tabs.
+16

box-sizing CSS property is not recognised

Tom Turton hace 13 años 0
CSS 3 Box-sizing has been available since IE8, but Sublime Text 2 does not recognise it as a CSS declaration. Thus autocomplete does not support the values and the declaration is not coloured in.
+16

Override default associated syntax definition

guillermooo hace 14 años actualizado por Phillip Koebbe hace 13 años 7
Association between file types and syntax definitions is established in syntax definitions by means of the "filetypes" element. While normally this works fine, sometimes you might want to use an alternate syntax definition for a file type that already has a generic syntax definition associated with it, and to which Sublime gives precedence. To override the default syntax definition, it would be necessary to be able to specify a preferred syntax definition for a file type. If this preferred syntax wasn't found, Sublime would fall back to the current system.

Example:

file_types: { 
"sublime-build": { 
"syntax": "Packages/PackageDev/Support/Sublime Build.tmLanguage",
}
}
+16

Cloud Sync for Sublimetext

hace 12 años 0

Cloud Sync: It would be great to have the ability to sync the content of your sublimetext to all of your other devices so that if I create notes, scripts, etc. on a MAC, I would see all of my work on my Window or Linux box where I'm using Sublimetext too.

+16

Filter through command equivalent

Colin Taylor hace 14 años actualizado por mc0e hace 12 años 4
Textmate blows but its ability to filter current doc through shell command and back in again is great.
+16

add column rails snippet (mcol)

Mike Emery hace 14 años 0
In TextMate mcol lets you add, rename, and remove columns whereas in Sublime Text 2 it only lets you remove.  There is currently no alternative snippets for adding and renaming columns in migrations.
+16

"Go to anything" (Ctrl+P) shows deleted files

Krzysztof Wolowski hace 14 años actualizado por Jon Skinner hace 14 años 1
This happens regardless of weather you delete the file in the sidebar or outside ST2.