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

+56
Voltooid

Show tab trigger for snippets

Oktay Acikalin 13 jaar geleden bijgewerkt door Jon Skinner 12 jaar geleden 1
One cannot see which tab triggers have been defined when browsing the snippets menu. It would be nice to see them there, too.
Antwoord
Jon Skinner 12 jaar geleden
In 2165, the snippets menu has been replaced with the Command Palette, which does show the tab trigger
+56

View current git branch in titlebar

Eric Hamiter 13 jaar geleden bijgewerkt door opensas opensas 12 jaar geleden 9
Confirming which git branch I'm in at a glance would be spectacular. Mock-up here:

http://www.sublimetext.com/forum/viewtopic.php?f=6&t=2119
+56

Make use of fallback fonts

Frank Smit 12 jaar geleden bijgewerkt door Roger Sperberg 11 jaar geleden 3
Make use of fallback fonts so that Japanese (and Chinese, etc.) can be displayed if the currently used font doesn't support those characters.
+55

Copy/Move files in a sidebar

V B 12 jaar geleden bijgewerkt door Ian Maddox 8 jaar geleden 5
Sidebar file actions are limited to Delete/Rename for some reason. One of the most common tasks when working with projects is rearranging files or folders inside your project directory. Any time I need to quickly move files between folders, I can do it via fast sidebar drag-and-drop in pretty much ANY IDE or programmer editor (like Textmate). Except for ST2, for all its other niceties. Every time I need to copy or move a file I have to take detour into Finder which is VERY frustrating.

This is pretty much THE only missing feature preventing me from buying the product. I'd guess this is a showstopper not only for me but for many other people considering lack of this essential feature as a sign of product immaturity, to put it simply.
+54

Apple Touch Bar

Alistair 7 jaar geleden bijgewerkt door Alexander Mextner 7 jaar geleden 1

Support for the new MacBook Pro touchbar as soon as possible would be heavily beneficial to speed up my programming.

+54

api to add stuff to sidebar

Dmitry Afanasyev 12 jaar geleden bijgewerkt door Mauricio Lopez T. 12 jaar geleden 2
It would be nice to have API that can add stuff to sidebar. 
For example, I want to make a plugin that display Ruby on Rails projects not by its directory structure but in logical one, i.e. templates under controllers, etc
I thing it would be useful for many kinds of plugins such as VCS systems, FTP plugins and more
+54

Fully functional SVN/Git

Jarod Taylor 13 jaar geleden bijgewerkt door Petros Diveris 12 jaar geleden 10

I've done some searching and have come up with nothing other than the current plugin that is lacking the rest of the SVN functionality. (https://github.com/burriko/sublime-subversion)


Would also love to see Git integrated into Sublime Text 2. Many of my projects use SVN and many use Git. I love that Textmate gives me the abilty to use both within the editor. 


This is and code folding are 2 things lacking from Sublime, but other wise I am LOVING it. Great job.

+54

Highlight found text in minimap

Ian Henry 13 jaar geleden bijgewerkt door stijn 12 jaar geleden 4
Kind of like how Chrome's find on page feature shows you where to scroll, it'd be nice to have a yellow line or something appear on the minimap for matches.
+54

Project based snippets

n00ge 13 jaar geleden bijgewerkt door Jason Maskell 4 jaar geleden 2
A lot of times I have reusable code that relates only to a specific project and would love to create snippets for it but don't want to muddy up the snippet pool for all projects. It would be useful to have a way to create project based snippets.

Forum thread is here: http://www.sublimetext.com/forum/viewtopic.php?f=4&t=1735
+53

Paste (HTML) formatted content from clipboard

Werchter 13 jaar geleden bijgewerkt door EHLOVader 13 jaar geleden 1
An option to paste formatted text from clipboard. For example, the Visual Studio productivity power tools copies code in both plain text and HTML format (syntax colored) to the clipboard
In SublimeText (and I think almost in every text editor), you can only paste the plain text version. However, I would love to be able to paste the HTML formatted text (text including the HTML tags).
So essentially as MS-Word like "Paste special" functionality.