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

+5

sidebar navigation with keboard letters

unodelostrece fa 12 anys 0
Is there a way to navigate in the Sidebar with letter keys to select the files that start with de letter selected? It's a bit anoying when yo have a large list of files to navigate only with the arrow keys....
+5

Coda Pops

aristidesfl fa 12 anys 0
We want the ability to create extensions that provide custom popups like these: http://awardwinningfjords.com/2012/06/05/coda-pops-tech.html 
+5

Saving as a new filename should open file in new tab

ZachDowd fa 14 anys 0
This may be a personal preference, but when I save index.html as about.html it's because I want a new copy of the file, not because that file has now become about.html. When I save it, index.html should stay open a the new file should be open in a new tab and be focused.
+5

Current line highlight hidden for PHP when using Cobalt theme?

Jake Wilson fa 13 anys actualitzat fa 13 anys 5
When using the Cobalt theme and editing a PHP file, the current line highlight doesn't show up for any lines of code that are between <?php and ?>.  I can see the current line highlight in the gutter for the line I'm on, but the color does not extend into the code.

If the PHP file has any HTML code integrated with it (that is obviously not between <?php and ?>) then the highlight shows up fine for the HTML.  But once you move the cursor into any PHP code, it goes away.

I'm not sure if this is a bug or if it's just poor organization of the PHP.tmLanguage file or the Cobalt theme file.  When you have PHP and HTML in the same file, all the PHP code has a different background color than the HTML code.  I'm willing to bet that the problem has something to do with this.  I've poked around in the theme files and language files, but I can't figure this one out...
+5

Adjust brightness/saturation of color scheme globally via setting

Joel Thornton fa 13 anys updated by Indospace-dot io fa 6 anys 3
A few settings to globally adjust the brightness and saturation of the current color scheme (any scheme) would be useful. 

This would allow users to "tune" any color scheme to their tastes without tediously editing RGB color values in the scheme files. Many color themes may have a very pleasing palette, but just be too bright or too washed-out for one's tastes.

I'm thinking something like:
"background_brightness_multiplier": 1.0,"background_saturation_multiplier": 1.0,"foreground_brightness_multiplier": 1.0,"foreground_saturation_multiplier": 1.0
+5

ASP Comments quotation mark matching

Shaun Deans fa 13 anys 0
ASP Classic uses the apostrophe [ ' ] as the start of a comment.
Due to the auto insertion of the speech mark you end up with ' ' when you goto start an ASP comment.

Is it possible to disable this for certain languages ?
+5

Sublime Text 3 put C language as C++

MoonFruit fa 11 anys 0

When I use Sublime Text 3, I found Sublime Text 3 put a file which name end with ".c" as C++ language instead of C language.

This leads to some plugin work error, such as SublimeClang.

I modified C++.tmLanguage, delete the line "C", and It is correct now.

And this has not happened in Sublime Text 2.

So I think it is a bug in Sublime Text 3, that it detect file type by using ignored case file name.

By the way, I use Sublime Text 3 in Windows 7 x64.

+5

New files don't update the project side bar

Henrique Boaventura fa 13 anys updated by Phillip Harrington fa 12 anys 4
When you create a new file in the side bar, when you save it, the side bar isn't updated, then you can't reopen the file if you close tthe tab, only if you reopen Sublime Text 2
+5

Undo buffer

Woody fa 13 anys actualitzat fa 13 anys 0
Restore the undo buffer when returning from a session that was closed with "hot_exit" enabled.
+5

Don't de-minimize when opening a folder

Alexander Surma fa 13 anys actualitzat fa 13 anys 0
(Really a first-world problem here and this might even be Mac OS X’s not yours)
When I open a *folder* from command line using `subl` (e.g. `$ subl .`) and all my Sublime windows are minimized, one of them is de-minimized, and then new window opens.
So I have to minimize that one window manually again. Really annoying.