=====Sublime===== ====Setup==== ===Python 3=== > {{page>win:python#setup&noheader}} ===Sublime Text=== * Install [[https://www.sublimetext.com/3|Sublime Text 3]] * Ctrl+Shift+p > ''Install Package Control'' * Ctrl+Shift+p > ''Package Control: Advanced Install Package'' * Paste the following list: ''SublimeLinter,SublimeLinter-annotations,SublimeLinter-cppcheck,SublimeLinter-cpplint,SublimeLinter-pylint,Compare Side-By-Side,Increment Selection,BinaryPlist,INI'' * Run the following in an administrator CMD window: * ''python -m pip install cpplint'' * ''python -m pip install pylint'' * Install [[http://cppcheck.sourceforge.net/|Cppcheck]] (Deselect GUI during installation) * Ensure the installed packages can be accessed from the PATH by running them in the cmd window * Download [[https://github.com/Archer4499/Configs/tree/master/Windows/Apps/Sublime/User|Sublime Settings]] and place into ''%appdata%\Sublime Text 3\Packages\User\'' or ''~/Library/Application Support/Sublime Text 3/Packages/User/'' ==No Extension Association== > {{page>win:no_extension_association&noheader}} ===Sublime Merge=== * Install [[https://www.sublimemerge.com/|Sublime Merge]] * Use ''%userprofile%\Documents\GitHub'' for cloning repositories