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

+1

Can I include sublime on the repository of my distro as freeware?

Filipe Machado 11 years ago 0

Is possible or am I bypassing sublime commercial license?

+1

Find and replace - Extended Characters

Jon Eyrick 11 years ago 0
Replace should support Extended characters like \r \n \t etc. Love the progress in Sublime Text 3!!

+1

Word wrap toggle nolonger works

Scott Bowers 13 years ago updated 13 years ago 1
Ubuntu 11.10, x64.

Toggling word wrap doesn't work anymore. It seems to use the behavior of "auto" in all situations, meaning source code never wraps, and text files always wrap.
+1

Collect tabs in one window

Kevin Suttle 13 years ago updated 13 years ago 0
The tabs are great, but it'd be nice to be able to collect all open tabs/windows in a single window.
+1

Configurable autocomplete commit keystrokes

Matt Sherman 12 years ago 0

I would love to be able to select which characters commit the autocomplete -- for example, dots & semicolons. When in an object-oriented language, eg, the dot is often the next desired character. The dot-autocomplete would save a keystroke.

+1

Support for binding the escape key with another key "escape+g"

bug9321 12 years ago updated 12 years ago 2
The emacs "meta" ("escape") is useful for emacs key bindings.  I have not been able to bind the escape key with another key like I can with "ctrl", for example.  The key bindings I would like are "meta-x" (like the Sublime Text 2 console) and "meta-g" (goto line).

Anyway, some way in Sublime Text 2 to support this would be great.  Maybe it works already. :)   I have not seen any examples, though.
+1

Have the caret step by the tab-size through leading white-space

Jürg Lehni 12 years ago updated by Jed Hunsaker 12 years ago 2
In TextMate, when stepping left / right in leading white-space of any line using the caret / text cursor, it is moved by the tab-size, whether real tabs are used or tabs are substituted with normal spaces.

In the same way, hitting delete while to the right of such white-space should also remove the amount of white-space corresponding to a full tab.

This is a feature I am really missing from Sublime Text since I made the switch.
+1

Moving tabs between windows does not work on non-primary monitor on Mac

smacfarl 12 years ago 0

Reproduce: Take a Sublime 2 window drag to any secondary monitor. Take another Sublime 2 window drag to same or different secondary monitor. Heck even select a Sublime 2 window in the primary monitor. Try to drag any of these to the first Sublime 2 window. Drop taget is never activated to add to the tab bar. 

+1

show included files, css or js files in a html page on a bar in order to reach them easily

Jaseen Erg 13 years ago 0
i am not sure if it's okay to give names here but it's the best way to tell about it... it would be a neat feature if you could implement dreamweaver's included files bar, to show css, js or any other included files using include, require, require_once (for php or other languages...)

regards
+1

Forward/backward navigation like in MSVS

Пётр Дёмин 12 years ago updated by balaam 12 years ago 1
Visual Studio allows navigating through code in opened files by history of cursor position. I bound it to Alt+Left/Alt+Right. I think, it's better solution for jumping between important places, then bookmarks.