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 13 aastat tagasi uuendatud 13 aastat tagasi 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 12 aastat tagasi uuendaja Kenny Levinsen 12 aastat tagasi 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 12 aastat tagasi uuendatud 12 aastat tagasi 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 13 aastat tagasi uuendatud 13 aastat tagasi 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 14 aastat tagasi 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 12 aastat tagasi 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 14 aastat tagasi uuendaja Jon Skinner 13 aastat tagasi 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.
Vasta
Jon Skinner 14 aastat tagasi
Added in build 2027
+5

Allow changing the limits of font size scrolling

snake5 11 aastat tagasi 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 13 aastat tagasi uuendatud 13 aastat tagasi 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
Lõpetatud

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

Chris Hulbert 14 aastat tagasi uuendaja Jon Skinner 14 aastat tagasi 0
Vasta
Jon Skinner 14 aastat tagasi
Added in 20110203