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

+17

rmate

Henri Morlaye 13 jaar geleden bijgewerkt door Daniel Demmel 12 jaar geleden 12
Edit files on server through a reverse SSH connection like rmate in Textmate 2
+17

Add new sublime.window method: open_project

Kim Blomqvist 13 jaar geleden 0

There is window.open_file() that can be used for opening .sublime-project files. However, it opens the file to a new tab for editing. The suggested window.open_project() would work differently. Instead of opening the file to the tab, it would act similarly if Project - Open Project... had selected from the toolbar.


Usage:


class FooCommand(sublime_plugin.WindowCommand):

    def run(self, *args, **kwargs):

        self.window.open_project("path/to/foo.sublime-project")

+17

standard file browser in sidebar

Shawn McElroy 13 jaar geleden bijgewerkt door Marion Go 8 jaar geleden 3
I suppose the closest to this is like a standard file explorer in the left sidebar. to have it open the main drive or some directory, where you can navigate the file system. This is the normal activity in coda, and would be like the sidebar in windows explorer file manager. 

It would be cool to have this as a togglable option in the View menu. So the current ability to show the projects would still be there. When using the file manager you could possibly right click a directory and select "Add as Project" which would then bookmark the directory into the projects area.
+17

Syntax color wizard (like Textmate), but better

Luke Scott 14 jaar geleden bijgewerkt door Tomas Sandven 13 jaar geleden 1
Would be nice if Sublime had a theme editor similar to TextMate's "Fonts & Colors" in Preferences.

TextMate's was a bit messy because these colors were global. You had to add names (classes?) globally in Preferences. It would be nice if you could specify which names were colored in the language and what the default color is. Then when you view this "wizard" it shows you the options based on the current language (TextMate mixes functions with Markup). From there you could customize a color scheme for a language, or globally (for those that share names).
+17

Support for .less http://lesscss.org

reflux-entertainment 13 jaar geleden 0
+17

Hope sublimetext2 can support simplified Chinese.

玉波 宁 14 jaar geleden 0

I love sublimetext2, but I use ubuntu os , Hope sublimetext2 can support simplified Chinese.  我很喜欢sublimetext2,我使用的是ubuntu系统,希望sublimetext2可以支持简体中文。

+17

CSS Code Formater/Beautifier

Sebastián Guevara 13 jaar geleden bijgewerkt door freddy yang 13 jaar geleden 2
It will be great to have a built in feature for configuring some of this coding styles aspects:
- Indent css properties by "X" tab/spaces
- Each property on separate line (on/off)
- Opening brace on separate line (on/off)
- All selector for a rule on same line (on/off)
- Blank line between lines (on/off)
+17

shared .sublime-project files

Jason Groulx 13 jaar geleden bijgewerkt 13 jaar geleden 3
Is there a way to share .sublime-project files with a team?
+17

soft indentation / soft tabs

Collin Donahue-Oponski 13 jaar geleden bijgewerkt door hced 12 jaar geleden 9
I would love it if you copied textmate's soft tabs.  I don't want to convert entire files to spaces or tabs and make the file history confusing and/or break other people's indentation that they like.  I just want sublime to auto-detect the tab size and when i'm at the beginning of the line and press the left or right arrow key, it should jump over 4 spaces and look like i'm jumping over a tab.  Another way to put this is that I would love it if my cursor jumped between TAB guides at the beginning of the line.

Thank you for building a life-changing code editor!  My life has been so much easier the last two weeks.
+16

Syntax highlighting for HTML5 unquoted attribute-value syntax

shmuzz 13 jaar geleden bijgewerkt door Lance Fisher 12 jaar geleden 1
The HTML package doesn't support HTML5 unquoted attribute-value syntax