Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
No se han encontrado topics similares.
+16
Allow overriding font in theme
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
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
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
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
Textmate blows but its ability to filter current doc through shell command and back in again is great.
+16
add column rails snippet (mcol)
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
This happens regardless of weather you delete the file in the sidebar or outside ST2.
+16
undo/redo history tree
It will be very useful to have
the done actions tree like E-TextEditor. I think this feature is ultra
useful because even when you have closed your files and reopen them
keeps the history of all the modifications in the file letting you
redo/undo any change.
Sometimes it useful to go back to a point where something was in some way without requiring you to use a versioning system, just for undo quickly and test.
Sometimes it useful to go back to a point where something was in some way without requiring you to use a versioning system, just for undo quickly and test.
+16
Run Python script in a virtual environment (virtualenv)
The "Build" command for a Python script runs it through the global Python environment, but all my real code lives in virtual environments.
It would be helpful if Sublime Text had a way to choose a Python environment.
It would be helpful if Sublime Text had a way to choose a Python environment.
+16
File association
I intend to try out sublime text across a number of machines as a replacement to Notepad++.
I have previously associated a variety of text files (xml, csv, css, html, js, txt, log...) with Notepad++ and now I have to go through the following process with each file type:
- Double click my log file (or other)
- find it opens with notepad++
- close file
- right click -> open with .. > sublime text & tick 'always use sublime txt'
It's really slowed down my adoption of sublime text as a text editor. I know it's *very* annoying when *some* applications do this (I'm looking at Windows Media Player here) but in this case I feel it would be totally justified.
Servicio de atención al cliente por UserEcho