Sublime

Setup

Python 3

  • Install latest Python version
  • Select Add Python 3.x to PATH
  • Click Customize installation
  • Make sure everything is selected > Next
  • Select install for all users
  • Install
  • Disable path length limit
  • Finish
  • Windows Settings > Apps > Apps & features > App execution aliases > Disable the python App Installers
2018/07/09 13:07 · derek

Sublime Text

No Extension Association

Associate Sublime Text 3 with files that have no extension, which is not allowed through the usual configuration menu.

Download and run the following batch file as administrator:

associate.bat
assoc .="No Extension"
ftype "No Extension"=^"%ProgramFiles%\Sublime Text 3\sublime_text.exe^" "%%1"
assoc "No Extension"\DefaultIcon=%SystemRoot%\System32\imageres.dll,-102

Note: replace the path for sublime text with the desired program.
Note: also works for other extensions, but it should be easier to use the given configuration menu instead.

2018/05/27 21:13 · derek

Sublime Merge