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

+53

implement underline as part of fontStyle in .tmTheme

Matt Morrison 11 aastat tagasi 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.


+53

Synchronise vertical scrolling

conversions 12 aastat tagasi uuendaja Bob 6 aastat tagasi 2
I have two files I want to compare opened in a two column layout and want them to scroll synchronously so that the same lines are shown in each column.

Taken from the forum: http://www.sublimetext.com/forum/viewtopic.php?t=3220
+52
Lõpetatud

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

Metin Amiroff 13 aastat tagasi uuendaja Jon Skinner 13 aastat tagasi 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.
Vasta
Jon Skinner 13 aastat tagasi

 This was done in build 2091

+52

Invisible tabs row, icons on the gutter

Aleksandr Gornostal 12 aastat tagasi uuendaja Matthew Wild 11 aastat tagasi 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).

+52

hex edit mode

Mike Kasprzak 13 aastat tagasi 0
Add a means of editing/viewing binary and text files in hexadecimal.

Off hand, that looks to be the only feature missing from everything I regularly use in UltraEdit.
+52
Lõpetatud

disable animation in side bar

matrushka 13 aastat tagasi uuendaja Jon Skinner 12 aastat tagasi 1
maybe a global preference to disable animations on side bar?
Vasta
Jon Skinner 12 aastat tagasi
The tree_animation_enabled global setting was added in 2139 to control this
+52

Autoconvert spaces/tabs to default setting on file load

alexrussell 13 aastat tagasi uuendaja myname iswithheld 8 aastat tagasi 7
I have a load of files that are throwbacks from the days of double-space indentation. I now use tabs (tab width 2).

I've set my default indentation type to tabs and set it not to autodetect indentation:
    "auto_indent": true,
    "detect_indentation": false,
    "tab_size": 2,
    "translate_tabs_to_spaces": false

It'd be great if, upon loading a file with space-based indentation, it'd detect it and convert to tabs for me. As it stands, I'm having to notice the spaces and use "Convert indentation to tabs" which is a great feature, but it'd be great to have it automatic.

Maybe I have my settings wrong. I thought detect_indentation might be key here, but it appears to simply detect the file's indentation method and override the default with that (which is actually what I would expect, so I'm not complaining there).

Hopefully that makes sense.
+51

Allow for transparency level of background color at colorscheme level

Nick Silverman 7 aastat tagasi uuendaja amorris 7 aastat tagasi 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.

+51

Haml Javascript syntax highlighting

Dane Morgridge 13 aastat tagasi uuendaja jetinho 6 aastat tagasi 1
Haml highlighting works great but as soon as you put a :javascript block in haml it doesn't highlight the javascript at all.  
+51
Lõpetatud

Minimap border

Josh Bjornson 13 aastat tagasi uuendaja Jon Skinner 13 aastat tagasi 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)
Vasta
Jon Skinner 13 aastat tagasi
A shadow is now added when required to separate the minimap from the buffer