+107

Highlight uncommited git files on the sidebar

morden christopher hace 8 años actualizado por Jerome Indefenzo hace 7 años 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 hace 12 años actualizado por vladisld hace 6 años 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 hace 13 años actualizado por Conan Cook hace 12 años 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 hace 13 años actualizado por Vladislav Turbanov hace 11 años 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 hace 10 años 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 hace 13 años actualizado por uid hace 12 años 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 hace 13 años actualizado por Joel Thornton hace 12 años 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 hace 12 años 0
+84

Overwrite default snippets

Chris Jaure hace 12 años actualizado por Ian Mackenzie hace 11 años 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 hace 12 años actualizado por Nowaker hace 11 años 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 hace 13 años actualizado por Jon Scobie hace 12 años 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 hace 13 años actualizado por Darin Morrison hace 12 años 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 hace 12 años actualizado por FichteFoll hace 11 años 5
Feature request to highlight lines of code reported by build system.
+76

Allow multiple snippets per file

Toby Evans hace 12 años actualizado por James Gough hace 7 años 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 hace 13 años actualizado por Mikhail Fludkov hace 8 años 11
Search in a ~30MB file is nearly unusable.
+73

OpenBSD and FreeBSD

Daniel Aurelio Galeazzo hace 10 años actualizado por Doug Kirk hace 8 años 1

Please build openbsd and freebsd binary.

+72

Add Grails Support

Dan Polites hace 13 años actualizado por Geli Crick hace 11 años 13
Provide support for grails projects.
+72
No es un bug

Provide statically linked linux builds

Jeremy Bush hace 12 años actualizado por Jon Skinner hace 11 años 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.
Respuesta
Jon Skinner hace 12 años
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 hace 12 años actualizado por William Payne hace 12 años 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 hace 12 años actualizado por Daniel Collins hace 11 años 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