Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
Keine ähnlichen Beiträge gefunden.
+5
Current line highlight hidden for PHP when using Cobalt theme?
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
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
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++
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
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
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
(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.
+5
Prevent empty document creation on start
ST2 always seems to create an empty document upon start. When I'm editing a file from the command line or running ST2 directly and reloading my previous project / open files, I wind up with these extraneous blank documents. I would like an option to prevent this blank document from being created (a la TextMate).
+5
Spell check as you go (f6) is a little flakey.
If you're working with spell-check-as-you-go on (f6), sometimes flagged words will go dark (which in my theme, means they are invisible), other times, they are white text (as they should be) with red underlines. If they do go dark, simply continuing to type will fix the problem, but it's a shame to have such a beautiful product marred by such a silly bug.
+5
expose modifier-click events (e.g. alt+lmb click in view) also additional mouse buttons
visual studio and Xcode both have the neat ability to trigger navigation from ctrl or cmd plus mouse clicks for 'jump to definition'. The ability to expose these UI actions to plugins would be fantastic; they could be used to trigger jump to ctag, find-symbol-in-files, etc
Customer support service by UserEcho