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

+6

OS X 10.5.8

Patricia Lewis vor 12 Jahren 0
Is there a version of Sublime Text Editor for 10.5.8. I cannot use the currect Sublime Text 2 on my computer.
+6

Add an "Open in Finder" option when right-clicking on open files/tabs

Dino Angelov vor 12 Jahren aktualisiert von robertcollier4 vor 12 Jahren 1

Would be really helpful if there was a context menu option to open this file in Finder right from the open files tree on the left, or the tab bar. Otherwise, one has to hunt down the exact same file in the "folder" tree and then right click to Open in finder, which for large projects takes substantially longer than right clicking on the open file.


Image 224

+6

Avoid blocking other tabs while saving via SSH (via gvfs)

Andrea Olivato vor 12 Jahren 0

When saving/opening a remote file from a folder mounted locally (for example using gvfs on gnome based systems) the editor freezes for a few seconds (the time needed to save the current file).


It would be nice if the process of saving was blocking only the busy tab, leaving us the possibility to switch tab and continuing editing other files.



+6

Please support more encodings for Asian users!

Heejun Kim vor 13 Jahren aktualisiert von Sean Liang vor 12 Jahren 1
Please please support more encodings for Asian users.
like EUC-KR and Shift-JIS.
(Korean and Japanese users are really need to use these encodings.)
+6

Indent guide highlighting changed?

Asher Max Schweigart vor 13 Jahren aktualisiert von Ryan Schumacher vor 12 Jahren 3
I love the highlighted indent guides that were added in 2139, but since then they have changed. In 2139 the active guides would be highlighted, and the non-active would be the standard color:
Image 92
in 2181 that feature changed. The highlighting was no longer there:
Image 93
but can be re-added with "indent_guide_options": ["draw_active"]:
Image 94
Notice though that now only the active guides are being drawn, the other ones are not being rendered.
I like the way indent guides were in the 2139. Is there a setting I am missing to change it back to this?
+6

TextMate-like diff coloring.

Ryan Parman vor 13 Jahren aktualisiert von Iulius Curt vor 12 Jahren 1
TextMate has really good line coloring for diff files. I'd love to see similar coloring for diff files in Sublime Text 2.
+6

as of build 2165, console is now white-on-black - how do I get the color theme to apply to it again?

glyph vor 13 Jahren aktualisiert von Liam Cain vor 13 Jahren 1
Every time I open the console or start a build now, my screen flashes bright white.  Why did the most recent beta change this?  How do I get the color theme to apply to the console again?
+6

Provide convenient shortcuts for AZERTY keyboards

محمد أسامة بلعطار vor 12 Jahren aktualisiert von Emmanuel Joubaud vor 12 Jahren 1

USA keybindings are a pain to use in azerty keyboards. User should have the option to switch between the two.

+6

Navigate to the Find Results buffer

Kai Grossjohann vor 13 Jahren aktualisiert vor 13 Jahren 0
I always have "Use Buffer" turned on when doing Find in Files.  WIBNI there was a simple way to navigate to the "Find Results" buffer?  The "Show results panel" menu item is disabled when "Use Buffer" is turned on -- it could be replaced with a "Show Find Results" menu item that shows the corresponding buffer.

A keybinding for this would also be nice.

Surely beats having to Ctrl+Tab to it.
+6

Don't open new tabs when I disable the tab bar -- open new files in separate windows instead then.

Radomir Dopieralski vor 13 Jahren 0
I hate tabs, my preferred mode of using a text editor is to open a separate window for every file I work with, and place it in a different place on the screen -- then I can easily switch between them by remembering where each one of them is. This is much more convenient to me than using a linear list of tabs or a source tree, and seeing only one file at a time.

Sublime Text 2 lets me disable the tab bar, but that only hides it -- the editor still happily opens new files in new tabs, so disabling the tab bar only makes using the editor much harder and has no positive effect. That option would be much more useful if it actually disabled tabs, making all the files open in separate windows -- possibly also making already open tabs pop up in new windows (and merge back as they were when the option is disabled).