User Tools

Site Tools


win:sublime

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
win:sublime [2020/06/07 11:56]
derek created
win:sublime [2024/09/22 19:51] (current)
Line 7: Line 7:
 ===Sublime Text=== ===Sublime Text===
   * Install [[https://www.sublimetext.com/3|Sublime Text 3]]   * Install [[https://www.sublimetext.com/3|Sublime Text 3]]
-  * Install Sublime [[https://packagecontrol.io/installation|Package Control]]+  * Ctrl+Shift+p > ''Install Package Control''
   * Ctrl+Shift+p > ''Package Control: Advanced Install Package''   * 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''+  * 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:   * Run the following in an administrator CMD window:
-    * ''pip install cpplint'' +    * ''python -m pip install cpplint'' 
-    * ''pip install pylint''+    * ''python -m pip install pylint''
   * Install [[http://cppcheck.sourceforge.net/|Cppcheck]] (Deselect GUI during installation)   * 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   * Ensure the installed packages can be accessed from the PATH by running them in the cmd window
-  * Download {{ :win:sublime_text_3_user.zip |}} and extract the contents into ''%appdata%\Sublime Text 3\Packages\User''+  * 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== ==No Extension Association==
Line 22: Line 22:
 ===Sublime Merge=== ===Sublime Merge===
   * Install [[https://www.sublimemerge.com/|Sublime Merge]]   * Install [[https://www.sublimemerge.com/|Sublime Merge]]
-  * FIXME: auth? +  * Use ''%userprofile%\Documents\GitHub'' for cloning repositories
-  * FIXME: save location? shouldn't need to be permanent? probably Documents\GitHub+
win/sublime.1591530996.txt.gz · Last modified: 2024/09/22 19:51 (external edit)