+107

Highlight uncommited git files on the sidebar

morden christopher fa 8 anys updated by Jerome Indefenzo fa 7 anys 3

This is a similar feature with Atom, wherein whenever you edit a file, the folder path to that file and the file it self changes its color or gets highlighted. This helps the user to easily track his/her changes especially on a very congested project.

+107

Find in Files Progress Indicator (with ability to cancel)

Sean Kubin fa 12 anys updated by vladisld fa 6 anys 3
It would be great if there was some indication of a Find in Files that is currently running. Also, a way to cancel the Find.
+105

Remote projects and version control integration

Oneiric Ocelot fa 13 anys updated by Conan Cook fa 12 anys 5
It would be nice to have following features implemented:

1) remote projects editing (ftp/sftp with local copy and syncing files with remote location on save)

2) version control integration (svn/git/mercurial)

Having these 2 features implemented will surely draw a lot of attention from users who are currently using text editors like gedit (linux) or e-texteditor (win/linux)
+93

Option for autocomplete to search all open documents, not just current one

Matt Baker fa 13 anys updated by Vladislav Turbanov fa 11 anys 18
It would be super useful if autocomplete searched all open buffers/documents for words, instead of just the one being currently edited. This is basically how Vim's Omnicomplete works (unless you deck it out with crazy options and plugins). It also seems like a much quicker option than the full-blown Intellisense-style proposals for autocomplete, and wouldn't need language-level support.

If there are people who prefer single-buffer completion, maybe it would just be a flag somewhere that could be set to enable multi-buffer autocomplete?

Ordering the suggestions would be a bit more difficult for multi-buffer completion, but I guess you could just throw all of the suggestions from other buffers beneath the distance-sorted suggestions from the current one being edited.
+93

utf-8 persian language

Soroosh Karimi fa 10 anys 0

it would be great if persian language is supported...now the characters are typed seperately!!!    

+90

I think Sublime Text 2 can be to Linux what Textmate is for Mac OSX

Sebastián Veggiani fa 13 anys updated by uid fa 12 anys 5
Keep the good work. We will purchase some licences once some critical issues for us will be solved.

Keep the good work!
+89

New logo and icon

James Brooks fa 13 anys updated by Joel Thornton fa 12 anys 25
With the alpha release of Sublime 2, I think that a new logo should be bundled with it

Maybe it's just me, but I find the current icon doesn't describe the application very well. From what I can tell, it's supposed to display that Sublime is focused on the middle of the window, ergo, the code.

A new logo and icon would add a new lease of life to it. Especially for advertising the new editor!

I'm not a designer myself so I wouldn't be able to do this myself. And like always, this is just an idea!
+85

Please add IDL syntax support to View -> Syntax menu

Michael Dulude fa 12 anys 0
+84

Overwrite default snippets

Chris Jaure fa 12 anys updated by Ian Mackenzie fa 11 anys 4

I don't like the default javascript anonymous function snippet, and I'd like to overwrite it by placing a copy (with modifications) in my User package dir, but when I do that, the snippet is listed twice in autocomplete.

For now, I'm editing the snippet in the Javascript package dir, but I know that's not necessarily safe.

Ideally, my version in the User package dir would be the only one displayed.

+80

This build of Sublime Text 2 has expired, please update to a newer one from http://www.sublime.com

Shree Mandadi fa 12 anys updated by Nowaker fa 11 anys 4

I like to be upto date with the latest version, but forcing me to update by stopping my work, is probably not a right idea. Show a warning (subtle) message that there is a newer version, that you might want to upgrade, but do not disable already running version on my pc, because there is a newer One. I might be out of bandwidth, or might not have to time to update now, and Now I cant use the currently installed one...


+80

ctags as core feature

Alex Rodriguez fa 13 anys updated by Jon Scobie fa 12 anys 5
Most new editor support this sort of feature that allow to jump to different files where the definition or implementation of a function is located.
+79

Console Integration

Jack Galilee fa 13 anys updated by Darin Morrison fa 12 anys 8
It would be good if there was a bash console instead of the custom console. I'd switch from Vim if I could easily run a terminal at the bottom of my editor window.
+78

Highlight lines reported by build system

Sergey Shepelev fa 12 anys updated by FichteFoll fa 11 anys 5
Feature request to highlight lines of code reported by build system.
+76

Allow multiple snippets per file

Toby Evans fa 12 anys updated by James Gough fa 7 anys 6
Please allow for multiple snippets per sublime-snippet file. eg:


<snippets>
 <snippet>
  <content><!CDATA[]]></content>
  <tabTrigger></tabTrigger><scope></scope>
   <description></description>
 </snippet>
 <snippet>
  <content><![CDATA[]]></content>
  <tabTrigger></tabTrigger>
  <scope></scope>
  <description></description>
 </snippet>
</snippets>

+75

Searching large files is very slow

guillermooo fa 13 anys updated by Mikhail Fludkov fa 8 anys 11
Search in a ~30MB file is nearly unusable.
+73

OpenBSD and FreeBSD

Daniel Aurelio Galeazzo fa 10 anys updated by Doug Kirk fa 8 anys 1

Please build openbsd and freebsd binary.

+72

Add Grails Support

Dan Polites fa 13 anys updated by Geli Crick fa 11 anys 13
Provide support for grails projects.
+72
Not a bug

Provide statically linked linux builds

Jeremy Bush fa 12 anys updated by Jon Skinner fa 11 anys 9
ST2 is dynamically linked against libpng12.so.0. I have libpng installed on my gentoo system, but it still complains it's missing.

There should be a statically linked build provided.
Answer
Jon Skinner fa 12 anys
libpng1.2 is brought in by the version of GTK that I compile against. Unfortunately, as GTK is LGPL licensed, I'm unable to compile it statically.

+71

integrate some functions ala Light Table

Michiel Klaver fa 12 anys updated by William Payne fa 12 anys 6
- Get instant help topics about functions you are using at your code (never leave your active window for documentation searches)
- View direct feedback of code changes
- Display code as blocks inside a table, not multiple files as tabs (all your code visible in a single window, no need for switching tabs anymore)

Full story:
http://www.chris-granger.com/2012/04/12/light-table---a-new-ide-concept/

+71

Euphoria programming language

Vadim Tukaev fa 12 anys updated by Daniel Collins fa 11 anys 1
Please add support for Euphoria programming language. I promise that I will buy Sublime Text now if I have at least a hope that this language will be added. Probably, this task will be simplified by such fact that TextMate and E-TextEditor already support this language.
http://scm.openeuphoria.org/hg/editors/file/default/Euphoria.tmbundle