「Notepad++ v5.9.2」に「Zen Coding for Notepad++ v0.7」のプラグインをインストールしました。

久しぶりに「Notepad++」のホームページを見たら、バージョンアップされていたので、インストールをしました。フリーのソフトです。日本語にも対応しています。

Notepad++
http://notepad-plus-plus.org/

プラグイン「Zen Coding for Notepad++ v0.7」を忘れずにインストールをします。

Zen Coding for Notepad++ v0.7
http://code.google.com/p/zen-coding/downloads/detail?name=Zen.Coding-Notepad%2B%2B.v0.7.zip

設定ファイル「Zen Coding.js」の一部を変えて、日本語化します。

var zen_settings = {
 /**
  * Variables that can be placed inside snippets or abbreviations as ${variable}
  * ${child} variable is reserved, don’t use it
  */
 ‘variables’: {
  ‘lang’: ‘ja’,
  ‘locale’: ‘ja-JP’,
  ‘charset’: ‘UTF-8’,
  
  /** Inner element indentation */
  ‘indentation’: ‘\t’,
  
  // newline variables, useful for wrapping
  ‘newline’: ‘\n’,
  ‘nl’: ‘\n’
 },

赤字の部分が変更箇所です。