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

+52

Allow for transparency level of background color at colorscheme level

Nick Silverman 7 ár síðan updated by amorris 7 ár síðan 3

I would love to be able to set a transparency level in my color scheme for the background color so the desktop behind can be slightly visible. Also have a level of blur for the background behind.

+52

implement underline as part of fontStyle in .tmTheme

Matt Morrison 11 ár síðan 0
In the user-defined .tmTheme files, fontStyle seems to only accept bold and italic at the moment. Adding support for underline would be greatly appreciated.


+52

Haml Javascript syntax highlighting

Dane Morgridge 13 ár síðan updated by jetinho 6 ár síðan 1
Haml highlighting works great but as soon as you put a :javascript block in haml it doesn't highlight the javascript at all.  
+52
Lokið

Ctrl + Shift + D should duplicate not only current line, but current selection if available

Metin Amiroff 13 ár síðan updated by Jon Skinner 13 ár síðan 9
Currently the only way to duplicate a block of code is to go through a tedious process of select->copy->go down->unindent if needed->paste.

ST1 had a plugin (poweredit) that made Ctrl+Sift+D duplicate currently selected text if it's available. If not, it would duplicate current line. This is super useful and productive feature and I think must come by default with ST2.

Thanks.
Answer
Jon Skinner 13 ár síðan

 This was done in build 2091

+52
Lokið

disable animation in side bar

matrushka 13 ár síðan updated by Jon Skinner 12 ár síðan 1
maybe a global preference to disable animations on side bar?
Answer
Jon Skinner 12 ár síðan
The tree_animation_enabled global setting was added in 2139 to control this
+51

Paste (HTML) formatted content from clipboard

Werchter 13 ár síðan updated by EHLOVader 13 ár síðan 1
An option to paste formatted text from clipboard. For example, the Visual Studio productivity power tools copies code in both plain text and HTML format (syntax colored) to the clipboard
In SublimeText (and I think almost in every text editor), you can only paste the plain text version. However, I would love to be able to paste the HTML formatted text (text including the HTML tags).
So essentially as MS-Word like "Paste special" functionality.
+51
Lokið

Minimap border

Josh Bjornson 13 ár síðan updated by Jon Skinner 13 ár síðan 7
Option to display a subtle border around the minimap to help distinguish between the content and the minimap (same as in Sublime Text 1)
Answer
Jon Skinner 13 ár síðan
A shadow is now added when required to separate the minimap from the buffer
+51

Integrate with Clang/libclang for C/C++

codex 13 ár síðan updated by Rocco 11 ár síðan 5
The holy grail of C/C++ text editors is to integrate with Clang/libclang and parse the code the way the compiler does--by actually compiling the code.  This would enable extremely expressive syntax highlighting, continuous build error reporting, and full refactoring, without having to maintain one's own parser.
+51

Invisible tabs row, icons on the gutter

Aleksandr Gornostal 12 ár síðan updated by Matthew Wild 11 ár síðan 4

Image 176


When plugin uses add_regions API, sometimes tabs row or icons on the gutter (or both) disappear.

This bug was detected among the majority of Sublime versions and on all platforms.

Unfortunately it appears randomly. I can't tell how to reproduce it except using plugins that draw icons on the gutter (like Modific).

+51

Sort files and folders together in sidebar

Joshua Jabbour 13 ár síðan updated by Michael Avanessian 6 ár síðan 7
Currently folders are sorted separately above files in the sidebar. Is there any way to have them interspersed? If not, then I suppose this is a feature request...