Tuesday, January 14, 2014

Notepad++ ZenCoding & Emmet ( PythonScript ) Installation

ZenCoding Installation

python runtime

  1. go to your notepad++ program folder.
  2. copy  whichever version of python runtime.
    example: python26.dll

python notepad++ plugin

  1. go to your notepad++'s plugins program folder.
  2. copy PythonScript.dll file and PythonScript folder.

zencoding plugin

  1. go to your notepad++'s plugins/config program folder.
  2. make folder PythonScript inside config folder.
  3. make folder scripts inside  PythonScript folder.
  4. copy all files *.py and zencoding folder.
 zencoding plugin folder structure
  • plugins
    ZenCoding-Python.dll
    • config
      • PythonScript
        • scripts
          • zencoding


Emmet Installation

  1. Install Python Script plugin (available in Plugin Manager).
  2. Download EmmetNPP plugin and unpack it into C:\Program Files\Notepad++\plugins folder
  3. Start Nodepad++. You should see Plugins > Emmet menu item.
 Emmet plugin folder structure

  • plugins
    EmmetNPP.dll
    • config
      • EmmetNPP
Sparkup

No comments:

Post a Comment