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

+5

Creating a new file into a project

Smirnov Yuri fa 13 anys actualitzat fa 13 anys 3
It would be better if when you create a new file in some folder of a project, you first get asked for it's name. This way you instantly get proper syntax highlighting.
+5

In the on_close listener, view.window() returns None.

Xavura fa 12 anys updated by Kenny Levinsen fa 12 anys 3
I posted this on the forum but I guess this is the preferred avenue for feature suggestions and bug reports so I figured I would post it here too.
+5

Coloring of Open file tab's

Morten Lindstrom fa 12 anys actualitzat fa 12 anys 2

when having several files open and moving around them, it can be useful to instantly be able to right-click the Tab and give it a color (from 4-5 different),

and just as easy be able to change this color.


No need to save the info for later, this can be done ad-hock when needed

+5

Allow build and save as 'macroable' commands

sorahn fa 13 anys actualitzat fa 13 anys 0
If you create a macro file that has either the build, or the save commands in it, you get errors in the console that say:
Unknown macro command save

Unknown macro command build

Both 'save' and 'build' are standard commands.  Why do they not work when added to a macro?

+5

Select the currently open file in the sidebar when FILES is collapsed

Scott Deming fa 14 anys 0
When the FILES section in the sidebar is collapsed it would be great to see the file you are editing selected in the FOLDERS section.
+5

Sidebar on the Right

Tom Gillis fa 12 anys 0

Would like to have the option of displaying the sidebar on the right side of the editor window instead of it defaulting to the left.  

I have TextMate set up this way and right now this layout issue is the only thing that's keeping me from switching to Sublime.

+5
Fixed

Running a second instance of Sublime should merge with existing

Tor fa 14 anys updated by Jon Skinner fa 13 anys 11
On Linux, opening a second file using

./sublime_text newfile

create a new instance of Sublime Text 2 instead of merging it with the one running. This is very annoying since the new instance duplicates all of the tabs of the old one.

The same thing thus happens if you try to open a file from Nautilus or another file explorer.
Answer
Jon Skinner fa 14 anys
Added in build 2027
+5

Allow changing the limits of font size scrolling

snake5 fa 11 anys 0

Currently the minimum font size is 8, however I do appreciate the options of using smaller fonts (7, for example, is still very readable and allows to see a lot more code at once) and scrolling to bigger ones when it's necessary. The only issue left is that it appears to be impossible to set font size to 7 by scrolling to it.

+5

Autocomplete for Language-Context Keywords

Jon Wingfield fa 13 anys actualitzat fa 13 anys 0
It would be great if autocomplete always included the keywords from the language you are currently coding in.  Right now, autocomplete seems to be solely based on what you've previously typed.

Thanks for all your hard work guys!
+5
Completat

Make the 'home' and 'end' keys work in OSX

Chris Hulbert fa 14 anys updated by Jon Skinner fa 14 anys 0
Answer
Jon Skinner fa 14 anys
Added in 20110203