+107

Highlight uncommited git files on the sidebar

morden christopher 8 years ago updated by Jerome Indefenzo 7 years ago 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 12 years ago updated by vladisld 6 years ago 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 13 years ago updated by Conan Cook 12 years ago 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 13 years ago updated by Vladislav Turbanov 11 years ago 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 10 years ago 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 13 years ago updated by uid 12 years ago 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 13 years ago updated by Joel Thornton 12 years ago 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 11 years ago 0
+84

Overwrite default snippets

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

Allow multiple snippets per file

Toby Evans 12 years ago updated by James Gough 7 years ago 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 13 years ago updated by Mikhail Fludkov 8 years ago 11
Search in a ~30MB file is nearly unusable.
+73

OpenBSD and FreeBSD

Daniel Aurelio Galeazzo 10 years ago updated by Doug Kirk 8 years ago 1

Please build openbsd and freebsd binary.

+72

Add Grails Support

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

Provide statically linked linux builds

Jeremy Bush 12 years ago updated by Jon Skinner 11 years ago 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 12 years ago
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 12 years ago updated by William Payne 12 years ago 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 12 years ago updated by Daniel Collins 11 years ago 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