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

+6

Search in the code only (ignore comments)

Justin Drake fa 14 anys 0

It would be really nice to have the option to search

in the code only,

ignoring any match that comes from the comments.


Please see this stackoverflow post: http://stackoverflow.com/questions/7311870/fulltext-search-ignoring-comments
+6

Use tab to cycle through auto-completions

Jan Kassens fa 14 anys 0
It would be great if TAB would cycle through completions when pressed multiple times. I never need a non-leading tab and would prefer the behavior like in Textmate.
+6

A pure terminal version, to use on servers (like vi or emacs)

Henri Morlaye fa 14 anys 0
So that we can definitely forget about vi and emacs, and use Sublime Text everywhere
+6

YAML Parsing Doesn't Follow Continuations

Zach Riggle fa 14 anys 0

The YAML syntax highlighter doesn't follow lines terminated with slashes, surrounded with single-quotes, or unquoted.  


Additionally, tab indentation is an error according to the YAML spec, so the default should be to use spaces.


Example data in screenshot:
Image 32
+6

goto anything should open with current selection

Tiest Vilee fa 13 anys 0
If I have a 'word' selected, it would be great if that selection appeared in the Ctrl+P thingy when I hit Ctrl+P. If the text in the pane were selected, then I could just start typing if it wasn't what I wanted (and hit right arrow to go to the end if I wanted to edit it)
+6

Signed installers

Tom Ligman fa 13 anys actualitzat fa 13 anys 0
A developer signed executable for Mac and Windows would not be terribly expensive for you to get and would allow your application to run on systems with more stringent security against unauthorized installers enabled.  I learned about this editor just after installing Mountain Lion and so far what I've learned is that Gatekeeper works.  On my domain managed windows desktop at work it was also blocked as "unknown" publisher.
+6

Clicking on an active tab in another split window does not change focus.

Dan Rogers fa 13 anys actualitzat fa 13 anys 0
When I have two columns open in split view, clicking on the file's tab in either split window should give focus to the appropriate file. Instead, we must currently click on the file buffer itself to switch between splits.

And as a bonus, it would be fantastic if "Goto Anything" would open new tabs directly to the right of the current tab (instead of all the way at the end of the current tab list).
+6

Named Bookmarks

David Brown fa 12 anys 0

Bookmarks are great. This is a suggestion that adds upon the current bookmarks implementation.


As a user of Sublime Text, I want to be able to name my bookmarks in conjunction with a searchable list of bookmarks so that I can have a method for quickly finding my bookmarks again.


One possibility would be to include bookmark names in the Goto Anything dialog. It might also be useful to have a dialog that shows only bookmarks as well, just in case I want to browse my bookmarks. Maybe something like the file@symbol feature, only for bookmarks, but using another symbol such as # (like an href). Examples:

  • "file#mybookm" looks for all bookmarks in 'file' that match "mybookm"
  • "#mybookm" searches all bookmarks in all files for "mybookm"
  • "#" displays all bookmarks

+6
Completat

Open a single file in two or more different views.

Jeff Yeo fa 14 anys updated by Jon Skinner fa 14 anys 1
I found this feature very helpful in vim, when I have a very lengthy file with two areas of interest. It will be cool to have it in sublime.
Answer
Jon Skinner fa 14 anys
This can now be done via the File/Clone File menu item
+6

alternative to tabs: bufferswitcher w. filepath

jeandeluxe fa 13 anys updated by aristidesfl fa 13 anys 9
preface: i'm a fairly die hard jEdit user.. it's a ugly duck with a lot of rough edges, _but_ does have some powerfull features that keep me sticking to it.. However these days i discovered ST2, and it does so many things right out of the box, that i'd be switchin in an instance if it weren't for a few crucial topics ... In this post i'd like to address the views(groups)/buffer management:

In ST2 i don't know what exact file i'm editing unless i hover over the tab and wait for the tooltip to popup.. while in generall the tabs do show the file's path, it allways is truncated - with some sense though - but in the end gone completely once a certain number of tabs accumulate.. and over the day these "whereami-hovers" become really cumbersome.

Here's how jEdit handles this: the standard buffer chooser is a select that spans the top of the edit-area showing the full path of the current file.. looks like so (yess, jEdit _is_ ugly ;) : http://dl.dropbox.com/u/10220684/screenshots/screenshot%202012-04-15%20um%2013.48.02.PNG

Imho these bufferwitchers are clearly supperior to any kind of tab.. you simply know where you are without any interaction needed. And of course switching buffers becomes easier and faster as well: you know where you will switch to (or have switched to if by key-command) right away..

So: how about such bufferswitchers as alternative to tabs? ;)

extended sidenote: there're two more distinct differences how jEdit handles the buffer/view management: For one there are no predefined layouts(groups).. you just split views whichever way you need to by a simple keystroke.. or revert splits as easily one by one, or all at once. The other difference: you don't have to shove buffers around by hand.. all buffers are immediately available in any split you create.. you just choose the buffer you want to view in the given split and that's it.. of course: you can also view a single file in any number of splits at once.

thx 4 listening.. ;)
Jan