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

+18

Zen-coding feature by default.

Il'ya Safrankov 13 jaar geleden bijgewerkt door Timothy Johnson, VA 13 jaar geleden 5
+18

reveal_in_side_bar should scroll the side bar to show the file

Simon Wade 12 jaar geleden bijgewerkt door sand12937 11 jaar geleden 3

reveal_in_side_bar should scroll the side bar to show the file. Currently I have to collapse the side bar in order to get it to do this. Also expand all and collapse all for the sidebar would be useful.

+18

Make unsaved files bold in sidebar (folders section)

mrmachine 13 jaar geleden bijgewerkt door Dirk Heider 12 jaar geleden 2
Also make collapsed folders that contain unsaved files bold, so that unsaved files aren't hidden beneath collapsed folders.
+18

Add a code navigator, like panic coda

Danny Smith 13 jaar geleden bijgewerkt door Matthias Dietrich 12 jaar geleden 2
I would love to see a code navigator in the project area like coda has.
+18

Convert encoding on the fly or at least when using "Save As..."

Oktay Acikalin 14 jaar geleden bijgewerkt 14 jaar geleden 2
Sometimes I have to convert the character encoding from ISO-8859-1 to UTF-8 or others. It would be nice to do this with the currently active view or at least when using "Save As...".
For the in-buffer-variant one could come up with a plugin tho...
+18
Voltooid

Tag Highlighting / Angle Bracket Highlighting

Greenwich 14 jaar geleden bijgewerkt door Jon Skinner 13 jaar geleden 6
It would be nice if tags were highlighted the same way that brackets are e.g.
<div id = 'example'>
blah blah
</div>
Antwoord
Jon Skinner 13 jaar geleden
Added in 2126
+18

Use KDE file dialogs

Stefan Markusen 12 jaar geleden bijgewerkt door Francesco Magazzu' 7 jaar geleden 1

The one element that would improve the user experience on KDE the most is the usage of the native file open/save dialogs.

This is not only about the look, but also about functionality, e.g. favorite folders.


Implementation is straightforward by using the `kdialog` CLI utility.

One project that does this already is Chromium, using the xdg-utils.


Starting point reference: https://code.google.com/p/chromium/codesearch#chrome/src/third_party/xdg-utils/scripts/xdg-file-dialog

+18

Text markers for Folding

Transcendent Type 12 jaar geleden 0
Vim supports text markers for folding, by default {{{ and }}} demarcate the start and end of a folding region.   These can be nested.  Typically I include {{{ and }}} in comments to mark logical blocks of code or XML.
I would like a means in the Sublime Text API to create nested folds based on a marker string independent of the syntax.
+18

Fixed position for open files block in sidebar

Stijn De Meyere 13 jaar geleden bijgewerkt door Bill Dami 12 jaar geleden 2
When you have a long folder tree in the sidebar and you start scrolling down, the "Open Files" bock disappears. It would be nice if this block had a fixed position, as in Espresso on mac, where the tree scrolls under the "Open Files" or Workspace.

This way, people who don't use tabs can still have a quick overview of the currently open files. 
+18

Spellcheck only comments

Eduardo Felipe Castegnaro 13 jaar geleden 0
Now that SublimeText 2 already has a great spellchecker it would be nice to limit it to comments instead of comments and strings.

Since not all strings will be user visible, but a documentation is always developer-visible, it makes sense to limit the scope of spellchecking.