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

+5
Corrigé

Running a second instance of Sublime should merge with existing

Tor il y a 14 ans mis à jour par Jon Skinner il y a 13 ans 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.
Solution
Jon Skinner il y a 14 ans
Added in build 2027
+5

Allow changing the limits of font size scrolling

snake5 il y a 11 ans 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 il y a 13 ans mis à jour il y a 13 ans 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
Terminé

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

Chris Hulbert il y a 14 ans mis à jour par Jon Skinner il y a 14 ans 0
Solution
Jon Skinner il y a 14 ans
Added in 20110203
+5

draw_white_space does not display a newline character

Gary Pullis il y a 13 ans mis à jour il y a 13 ans 0
draw_white_space should include a character for newlines
+5

Fold keyboard shortcuts conflict with tab switching on Mac OS X

Oleg Oshmyan il y a 13 ans 0
Build 2115 added the key bindings Cmd+Shift+[ and Cmd+Shift+] for Fold and Unfold; however, they were already (and are still) bound to Next File (View) and Previous File (View).
+5

Right-click folder Explorer menu option

Adam Jackett il y a 13 ans mis à jour par Will Bond il y a 13 ans 1
I would love an option for Explorer menu when I right click a folder. I use TortoiseSVN so as a (seemingly) simple solution to integrate that, I think just having an option to display the Explorer menu when right clicking a folder so that I can perform those SVN tasks withing requiring SVN support directly in Sublime would really help.
+5
Terminé

Project specific formatting

Matthew Johnston il y a 14 ans mis à jour par Jon Skinner il y a 13 ans 1
I switch between Rails dev, PHP Dev and javascript dev that each have different requirements for using tab spacing and converting tabs to spaces. Is their a way we can have Project Specific Formatting, extend basically the user preferences down to the project preference?
Solution
Jon Skinner il y a 13 ans
Added in build 2111 - see http://www.sublimetext.com/docs/2/projects.html
+5

Please fix coloring problem for UNICODE characters

veysiertekin il y a 11 ans 0

Please fix coloring problem for UNICODE characters<XML etc.>! Image 243

+5

Open containing folder

Clement JACOB il y a 13 ans mis à jour il y a 13 ans 0
I think it would be great if you added an 'Open containing folder...' right-click menu option for each tab. It would allow us to quickly reopen an interesting folder.