Sublime Text 2 how to change the font size of the file sidebar?

Select Preferences / Browse Packages…, and go to Theme – Default directory. Open Default.sublime-theme with your editor and search for sidebar_label string. You should find something like: { “class”: “sidebar_label”, “color”: [0, 0, 0], “font.bold”: false } You can add here the font size you prefer: { “class”: “sidebar_label”, “color”: [0, 0, 0], “font.bold”: false, … Read more

Close all tabs, but not the window, in Sublime Text

Thanks to Alex, it turned out kind of simple, Preferences > Key Bindings > User: { “keys”: [“super+shift+w”], “command”: “close_all” } No need to restart Sublime, it works right away. And what’s even better, no need to get used new shortcuts, you can still close Sublime window with Cmd-W after all tabs are gone.

Exporting Sublime Text configuration and installed packages

If you are using Package Control, send your friend Package Control.sublime-settings. In fact, the easiest way to transfer settings between machines is to move the User package between machines. This, in combination with package control, makes setting up on a new machine relatively quick and painless. The only issues your friend might have is mismatched … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)