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

+14

Make keyboard shortcuts independent of keyboard layout

Alexander Schepanovskiy 13 aastat tagasi uuendaja Daniel Albrecht 12 aastat tagasi 1

Now keyboard shortcuts depend on current active input language (at least in Linux), so when I switch keyboard layout they suddenly stop working or even do something different. It's kind of bizarre.


Usually it could be worked around by adding User shortcuts for a new language, but then it can accidentally override some shortcut for a first language.


Please bind shortcuts to actual physical keys so that at least on the same computer I wouldn't worry about them jumping back and forth across my keyboard.

+14

Command Palette shouldn't close on Sublime losing focus

Martin Staffa 13 aastat tagasi 0

(On Windows 7, 64bit)

If I have a Command Palette Panel / window open, and switch to the window of another application, either by Alt+Tab or by clicking, the command palette closes. This is very irritating, especially for plugins that add new, Command Palette-like panels with new information.

Also, the Go To Anything Panel behaves differently; it never closes, even if you click in the Sublime Text editor pane.


Suggested solution:


Panels should always stay open if you switch to another application, but close when they lose focus but you stay inside of Sublime Text.

+14

Vintage mode is fantastic

David Baumgold 14 aastat tagasi 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 15 aastat tagasi uuendaja Hugo Schmitt 13 aastat tagasi 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 14 aastat tagasi uuendatud 14 aastat tagasi 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 13 aastat tagasi 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 15 aastat tagasi 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 14 aastat tagasi uuendaja Alex Lopatin 14 aastat tagasi 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 8 aastat tagasi 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 13 aastat tagasi uuendaja SST 12 aastat tagasi 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.