Sublime - Tag
2016
-
▸
Sublime Text 3 unhiding menu in Ubuntu - simpler solution
Simpler method to toggle Sublime Text 3 menu visibility using keyboard shortcut (Ctrl+Shift+M) instead of editing config files.
2014
-
▸
Un-hiding Menu Bar in Sublime Text 3 - Ubuntu
How to restore the hidden menu bar in Sublime Text 3 on Ubuntu by editing the Session.sublime_session file and setting menu_visible to true.
2013
-
▸
Compiling Node.js scripts in Windows 7 with Sublime Text 3
Configure Sublime Text 3 on Windows 7 to run Node.js scripts. Creates a custom JS.sublime-build file in the Application Data packages directory.
-
▸
Compiling C++11 Programs with Sublime Text 3
Configure Sublime Text 3 on Ubuntu to compile C++11 programs by creating a custom build file with -std=c++0x flag for g++.
-
▸
Sublime Configuring CodeIntel Auto Completion
Guide to install and configure SublimeCodeIntel for intelligent code completion in Sublime Text. Covers Package Control installation and per-language configuration.