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

+1

live preview with browser

pekster vor 11 Jahren 0
i seggest the live preview with the browser it will be owsome to edit and see  instant changes like brackets no more pain with live reload , also hex code and image preview inside code, there is more but these are main important features i hope this comes in version 3 stable
+1

Exclude paths from Go To Anything in a project

pete otaqui vor 13 Jahren 0
Similar to this request:

http://sublimetext.userecho.com/topic/43409-ignore-file-types-and-directories-in-project-when-using-goto-anything/


However, as with the original (which has been marked closed) I would idealy like this on a per-project basis, because I want to exclude packaged javascript files.


Ideally I would still like to see them in the project, since it can be useful to have a look at the packages results, but I don't want to see duplicates for almost everything in "Go To Anything" results.


It's not a huge deal since Go To Anything is pretty smart and I can just prefix my terms with "src" to get only source files.

+1

column ruler

Eye Bull vor 13 Jahren 0
... would be a nice feature
+1

Show top function's prototype in autocomplete window

Nick23 vor 12 Jahren aktualisiert von robertcollier4 vor 12 Jahren 3

So when implementing a function, you won't have to switch to a different file and back if you forget what parameters the function accepts.

+1

Ability to switch to column selection after you already have a selection.

Martin H vor 12 Jahren 0

In Textmate, if I select with the mouse, and then hold Alt/Option, it switches to column mode. Or if I select lines with the keyboard, and then press Alt/Option, it switches to column mode. Currently, in ST2, I have to start the selection while holding Alt/Option, or use Add [Previous/Next] Line

+1

Completion weighting

balaam vor 13 Jahren 0
There are several systems that suggest completions at the moment it's just an ordered list
  • Snippets
  • API-injected completions
  • .sublime-completions files
  • Words in buffer
We can do better than this! Each of these categories should weigh their completion 0-1 on how confident they are this is relevant and then the list should be generated from that. This would make using completions much more tolerable.

There could be several weighting functions which then average the results.
+1

2 years and no updates ...

Farsheed Ashouri vor 9 Jahren aktualisiert von jgstew vor 9 Jahren 1

Is sublime development dead?

+1

OSX add "new window" option when right-click on the icon

Alin Simionoiu vor 12 Jahren 0

same way the maxosx terminal works. 

I'm using Mission Control a lot, and let's say i have SublimeText open on desktop 2. if i go to desktop 1 and for some reasons i will like to write something in sublime text, right now i go to desktop 2, open a new tab, detach the tab so it is in it's own window then move it to desktop 1.


If i could just right click on the icon and have an option "new window" that opens a new windows right where i am that will be amazing..

+1

Replace in Files across folders offers no feedback for user

Sean Kubin vor 13 Jahren 0
I find it weird that when using Find in Files (with buffer) that something happens right away to indicate ST2 is actually working. Yet when clicking Replace (finding across folders) nothing seems to happen until eventually a confirmation prompt appears. There is no feedback or indication anything is going on. 
+1

Git Compatability

ryan gurnick vor 11 Jahren 0
Add Git Compatability so that you can compare commits and file changes from within the editor.

Within the file viewer maybe dots to show weather the file has been changed, and if you want to view actual changes click on the dot?