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

+14

Vintage mode is fantastic

David Baumgold vor 13 Jahren 0
I love Vim's modal editor idea: it's incredibly powerful. Unfortunately, Vim shows its age in many places, and I've been looking for another editor that can build on it's legacy. Vintage mode for Sublime Text 2 is a step in that direction! Thank you so much for this!
+14

Hard Wrap.

Guido Governatori vor 14 Jahren aktualisiert von Hugo Schmitt vor 12 Jahren 10
It would be good to have an option to turn on automatic hard wrap. Now one has to do it manually for each paragraph. 

Mostly I write text (latex) and I use version control systems. Most diff tools do not handle long lines well (in some cases it is hard to find the diff since one has to scroll horizonatally). 
+14

Icons for file types in the Sidebar

Franco Bouly vor 13 Jahren aktualisiert vor 13 Jahren 0
It would be great to recognize files types with a set of subtle icons, feature wich could be deactivated so everyone can still enjoy the simplicity of the Sublime UI.
Chocolat do it pretty well actually. Maybe providing an API could be the solution ?
+14

sidebar symbols

Toby Tremayne vor 12 Jahren 0

It would be helpful to have status symbols in the sidebar - specifically for modified files, especially for GIT and SVN.


In addition, a handy extra tab for the sidebar might be "changed files" showing just a grouping of the files edited since the last commit.

+14

What UI toolkit you are using?

Denis Tomilin vor 14 Jahren 0
Is it your self written?
Is it main reason for closing sources of project?
I know, it uses Boost.Python for Python API, but what are you using for UI? Pure self-written UI on OGL?
+14

Moving the last tab from a window closes the window

Erik Straub vor 13 Jahren aktualisiert von Alex Lopatin vor 13 Jahren 1
When moving the last tab out of a window, the window should close. Possibly not if the window contains directories, but definitely if it does not.
+13

Add secondary font option just for ligatures like in Atom

devcarlos vor 7 Jahren 0

Image 513

We love ligatures but we also love fonts which don't support them, so it would be nice to have the best of both worlds.


See pic my favourite programming font Roboto Mono with my favourite ligatures font Fira Code.

+13

CSV, TSV, DSV Support

Norman Eckstein vor 12 Jahren aktualisiert von SST vor 12 Jahren 1

Hi there, I own licenses of EmEditor, UltraEdit and EditPadPro together with Sublime and let me tell you that EmEditor's CSV, TSV, DSV support currently is the state of art. Please add this as native supported functionality : http://www.emeditor.com/modules/tutorials4/index.php?id=35

also these markers

http://www.emeditor.com/modules/tutorials4/index.php?id=30

are a killer function, there is a sublime plugin but that does not support regex I guess.

+13

PPC Support

Daniel Craig Jallits vor 12 Jahren aktualisiert von Paul Bissex vor 11 Jahren 1

I have a licensed copy of Sublime Text 2 which I used to use on my MBP. However, it crapped out on me on Monday and I am left with my old PowerMac G5. That's right PPC!


Any chance I can convince you to do a PPC build of Sublime Text 2? I can't imagine life without it!

+13

Nested placeholders in snippets should be forgotten if the parent content is removed

EHLOVader vor 13 Jahren aktualisiert von Jay Gillibrand vor 12 Jahren 1
When nesting placeholders/tab stops in snippets, and you erase the parent placeholder, subsequent tabs should go to the next logical placeholder/tab stop instead of the now missing ones.

I am unsure if this is expected behavior, but it is definately inconvenient.