[RELEASE] Notepad++ 6.3.3 Release.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1038 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
Don Ho 2013-05-05 18:12:01 +00:00
parent db19cf8d6a
commit 5da5167b7d
12 changed files with 859 additions and 582 deletions

View File

@ -1,12 +1,16 @@
Notepad++ v6.3.2 fixed bug and added feature:
Notepad++ v6.3.3 new features:
1. Add remembering folding between sessions feature.
2. Optimize startup (loading last session) performance.
3. Add multi-select feature in Document List Panel and Close/Keep the selected files commands (right click).
4. Add new spell checker plugin(DSpellCheck).
1. Fix a regression (performance issue).
2. Recognize wscript and Rakefile respectively as python and ruby file.
Included plugins:
1. Spell Checker v1.3.3
1. DSpellCheck v1.1.4
2. NppFTP 0.24.1
3. NppExport v0.2.8
4. Plugin Manager 1.0.8

Binary file not shown.

View File

@ -1,4 +1,9 @@
<?xml version="1.0" encoding="Shift_JIS" ?>
<!--
Japanese localization for Notepad++ 6.2.3
Last Update: Saturday 29 Dec 2012
-->
<NotepadPlus>
<Native-Langue name="Japanese" filename="japanese.xml" >
<Menu>
@ -9,7 +14,7 @@
<Item menuId="edit" name="編集(&amp;E)"/>
<Item menuId="search" name="検索(&amp;S)"/>
<Item menuId="view" name="表示(&amp;V)"/>
<Item menuId="encoding" name = "フォーマット(&amp;M)"/>
<Item menuId="encoding" name="エンコード(&amp;M)"/>
<Item menuId="language" name="言語(&amp;L)"/>
<Item menuId="settings" name="設定(&amp;T)"/>
<Item menuId="macro" name="マクロ"/>
@ -20,42 +25,74 @@
<!-- Sub Menu Entries -->
<SubEntries>
<!-- "編集": Edit -->
<Item subMenuId="edit-copyToClipboard" name="クリップボードにコピー"/>
<Item subMenuId="edit-indent" name = "インデント"/>
<Item subMenuId="edit-indent" name="字下げ"/>
<Item subMenuId="edit-convertCaseTo" name="文字変換"/>
<Item subMenuId="edit-lineOperations" name="行の処理"/>
<Item subMenuId="edit-comment" name = "コメント/コメント解除"/>
<Item subMenuId="edit-comment" name="コメント/コメント解除"/>
<Item subMenuId="edit-autoCompletion" name="オートコンプリート"/>
<Item subMenuId="search-markAll" name = "すべて選択"/>
<Item subMenuId="search-unmarkAll" name = "すべて選択解除"/>
<Item subMenuId="view-showSymbol" name = "文字表示"/>
<Item subMenuId="edit-eolConversion" name="改行コードを変更"/>
<Item subMenuId="edit-blankOperations" name="空白文字の操作"/>
<Item subMenuId="edit-pasteSpecial" name="特殊な貼り付け"/>
<!-- "検索": Search -->
<Item subMenuId="search-markAll" name="すべてマーク"/>
<Item subMenuId="search-unmarkAll" name="マークをすべて解除"/>
<Item subMenuId="search-jumpUp" name="前のマークに移動"/>
<Item subMenuId="search-jumpDown" name="次のマークに移動"/>
<Item subMenuId="search-bookmark" name="ブックマーク"/>
<!-- "表示": View -->
<Item subMenuId="view-showSymbol" name="制御文字の表示"/>
<Item subMenuId="view-zoom" name="ズーム"/>
<Item subMenuId="view-moveCloneDocument" name = "文書移動/コピー"/>
<Item subMenuId="view-collapseLevel" name = "指定レベルで折りたたみ"/>
<Item subMenuId="view-moveCloneDocument" name="文書移動/コピー"/>
<Item subMenuId="view-collapseLevel" name="指定レベルで畳む"/>
<Item subMenuId="view-uncollapseLevel" name="指定レベルで展開"/>
<Item subMenuId="view-project" name="プロジェクト"/>
<!-- "エンコード": Encoding -->
<Item subMenuId="encoding-characterSets" name="文字セット"/>
<Item subMenuId="encoding-arabic" name="アラビア語"/>
<Item subMenuId="encoding-baltic" name="バルト語"/>
<Item subMenuId="encoding-celtic" name="ケルト語"/>
<Item subMenuId="encoding-cyrillic" name="キリル語"/>
<Item subMenuId="encoding-centralEuropean" name="中央ヨーロッパ語圏"/>
<Item subMenuId="encoding-chinese" name="中国語"/>
<Item subMenuId="encoding-easternEuropean" name="東ヨーロッパ語圏"/>
<Item subMenuId="encoding-greek" name="ギリシャ語"/>
<Item subMenuId="encoding-hebrew" name="ヘブライ語"/>
<Item subMenuId="encoding-japanese" name="日本語"/>
<Item subMenuId="encoding-korean" name="韓国語"/>
<Item subMenuId="encoding-northEuropean" name="北ヨーロッパ語圏"/>
<Item subMenuId="encoding-thai" name="タイ語"/>
<Item subMenuId="encoding-turkish" name="トルコ語"/>
<Item subMenuId="encoding-westernEuropean" name="西ヨーロッパ語圏"/>
<Item subMenuId="encoding-vietnamese" name="ベトナム語"/>
<!-- "設定": Settings -->
<Item subMenuId="settings-import" name="インポート"/>
</SubEntries>
<!-- all menu item -->
<Commands>
<!-- "ファイル": File -->
<Item id="1001" name="今すぐ印刷"/>
<Item id="41001" name="新規作成(&amp;N) Ctrl+N"/>
<Item id="41002" name="開く(&amp;O) Ctrl+O"/>
<Item id="41003" name="閉じる Ctrl+W"/>
<Item id = "41004" name = "全て閉じる(&amp;L)"/>
<Item id="41004" name="すべて閉じる(&amp;L)"/>
<Item id="41005" name="現在のドキュメント以外閉じる"/>
<Item id="41006" name="上書き保存(&amp;S) Ctrl+S"/>
<Item id="41007" name="すべて上書き保存(&amp;E) Ctrl+Shift+S"/>
<Item id = "41008" name = "名前を付けて保存(&amp;A)..."/>
<Item id="41008" name="名前を付けて保存(&amp;A)... Ctrl+Alt+S"/>
<Item id="41010" name="印刷... Ctrl+P"/>
<Item id = "1001" name = "今すぐ印刷"/>
<Item id = "41011" name = "終了(&amp;X)"/>
<Item id="41011" name="終了(&amp;X) Alt+F4"/>
<Item id="41012" name="セッションを読み込む..."/>
<Item id="41013" name="セッションを保存..."/>
<Item id="41014" name="開き直す"/>
<Item id = "41015" name = "コピーを保存..."/>
<Item id="41015" name="コピーを別名で保存..."/>
<Item id="41016" name="ディスクから削除"/>
<Item id = "41017" name = "名前の変更..."/>
<Item id="41017" name="名前を変更..."/>
<Item id="42040" name="最近開いたファイルをすべて開く"/>
<Item id="42041" name="最近開いたファイルのリストをクリア"/>
<!-- "編集": Edit -->
<Item id="42001" name="切り取り(&amp;T) Ctrl+X"/>
<Item id="42002" name="コピー(&amp;C) Ctrl+C"/>
<Item id="42003" name="元に戻す(&amp;U) Ctrl+Z"/>
@ -63,33 +100,47 @@
<Item id="42005" name="貼り付け(&amp;P) Ctrl+V"/>
<Item id="42006" name="削除(&amp;D) Del"/>
<Item id="42007" name="すべて選択(&amp;L) Ctrl+A"/>
<Item id = "42008" name = "タブを挿入(インデント) TAB"/>
<Item id = "42009" name = "タブを消す Shift+TAB"/>
<Item id="42008" name="タブを挿入(インデント) Tab"/>
<Item id="42009" name="タブを除去(逆インデント) Shift+Tab"/>
<Item id="42010" name="カーソル行を複製 Ctrl+D"/>
<Item id="42012" name="折り返し部分を分割 Ctrl+I"/>
<Item id="42013" name="選択行をマージ Ctrl+J"/>
<Item id = "42014" name = "上の行と交換 Ctrl+Shift+Up"/>
<Item id = "42015" name = "下の行と交換 Ctrl+Shift+Down"/>
<Item id="42014" name="上の行に移動 Ctrl+Shift+Up"/>
<Item id="42015" name="下の行に移動 Ctrl+Shift+Down"/>
<Item id="42016" name="大文字へ Ctrl+Shift+U"/>
<Item id="42017" name="小文字へ Ctrl+U"/>
<Item id = "42018" name = "記録開始(&amp;S) Ctrl+Shift+R"/>
<Item id = "42019" name = "記録終了(&amp;S) Ctrl+Shift+R"/>
<Item id = "42021" name = "再生(&amp;P) Ctrl+Shift+P"/>
<Item id = "42022" name = "行コメント化/非行コメント化"/>
<Item id = "42023" name = "ブロックコメント化"/>
<Item id = "42024" name = "行末の半角スペースを削除"/>
<Item id = "42025" name = "現在記録済みのマクロを保存"/>
<Item id = "42026" name = "書字方向を右から左へ Ctrl+Alt+R"/>
<Item id = "42027" name = "書字方向を左から右へ Ctrl+Alt+L"/>
<Item id="42022" name="行コメント化/解除 Ctrl+Q"/>
<Item id="42023" name="ブロックコメント化 Ctrl+Shift+Q"/>
<Item id="42042" name="行頭の空白を削除"/>
<Item id="42043" name="行頭および行末の空白を削除"/>
<Item id="42044" name="改行をスペースに"/>
<Item id="42045" name="不要な空白と改行を削除"/>
<Item id="42046" name="タブをスペースに"/>
<Item id="42047" name="スペースをタブに"/>
<Item id="42024" name="行末の空白を削除"/>
<Item id="42028" name="読み取り専用にする"/>
<Item id="42029" name="ファイルパスをクリップボードへ"/>
<Item id="42030" name="ファイル名をクリップボードへ"/>
<Item id="42031" name="ディレクトリパスをクリップボードへ"/>
<Item id = "42032" name = "指定マクロを複数回実行..."/>
<Item id="42033" name="読み取り専用を解除"/>
<Item id = "42035" name = "コメントをブロック"/>
<Item id = "42036" name = "コメント以外をブロック"/>
<Item id="42034" name="先頭に文字列を追加... Alt+C"/>
<Item id="42035" name="行コメント Ctrl+K"/>
<Item id="42036" name="行コメント解除 Ctrl+Shift+K"/>
<Item id="42037" name="矩形モード..."/>
<Item id="42038" name="HTMLコンテンツを挿入"/>
<Item id="42039" name="RTFコンテンツを挿入"/>
<Item id="42048" name="バイナリコンテンツのコピー"/>
<Item id="42049" name="バイナリコンテンツの切り取り"/>
<Item id="42050" name="バイナリコンテンツの挿入"/>
<Item id="42051" name="記号パネル"/>
<Item id="42052" name="クリップボード履歴"/>
<Item id="45001" name="Windowsフォーマット(CR+LF)に変換"/>
<Item id="45002" name="Unixフォーマット(LF)に変換"/>
<Item id="45003" name="Macフォーマット(CR)に変換"/>
<Item id="50000" name="関数名補完 Ctrl+Space"/>
<Item id="50001" name="単語補完 Ctrl+Enter"/>
<Item id="50002" name="関数パラメータのヒント Ctrl+Shift+Space"/>
<!-- "検索": Search -->
<Item id="43001" name="検索(&amp;F)... Ctrl+F"/>
<Item id="43002" name="次を検索(&amp;N) F3"/>
<Item id="43003" name="置換... Ctrl+H"/>
@ -102,87 +153,132 @@
<Item id="43010" name="前を検索 Shift+F3"/>
<Item id="43011" name="逐次検索(&amp;I)... Ctrl+Alt+I"/>
<Item id="43013" name="ファイル内の検索 Ctrl+Shift+F"/>
<Item id = "43014" name = "次を検索(カーソル位置の単語) Ctrl+F3"/>
<Item id = "43015" name = "前を検索(カーソル位置の単語) Ctrl+Shift+F3"/>
<Item id = "43016" name = "カーソル位置の単語をすべてマーク Ctrl+M"/>
<Item id = "43017" name = "マークをすべて解除 Ctrl+Shift+M"/>
<Item id="43014" name="次を検索(カーソル位置の単語:記憶しない)"/>
<Item id="43015" name="前を検索(カーソル位置の単語:記憶しない)"/>
<Item id="43018" name="ブックマークされている行の切り取り"/>
<Item id="43019" name="ブックマークされている行のコピー"/>
<Item id="43020" name="ブックマークされている行の置換"/>
<Item id="43021" name="ブックマークされている行の削除"/>
<Item id = "43022" name = "1番目のスタイル使用"/>
<Item id = "43023" name = "1番目のスタイル削除"/>
<Item id = "43024" name = "2番目のスタイル使用"/>
<Item id = "43025" name = "2番目のスタイル削除"/>
<Item id = "43026" name = "3番目のスタイル使用"/>
<Item id = "43027" name = "3番目のスタイル削除"/>
<Item id = "43028" name = "4番目のスタイル使用"/>
<Item id = "43029" name = "4番目のスタイル削除"/>
<Item id = "43030" name = "5番目のスタイル使用"/>
<Item id = "43031" name = "5番目のスタイル削除"/>
<Item id = "43032" name = "すべてのスタイル削除"/>
<Item id = "44009" name = "テキスト領域以外非表示"/>
<Item id = "44010" name = "すべて折りたたみ Alt+0"/>
<Item id = "44011" name = "ユーザ定義ダイアログ"/>
<Item id = "44019" name = "制御文字を表示"/>
<Item id="43022" name="スタイル1を適用"/>
<Item id="43023" name="スタイル1を解除"/>
<Item id="43024" name="スタイル2を適用"/>
<Item id="43025" name="スタイル2を解除"/>
<Item id="43026" name="スタイル3を適用"/>
<Item id="43027" name="スタイル3を解除"/>
<Item id="43028" name="スタイル4を適用"/>
<Item id="43029" name="スタイル4を解除"/>
<Item id="43030" name="スタイル5を適用"/>
<Item id="43031" name="スタイル5を解除"/>
<Item id="43032" name="すべてのスタイル解除"/>
<Item id="43033" name="スタイル1(前方検索) Ctrl+Shift+1"/>
<Item id="43034" name="スタイル2(前方検索) Ctrl+Shift+2"/>
<Item id="43035" name="スタイル3(前方検索) Ctrl+Shift+3"/>
<Item id="43036" name="スタイル4(前方検索) Ctrl+Shift+4"/>
<Item id="43037" name="スタイル5(前方検索) Ctrl+Shift+5"/>
<Item id="43038" name="スタイルを検索(前方) Ctrl+Shift+0"/>
<Item id="43039" name="スタイル1(後方検索) Ctrl+1"/>
<Item id="43040" name="スタイル2(後方検索) Ctrl+2"/>
<Item id="43041" name="スタイル3(後方検索) Ctrl+3"/>
<Item id="43042" name="スタイル4(後方検索) Ctrl+4"/>
<Item id="43043" name="スタイル5(後方検索) Ctrl+5"/>
<Item id="43044" name="スタイルを検索(後方) Ctrl+0"/>
<Item id="43045" name="検索結果ウィンドウ F7"/>
<Item id="43046" name="次の検索結果 F4"/>
<Item id="43047" name="前の検索結果 Shift+F4"/>
<Item id="43048" name="次を検索(カーソル位置の単語) Ctrl+F3"/>
<Item id="43049" name="前を検索(カーソル位置の単語) Ctrl+Shift+F3"/>
<Item id="43050" name="ブックマークを反転"/>
<Item id="43051" name="ブックマークしていない行を削除"/>
<Item id="43052" name="範囲の文字を検索..."/>
<!-- "表示": View -->
<Item id="10001" name="もう一つのビューへ移動"/>
<Item id="10002" name="もう一つのビューへ複製"/>
<Item id="10003" name="新しいウィンドウへ移動"/>
<Item id="10004" name="新しいウィンドウで開く"/>
<Item id="42026" name="書字方向を右から左へ Ctrl+Alt+R"/>
<Item id="42027" name="書字方向を左から右へ Ctrl+Alt+L"/>
<Item id="44009" name="テキスト領域以外非表示 F12"/>
<Item id="44010" name="すべて畳む Alt+0"/>
<Item id="44011" name="ユーザ定義ダイアログ..."/>
<Item id="44019" name="制御文字をすべて表示"/>
<Item id="44020" name="インデントガイドを表示"/>
<Item id="44022" name="右端で折り返す"/>
<Item id = "44023" name = "ズームイン(&amp;I) Ctrl-Mouse Wheel Up"/>
<Item id = "44024" name = "ズームアウト(&amp;O) Ctrl-Mouse Wheel Down"/>
<Item id="44023" name="ズームイン(&amp;I) Ctrl+Num+"/>
<Item id="44024" name="ズームアウト(&amp;O) Ctrl+Num-"/>
<Item id="44025" name="半角スペースとタブを表示"/>
<Item id = "44026" name = "行末を表示"/>
<Item id = "44029" name = "すべて展開 Alt+Shift+0"/>
<Item id = "44030" name = "折りたたみ Ctrl+Alt+F"/>
<Item id = "44031" name = "展開 Ctrl+Alt+Shift+F"/>
<Item id="44026" name="改行文字を表示"/>
<Item id="44029" name="すべて展開する Alt+Shift+0"/>
<Item id="44030" name="畳む Ctrl+Alt+F"/>
<Item id="44031" name="展開する Ctrl+Alt+Shift+F"/>
<Item id="44032" name="全画面表示 F11"/>
<Item id="44033" name="標準倍率に戻す Ctrl+/(keypad)"/>
<Item id="44034" name="常に手前に表示"/>
<Item id="44035" name="縦スクロールを同期"/>
<Item id="44036" name="横スクロールを同期"/>
<Item id="44041" name="折り返し位置を表示"/>
<Item id = "44072" name = "もう一つのビューへフォーカス移動"/>
<Item id = "45001" name = "Windowsフォーマットに変換"/>
<Item id = "45002" name = "UNIXフォーマットに変換"/>
<Item id = "45003" name = "MACフォーマットに変換"/>
<Item id = "45004" name = "ANSI エンコード"/>
<Item id = "45005" name = "UTF-8 エンコード"/>
<Item id = "45006" name = "UCS-2 Big Endian エンコード"/>
<Item id = "45007" name = "UCS-2 Little Endian エンコード"/>
<Item id = "45008" name = "UTF-8(BOMなし) エンコード"/>
<Item id="44042" name="行を隠す Alt+H"/>
<Item id="44049" name="概要..."/>
<Item id="44072" name="もう一つのビューへフォーカス移動 F8"/>
<Item id="44081" name="プロジェクトパネル 1"/>
<Item id="44082" name="プロジェクトパネル 2"/>
<Item id="44083" name="プロジェクトパネル 3"/>
<Item id="44051" name="レベル1で畳む Alt+1"/>
<Item id="44052" name="レベル2で畳む Alt+2"/>
<Item id="44053" name="レベル3で畳む Alt+3"/>
<Item id="44054" name="レベル4で畳む Alt+4"/>
<Item id="44055" name="レベル5で畳む Alt+5"/>
<Item id="44056" name="レベル6で畳む Alt+6"/>
<Item id="44057" name="レベル7で畳む Alt+7"/>
<Item id="44058" name="レベル8で畳む Alt+8"/>
<Item id="44061" name="レベル1で展開 Alt+Shift+1"/>
<Item id="44062" name="レベル2で展開 Alt+Shift+2"/>
<Item id="44063" name="レベル3で展開 Alt+Shift+3"/>
<Item id="44064" name="レベル4で展開 Alt+Shift+4"/>
<Item id="44065" name="レベル5で展開 Alt+Shift+5"/>
<Item id="44066" name="レベル6で展開 Alt+Shift+6"/>
<Item id="44067" name="レベル7で展開 Alt+Shift+7"/>
<Item id="44068" name="レベル8で展開 Alt+Shift+8"/>
<!-- "エンコード": Encoding -->
<Item id="45004" name="ANSI で開く"/>
<Item id="45005" name="UTF-8 で開く"/>
<Item id="45006" name="UCS-2 Big Endian で開く"/>
<Item id="45007" name="UCS-2 Little Endian で開く"/>
<Item id="45008" name="UTF-8 (BOMなし) で開く"/>
<Item id="45009" name="ANSI に変換"/>
<Item id="45010" name="UTF-8 (BOMなし) に変換"/>
<Item id="45011" name="UTF-8 に変換"/>
<Item id="45012" name="UCS-2 Big Endian に変換"/>
<Item id="45013" name="UCS-2 Little Endian に変換"/>
<Item id = "45010" name = "UTF-8 without BOM に変換"/>
<Item id = "10001" name = "もう一つのビューへ移動"/>
<Item id = "10002" name = "もう一つのビューへ複製"/>
<Item id = "10003" name = "新しいウィンドウへ移動"/>
<Item id = "10004" name = "新しいウィンドウで開く"/>
<!-- "言語": Language -->
<Item id="46080" name="ユーザ定義"/>
<!-- "環境設定": Settings -->
<Item id="46001" name="スタイル設定..."/>
<Item id="48005" name="プラグインをインポート..."/>
<Item id="48006" name="テーマをインポート..."/>
<Item id="48009" name="ショートカット管理..."/>
<Item id="48011" name="環境設定..."/>
<Item id="48018" name="コンテキストメニューを編集"/>
<!-- "マクロ": Macro -->
<Item id="42018" name="記録開始(&amp;S) Ctrl+Shift+R"/>
<Item id="42019" name="記録終了(&amp;S) Ctrl+Shift+R"/>
<Item id="42021" name="再生(&amp;P) Ctrl+Shift+P"/>
<Item id="42025" name="現在記録済みのマクロを保存"/>
<Item id="42032" name="指定マクロを複数回実行..."/>
<Item id="48016" name="ショートカットの修正/マクロの削除..."/>
<!-- "実行": Run -->
<Item id="48017" name="ショートカットの修正/コマンドの削除..."/>
<Item id="49000" name="ファイル名を指定して実行(&amp;R)... F5"/>
<!-- "?": Help -->
<Item id="47000" name="Notepad++について... F1"/>
<Item id="47001" name="Notepad++のサイト"/>
<Item id="47002" name="Notepad++のプロジェクトページ"/>
<Item id="47003" name="オンラインヘルプ"/>
<Item id="47004" name="フォーラム"/>
<Item id="47005" name="プラグインを探す"/>
<Item id = "48009" name = "ショートカット管理..."/>
<Item id = "48011" name = "環境設定..."/>
<Item id = "49000" name = "ファイル名を指定して実行(&amp;R)..."/>
<Item id = "50000" name = "関数名補完 Ctrl+Space"/>
<Item id = "50001" name = "単語補完 Ctrl+Shift+Space"/>
<Item id = "50002" name = "関数パラメーターのヒント"/>
<Item id = "42034" name = "先頭に文字列を追加... Alt+C"/>
<Item id = "44042" name = "行を隠す Alt+H"/>
<Item id = "42040" name = "最近開いたファイルをすべて開く"/>
<Item id = "42041" name = "最近開いたファイルのリストをクリア"/>
<Item id="47006" name="Notepad++をアップデート"/>
<Item id="47008" name="ヘルプドキュメント Shift+F1"/>
</Commands>
</Main>
<Splitter>
</Splitter>
@ -203,11 +299,12 @@
<Item CMID="13" name="読み取り専用の属性を解除"/>
<Item CMID="14" name="新しいウィンドウへ移動"/>
<Item CMID="15" name="新しいウィンドウで開く"/>
<Item CMID="16" name="再読み込み"/>
</TabBar>
</Menu>
<Dialog>
<Find title = "" titleFind = "検索" titleReplace = "置換" titleFindInFiles = "ファイル内検索">
<Find title="" titleFind="検索" titleReplace="置換" titleFindInFiles="ファイル内検索" titleMark="マーク">
<Item id="1" name="次を検索"/>
<Item id="2" name="閉じる"/>
<Item id="1620" name="検索文字列:"/>
@ -234,16 +331,16 @@
<Item id="1635" name="すべてのドキュメントを置換"/>
<Item id="1636" name="すべてのドキュメントを検索"/>
<Item id="1637" name="ファイル内検索"/>
<Item id = "1640" name = "検索/置換の切り替え"/>
<Item id="1654" name="フィルタ:"/>
<Item id="1655" name="ディレクトリ:"/>
<Item id = "1656" name = "検索"/>
<Item id="1656" name="すべて検索"/>
<Item id="1658" name="サブディレクトリも検索"/>
<Item id = "1659" name = "隠しフォルダの検索"/>
<Item id="1659" name="隠しフォルダも検索"/>
<Item id="1624" name="検索モード"/>
<Item id="1625" name="標準"/>
<Item id="1626" name="拡張(\n, \r, \t, \0, \x...)"/>
<Item id="1660" name="ファイルで置換"/>
<Item id="1661" name="現在のフォルダ"/>
<Item id="1641" name="すべて検索"/>
<Item id="1686" name="透明化"/>
</Find>
@ -251,10 +348,10 @@
<Item id="2007" name="行"/>
<Item id="2008" name="オフセット"/>
<Item id="1" name="ジャンプ(&amp;G)"/>
<Item id = "2" name = "やっぱりいかない"/>
<Item id = "2004" name = "今いるのは :"/>
<Item id = "2005" name = "ここにいこう :"/>
<Item id = "2006" name = "これ以上いけないよ :"/>
<Item id="2" name="キャンセル"/>
<Item id="2004" name="現在行番号:"/>
<Item id="2005" name="指定行番号:"/>
<Item id="2006" name="最終行番号:"/>
</GoToLine>
<Run title="実行...">
@ -265,11 +362,10 @@
</Run>
<StyleConfig title="スタイル設定">
<Item id = "1" name = "保存せずに適用"/>
<Item id = "2" name = "キャンセル"/>
<Item id="2301" name="保存して閉じる"/>
<Item id="2303" name="透明化"/>
<Item id = "2306" name = "テーマ:"/>
<Item id="2306" name="テーマを選択:"/>
<SubDialog>
<Item id="2204" name="太字"/>
<Item id="2205" name="斜体"/>
@ -277,10 +373,6 @@
<Item id="2207" name="背景色"/>
<Item id="2208" name="フォント名:"/>
<Item id="2209" name="フォントサイズ:"/>
<!--
<Item id = "2210" name = "Attention : The definition of this style will be the default definition for all non defined styles"/>\
-->
<Item id = "2211" name = "コメント :"/>
<Item id="2212" name="色"/>
<Item id="2213" name="フォント"/>
<Item id="2214" name="デフォルトの拡張子:"/>
@ -296,8 +388,8 @@
<Item id="2230" name="太字を他のスタイルでも使う"/>
<Item id="2231" name="斜体を他のスタイルにも適用"/>
<Item id="2232" name="下線を他のスタイルにも適用"/>
<Item id="2211" name="スタイル詳細:"/>
</SubDialog>
</StyleConfig>
<UserDefine title="ユーザ定義">
@ -309,19 +401,44 @@
<Item id="20009" name="拡張子:"/>
<Item id="20012" name="大小文字を無視"/>
<Item id="20011" name="透明化"/>
<Item id = "0" name = "色"/>
<Item id = "1" name = "文字色"/>
<Item id = "2" name = "背景色"/>
<Item id = "3" name = "フォント"/>
<Item id = "4" name = "フォント名 :"/>
<Item id = "5" name = "サイズ :"/>
<Item id = "6" name = "太字"/>
<Item id = "7" name = "斜体"/>
<Item id = "8" name = "下線"/>
<Folder title = "デフォルト・折りたたみ設定">
<Item id="20015" name="インポート..."/>
<Item id="20016" name="エクスポート..."/>
<StylerDialog title="スタイラーダイアログ">
<Item id="25030" name="フォント:"/>
<Item id="25006" name="文字色"/>
<Item id="25007" name="背景色"/>
<Item id="25031" name="フォント名:"/>
<Item id="25032" name="サイズ:"/>
<Item id="25001" name="太字"/>
<Item id="25002" name="斜体"/>
<Item id="25003" name="下線"/>
<Item id="25029" name="Nesting:"/>
<Item id="25008" name="区切り 1"/>
<Item id="25009" name="区切り 2"/>
<Item id="25010" name="区切り 3"/>
<Item id="25011" name="区切り 4"/>
<Item id="25012" name="区切り 5"/>
<Item id="25013" name="区切り 6"/>
<Item id="25014" name="区切り 7"/>
<Item id="25015" name="区切り 8"/>
<Item id="25018" name="キーワード 1"/>
<Item id="25019" name="キーワード 2"/>
<Item id="25020" name="キーワード 3"/>
<Item id="25021" name="キーワード 4"/>
<Item id="25022" name="キーワード 5"/>
<Item id="25023" name="キーワード 6"/>
<Item id="25024" name="キーワード 7"/>
<Item id="25025" name="キーワード 8"/>
<Item id="25016" name="コメント"/>
<Item id="25017" name="コメント行"/>
<Item id="25026" name="演算子 1"/>
<Item id="25027" name="演算子 2"/>
<Item id="25028" name="数字"/>
</StylerDialog>
<Folder title="デフォルト・畳む設定">
<Item id="21101" name="デフォルトスタイル設定"/>
<Item id = "21201" name = "折りたたみ部分開始キーワード設定"/>
<Item id = "21301" name = "折りたたみ部分終了キーワード"/>
<Item id="21201" name="畳む部分開始キーワード設定"/>
<Item id="21301" name="畳む部分終了キーワード"/>
</Folder>
<Keywords title="キーワードリスト">
<Item id="22101" name="グループ 1"/>
@ -352,8 +469,8 @@
<Item id="24301" name="区切り 2"/>
<Item id="24311" name="開始文字:"/>
<Item id="24314" name="終了文字:"/>
<Item id="24001" name="エスケープ文字を有効:"/>
</Operator>
<Item id = "24001" name = "エスケープキャラクター:"/>
</UserDefine>
<Preference title="環境設定">
<Item id="6001" name="閉じる"/>
@ -366,7 +483,7 @@
<Item id="6106" name="タブバー"/>
<Item id="6107" name="小さく表示"/>
<Item id = "6108" name = "ロック(ドラッグ &amp;&amp;ドロップを許可しない)"/>
<Item id="6108" name="固定(ドラッグ &amp;&amp;ドロップを許可しない)"/>
<Item id="6109" name="現在のタブ以外を区別して描画"/>
<Item id="6110" name="現在のタブの上部にオレンジで線を引く"/>
@ -380,57 +497,79 @@
<Item id="6121" name="メニューバー"/>
<Item id="6122" name="隠す(再表示させるためにAltかF10を使用してください)"/>
<Item id="6123" name="言語"/>
<Item id="6125" name="ドキュメント一覧"/>
<Item id="6126" name="表示"/>
</Global>
<Scintillas title="エディット画面">
<Item id = "6216" name = "カーソル設定"/>
<Item id = "6217" name = "幅:"/>
<Item id = "6219" name = "点滅速度:"/>
<Item id="6216" name="キャレット設定"/>
<Item id="6217" name="幅:"/>
<Item id="6219" name="点滅速度:"/>
<Item id="6221" name="速く"/>
<Item id="6222" name="遅く"/>
<Item id = "6201" name = "折りたたみアイコン"/>
<Item id="6224" name="マルチエディット設定"/>
<Item id="6225" name="有効 (Ctrl+クリック/選択)"/>
<Item id="6201" name="畳むアイコン"/>
<Item id="6202" name="シンプル"/>
<Item id="6203" name="矢印"/>
<Item id = "6204" name = "丸型ノードのツリー"/>
<Item id = "6205" name = "四角型ノードのツリー"/>
<Item id="6204" name="丸型のツリー"/>
<Item id="6205" name="角型のツリー"/>
<Item id="6226" name="なし"/>
<Item id="6227" name="折り返し"/>
<Item id="6228" name="折り返すのみ"/>
<Item id="6229" name="端を揃える"/>
<Item id="6230" name="字下げをする"/>
<Item id="6206" name="行番号を表示"/>
<Item id="6207" name="ブックマークを表示"/>
<Item id = "6208" name = "指定カラムで右端境界を表示"/>
<Item id = "6209" name = "カラム数 : "/>
<Item id="6208" name="指定文字数で右端境界を表示"/>
<Item id="6209" name="文字数: "/>
<Item id="6211" name="右端境界設定"/>
<Item id="6212" name="実線で表示"/>
<Item id="6213" name="背景色で表示"/>
<Item id="6214" name="現在行を強調"/>
</Scintillas>
<NewDoc title = "新規作成ドキュメント">
<Item id = "6419" name = "新規ドキュメント"/>
<NewDoc title="新規作成/既定ディレクトリ">
<Item id="-1" name="表示"/>
<Item id="6401" name="フォーマット"/>
<Item id = "6402" name = "WINDOWS"/>
<Item id = "6403" name = "UNIX"/>
<Item id = "6404" name = "MAC"/>
<Item id="6402" name="Windows"/>
<Item id="6403" name="Unix"/>
<Item id="6404" name="Mac"/>
<Item id="6405" name="エンコード"/>
<Item id="6406" name="ANSI"/>
<Item id = "6407" name = "UTF-8(バイト順マークなし)"/>
<Item id="6407" name="UTF-8 (BOMなし)"/>
<Item id="6408" name="UTF-8"/>
<Item id = "6409" name = "UCS-2ビッグエンディアン"/>
<Item id = "6410" name = "UCS-2リトルエンディアン"/>
<Item id = "6411" name = "デフォルトの言語:"/>
<Item id = "6413" name = "デフォルトディレクトリ(開く/保存)"/>
<Item id="6409" name="UCS-2 Big Endian"/>
<Item id="6410" name="UCS-2 Little Endian"/>
<Item id="6411" name="デフォルトの言語:"/>
<Item id="6413" name="デフォルトディレクトリ(開く/保存)"/>
<Item id="6414" name="選択されているドキュメントのディレクトリ"/>
<Item id="6415" name="前回使用したディレクトリ"/>
<Item id="6419" name="新規ドキュメント"/>
<Item id="6420" name="開いているANSIファイルに適用"/>
<Item id="6424" name="サブメニュー化する"/>
<Item id="6425" name="ファイル名のみ"/>
<Item id="6426" name="完全なファイルパス"/>
<Item id="6427" name="文字列の長さを指定:"/>
<Item id="6304" name="開いたファイルの履歴"/>
<Item id="6305" name="起動時にチェックしない"/>
<Item id="6306" name="エントリ数の上限:"/>
</NewDoc>
<FileAssoc title="ファイルの関連付け">
<Item id="4009" name="サポート形式:"/>
<Item id="4010" name="登録済み形式:"/>
</FileAssoc>
<LangMenu title = "言語メニュー/タブ設定">
<Item id = "6505" name = "利用する"/>
<Item id = "6506" name = "利用しない"/>
<Item id = "6507" name = "言語メニューをコンパクトにする"/>
<LangMenu title="言語メニュー/タブ設定">
<Item id="6301" name="タブ設定"/>
<Item id="6302" name="タブの代わりにスペース使用"/>
<Item id = "6303" name = "タブ間隔:"/>
<Item id="6303" name="タブ間隔:"/>
<Item id="6505" name="利用する"/>
<Item id="6506" name="利用しない"/>
<Item id="6507" name="言語メニューをまとめる"/>
<Item id="6508" name="言語メニュー"/>
<Item id="6510" name="デフォルト値を使用"/>
</LangMenu>
<Print title="印刷 - 色・余白">
<Item id="6601" name="行番号を印刷する"/>
@ -446,24 +585,22 @@
<Item id="6615" name="下"/>
<Item id="6706" name="太字"/>
<Item id="6707" name="斜体"/>
<Item id = "6708" name = "ヘッダ"/>
<Item id="6708" name="ヘッダ"/>
<Item id="6709" name="左側"/>
<Item id="6710" name="中央"/>
<Item id="6711" name="右側"/>
<Item id="6717" name="太字"/>
<Item id="6718" name="斜体"/>
<Item id = "6719" name = "フッタ"/>
<Item id="6719" name="フッタ"/>
<Item id="6720" name="左側"/>
<Item id="6721" name="中央"/>
<Item id="6722" name="右側"/>
<Item id="6723" name="追加"/>
<Item id = "6725" name = "特殊変数:"/>
<Item id = "6728" name = "ヘッダーとフッター"/>
<Item id="6725" name="特殊変数:"/>
<Item id="6728" name="ヘッダとフッタ"/>
<Item id="6727" name="表示場所:"/>
</Print>
<MISC title="その他">
<Item id = "6301" name = "タブ設定"/>
<Item id = "6302" name = "半角スペースで置き換える"/>
<Item id = "6303" name = "タブ幅 : "/>
<Item id="6304" name="履歴"/>
<Item id="6305" name="起動時にチェックしない"/>
<Item id="6306" name="最大保持数:"/>
@ -476,20 +613,19 @@
<Item id="6325" name="更新後最後の行にスクロール"/>
<Item id="6319" name="有効"/>
<Item id="6320" name="下線を引かない"/>
<Item id = "6322" name = "セッションファイル拡張子:"/>
<Item id="6322" name="セッションファイル拡張子:"/>
<Item id="6323" name="Notepad++の自動アップデートを有効にする"/>
<Item id = "6324" name = "ビューを切り替える(Ctrl+TAB)"/>
<Item id="6324" name="ビューを切り替える(Ctrl+Tab)"/>
<Item id="6326" name="スマート強調表示を有効"/>
<Item id="6329" name="一致しているタグを強調する"/>
<Item id="6327" name="有効"/>
<Item id="6328" name="タグの属性を強調する"/>
<Item id="6330" name="コメントPHPASPゾーンを強調する"/>
<Item id="6330" name="コメント/PHP/ASP 領域を強調する"/>
<Item id = "6331" name = "タイトルバーでファイルパスを非表示"/>
<Item id = "6114" name = "Ctrl+Tabを使う"/>
<Item id="6331" name="タイトルバーにファイル名のみ表示"/>
<Item id="6114" name="有効"/>
<Item id="6115" name="オートインデント"/>
<Item id = "6116" name = "最後に操作したディレクトリを記憶する"/>
<Item id = "6117" name = "ビュー切り替えにMRUを使用する"/>
<Item id="6117" name="最近使用した順にビューを切り替える"/>
</MISC>
<Backup title="自動保存/入力補完">
<Item id="6801" name="自動保存"/>
@ -505,7 +641,7 @@
<Item id="6811" name=" "/>
<Item id="6813" name="文字目から"/>
<Item id="6814" name="指定可能な値: 1 - 9"/>
<Item id = "6815" name = "入力直後関数パラメータヒントを表示"/>
<Item id="6815" name="入力の関数パラメータヒント"/>
</Backup>
</Preference>
<MultiMacro title="指定マクロを複数回実行">
@ -521,10 +657,10 @@
<Item id="2" name="OK"/>
<Item id="7002" name="保存"/>
<Item id="7003" name="ウィンドウを閉じる"/>
<Item id = "7004" name = "タブのソート"/>
<Item id="7004" name="タブをソート"/>
</Window>
<ColumnEditor title="先頭に文字列を追加">
<Item id = "2023" name = "固定文字列"/>
<Item id="2023" name="挿入文字列"/>
<Item id="2033" name="数字"/>
<Item id="2030" name="初期値:"/>
<Item id="2031" name="増分:"/>
@ -537,8 +673,81 @@
<Item id="1" name="OK"/>
<Item id="2" name="キャンセル"/>
</ColumnEditor>
<FindCharsInRange title="範囲内の文字を検索...">
<Item id="2" name="閉じる"/>
<Item id="2901" name="非 ASCII 文字 (128-255)"/>
<Item id="2902" name="ASCII 文字 (0 - 127)"/>
<Item id="2903" name="文字範囲を指定:"/>
<Item id="2906" name="上へ"/>
<Item id="2907" name="下へ"/>
<Item id="2908" name="方向"/>
<Item id="2909" name="折り返しをまたいで検索"/>
<Item id="2910" name="検索"/>
</FindCharsInRange>
</Dialog>
<MessageBox>
<ContextMenuXmlEditWarning title="警告: コンテキストメニューの編集" message="contextMenu.xmlを編集することで、Notepad++のポップアップコンテキストを変更できます。 変更を適応するには、contextMenu.xmlの編集後Notepad++を再起動してください。"/>
<NppHelpAbsentWarning title="警告: ファイルが存在しません" message="ヘルプファイルが存在しません。 Notepad++のサイトからダウンロードしてください。"/>
<SaveCurrentModifWarning title="警告: 現在の変更を保存" message="現在の変更を保存する必要があります。 保存したすべての変更は取り消すことはできません。 続行しますか?"/>
<LoseUndoAbilityWarning title="警告: アンドゥ履歴が失われます" message="現在の変更を保存する必要があります。 保存したすべての変更は取り消すことはできません。 続行しますか?"/>
<DocReloadWarning title="警告: 開き直します" message="変更が失われますが、このドキュメントを本当に開き直しますか?"/>
<FileLockedWarning title="警告: 保存失敗" message="このファイルを別のプログラムで開いていないか確認してください。"/>
<CannotMoveDoc title="新しいウィンドウに移動" message="ドキュメントが変更されました、保存してやり直してください。"/>
<FileAlreadyOpenedInNpp title="既に開いています" message="そのファイルは既にNotepad++で開かれています。"/>
<DeleteFileFailed title="削除失敗" message="ファイルの削除に失敗しました。"/>
<ColumnModeTip title="矩形モード Tip" message="矩形モードに切り替えるには、'Alt+Mouse Selection'か、 'Alt+Ahift+Arrow key'を使用してください。"/>
<!-- $INT_REPLACE$ is a place holder, don't translate it -->
<NbFileToOpenImportantWarning title="大量のファイルを開こうとしています" message="$INT_REPLACE$ 個のファイルが開かれようとしています。\r本当に開きますか?"/>
</MessageBox>
<ProjectManager>
<PanelTitle name="プロジェクト"/>
<WorkspaceRootName name="ワークスペース"/>
<NewProjectName name="プロジェクト名"/>
<NewFolderName name="フォルダ名"/>
<Menus>
<Entries>
<Item id="0" name="ワークスペース"/>
<Item id="1" name="編集"/>
</Entries>
<WorkspaceMenu>
<Item id="3122" name="新規ワークスペース"/>
<Item id="3123" name="ワークスペースを開く"/>
<Item id="3124" name="ワークスペースを開き直す"/>
<Item id="3125" name="保存"/>
<Item id="3126" name="名前を付けて保存..."/>
<Item id="3127" name="コピーを保存..."/>
<Item id="3121" name="新規プロジェクトを追加"/>
</WorkspaceMenu>
<ProjectMenu>
<Item id="3111" name="リネーム"/>
<Item id="3112" name="フォルダを追加"/>
<Item id="3113" name="ファイルを追加..."/>
<Item id="3117" name="ディレクトリからファイルを追加..."/>
<Item id="3114" name="削除"/>
<Item id="3118" name="上へ移動"/>
<Item id="3119" name="下へ移動"/>
</ProjectMenu>
<FolderMenu>
<Item id="3111" name="リネーム"/>
<Item id="3112" name="フォルダを追加"/>
<Item id="3113" name="ファイルを追加..."/>
<Item id="3117" name="ディレクトリからファイルを追加..."/>
<Item id="3114" name="削除"/>
<Item id="3118" name="上へ移動"/>
<Item id="3119" name="下へ移動"/>
</FolderMenu>
<FileMenu>
<Item id="3111" name="リネーム"/>
<Item id="3115" name="削除"/>
<Item id="3116" name="ファイルのパスを変更"/>
<Item id="3118" name="上へ移動"/>
<Item id="3119" name="下へ移動"/>
</FileMenu>
</Menus>
</ProjectManager>
</Native-Langue>
</NotepadPlus>

View File

@ -28,10 +28,10 @@
; Define the application name
!define APPNAME "Notepad++"
!define APPVERSION "6.3.2"
!define APPVERSION "6.3.3"
!define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}"
!define VERSION_MAJOR 6
!define VERSION_MINOR 32
!define VERSION_MINOR 33
!define APPWEBSITE "http://notepad-plus-plus.org/"
@ -757,12 +757,25 @@ SectionGroup "Plugins" Plugins
SetOutPath "$INSTDIR\plugins\doc"
File "..\bin\plugins\doc\NPPTextFXdemo.TXT"
SectionEnd
*/
Section "Spell-Checker" SpellChecker
Delete "$INSTDIR\plugins\SpellChecker.dll"
SetOutPath "$INSTDIR\plugins"
File "..\bin\plugins\SpellChecker.dll"
SectionEnd
*/
Section "Spell-Checker" DSpellCheck
Delete "$INSTDIR\plugins\DSpellCheck.dll"
SetOutPath "$INSTDIR\plugins"
File "..\bin\plugins\DSpellCheck.dll"
SetOutPath "$UPDATE_PATH\plugins\Config"
File "..\bin\plugins\Config\DSpellCheck.ini"
SetOutPath "$INSTDIR\plugins\Config\Hunspell"
File "..\bin\plugins\Config\Hunspell\en_GB.aff"
File "..\bin\plugins\Config\Hunspell\en_GB.dic"
File "..\bin\plugins\Config\Hunspell\dictionary.lst"
File "..\bin\plugins\Config\Hunspell\README_en_GB.txt"
SectionEnd
Section "Npp FTP" NppFTP
Delete "$INSTDIR\plugins\NppFTP.dll"
@ -1378,6 +1391,14 @@ SectionGroup un.Plugins
Section un.SpellChecker
Delete "$INSTDIR\plugins\SpellChecker.dll"
SectionEnd
Section un.DSpellCheck
Delete "$INSTDIR\plugins\DSpellCheck.dll"
Delete "$UPDATE_PATH\plugins\Config\DSpellCheck.ini"
Delete "$INSTDIR\plugins\Config\Hunspell\en_GB.aff"
Delete "$INSTDIR\plugins\Config\Hunspell\en_GB.dic"
Delete "$INSTDIR\plugins\Config\Hunspell\dictionary.lst"
Delete "$INSTDIR\plugins\Config\Hunspell\README_en_GB.txt"
SectionEnd
Section un.NppExec
Delete "$INSTDIR\plugins\NppExec.dll"
Delete "$INSTDIR\plugins\doc\NppExec.txt"

View File

@ -53,71 +53,82 @@ rem Notepad++ Unicode package
rmdir /S /Q .\zipped.package.release
mkdir .\zipped.package.release
mkdir .\zipped.package.release\unicode
mkdir .\zipped.package.release\unicode\updater
mkdir .\zipped.package.release\unicode\localization
mkdir .\zipped.package.release\unicode\themes
mkdir .\zipped.package.release\unicode\user.manual
mkdir .\zipped.package.release\unicode\plugins
mkdir .\zipped.package.release\unicode\plugins\APIs
mkdir .\zipped.package.release\unicode\plugins\Config
mkdir .\zipped.package.release\unicode\plugins\doc
mkdir .\zipped.package.release\updater
mkdir .\zipped.package.release\localization
mkdir .\zipped.package.release\themes
mkdir .\zipped.package.release\user.manual
mkdir .\zipped.package.release\plugins
mkdir .\zipped.package.release\plugins\APIs
mkdir .\zipped.package.release\plugins\Config
mkdir .\zipped.package.release\plugins\Config\Hunspell
mkdir .\zipped.package.release\plugins\doc
copy /Y ..\bin\license.txt .\zipped.package.release\unicode\
copy /Y ..\bin\license.txt .\zipped.package.release\
If ErrorLevel 1 PAUSE
copy /Y ..\bin\readme.txt .\zipped.package.release\unicode\
copy /Y ..\bin\readme.txt .\zipped.package.release\
If ErrorLevel 1 PAUSE
copy /Y ..\bin\change.log .\zipped.package.release\unicode\
copy /Y ..\bin\change.log .\zipped.package.release\
If ErrorLevel 1 PAUSE
copy /Y ..\src\config.model.xml .\zipped.package.release\unicode\
copy /Y ..\src\config.model.xml .\zipped.package.release\
If ErrorLevel 1 PAUSE
copy /Y ..\src\langs.model.xml .\zipped.package.release\unicode\
copy /Y ..\src\langs.model.xml .\zipped.package.release\
If ErrorLevel 1 PAUSE
copy /Y ..\src\stylers.model.xml .\zipped.package.release\unicode\
copy /Y ..\src\stylers.model.xml .\zipped.package.release\
If ErrorLevel 1 PAUSE
copy /Y ..\src\contextMenu.xml .\zipped.package.release\unicode\
copy /Y ..\src\contextMenu.xml .\zipped.package.release\
If ErrorLevel 1 PAUSE
copy /Y ..\src\shortcuts.xml .\zipped.package.release\unicode\
copy /Y ..\src\shortcuts.xml .\zipped.package.release\
If ErrorLevel 1 PAUSE
copy /Y ..\bin\doLocalConf.xml .\zipped.package.release\unicode\
copy /Y ..\bin\doLocalConf.xml .\zipped.package.release\
If ErrorLevel 1 PAUSE
copy /Y ..\bin\"notepad++.exe" .\zipped.package.release\unicode\
copy /Y ..\bin\"notepad++.exe" .\zipped.package.release\
If ErrorLevel 1 PAUSE
copy /Y ..\bin\SciLexer.dll .\zipped.package.release\unicode\
copy /Y ..\bin\SciLexer.dll .\zipped.package.release\
If ErrorLevel 1 PAUSE
rem Plugins
copy /Y "..\bin\plugins\SpellChecker.dll" .\zipped.package.release\unicode\plugins\
copy /Y "..\bin\plugins\DSpellCheck.dll" .\zipped.package.release\plugins\
If ErrorLevel 1 PAUSE
copy /Y "..\bin\plugins\NppFTP.dll" .\zipped.package.release\unicode\plugins\
copy /Y "..\bin\plugins\Config\DSpellCheck.ini" .\zipped.package.release\plugins\Config\
If ErrorLevel 1 PAUSE
copy /Y "..\bin\plugins\NppExport.dll" .\zipped.package.release\unicode\plugins\
copy /Y "..\bin\plugins\Config\Hunspell\en_GB.dic" .\zipped.package.release\plugins\Config\Hunspell\
If ErrorLevel 1 PAUSE
copy /Y "..\bin\plugins\NppConverter.dll" .\zipped.package.release\unicode\plugins\
copy /Y "..\bin\plugins\Config\Hunspell\en_GB.aff" .\zipped.package.release\plugins\Config\Hunspell\
If ErrorLevel 1 PAUSE
copy /Y "..\bin\plugins\Config\Hunspell\dictionary.lst" .\zipped.package.release\plugins\Config\Hunspell\
If ErrorLevel 1 PAUSE
copy /Y "..\bin\plugins\Config\Hunspell\README_en_GB.txt" .\zipped.package.release\plugins\Config\Hunspell\
If ErrorLevel 1 PAUSE
copy /Y "..\bin\plugins\NppFTP.dll" .\zipped.package.release\plugins\
If ErrorLevel 1 PAUSE
copy /Y "..\bin\plugins\NppExport.dll" .\zipped.package.release\plugins\
If ErrorLevel 1 PAUSE
copy /Y "..\bin\plugins\NppConverter.dll" .\zipped.package.release\plugins\
If ErrorLevel 1 PAUSE
rem plugins manager and its updater
copy /Y "..\bin\plugins\PluginManager.dll" .\zipped.package.release\unicode\plugins\
copy /Y "..\bin\plugins\PluginManager.dll" .\zipped.package.release\plugins\
If ErrorLevel 1 PAUSE
copy /Y "..\bin\updater\gpup.exe" .\zipped.package.release\unicode\updater\
copy /Y "..\bin\updater\gpup.exe" .\zipped.package.release\updater\
If ErrorLevel 1 PAUSE
rem document
xcopy /Y /S ..\bin\user.manual\*.* .\zipped.package.release\unicode\user.manual\
xcopy /Y /S ..\bin\user.manual\*.* .\zipped.package.release\user.manual\
If ErrorLevel 1 PAUSE
rem localizations
copy /Y ".\nativeLang\*.xml" .\zipped.package.release\unicode\localization\
copy /Y ".\nativeLang\*.xml" .\zipped.package.release\localization\
If ErrorLevel 1 PAUSE
rem files API
copy /Y ".\APIs\*.xml" .\zipped.package.release\unicode\plugins\APIs\
copy /Y ".\APIs\*.xml" .\zipped.package.release\plugins\APIs\
If ErrorLevel 1 PAUSE
rem theme
copy /Y ".\themes\*.xml" .\zipped.package.release\unicode\themes\
copy /Y ".\themes\*.xml" .\zipped.package.release\themes\
If ErrorLevel 1 PAUSE

View File

@ -2,9 +2,9 @@
<!--
Notepad++ Custom Style
Style name: Obsidian
Style name: Obsidian v2
Author: Joni Eskelinen
Date: 2009-04-06 (last changed 2009-07-30)
Date: 2009-04-06 (last changed 2013-04-23)
Languages: php, html, css, xml, javascript, python, sql, c, c++,
assembly, bash, batch, lua at least for detail. Everything else more or less...
Info: Inspired by Oblivion theme for gedit.
@ -489,6 +489,18 @@ Notepad++ Custom Style
<WordsStyle name="COMMENT" styleID="124" fgColor="66747B" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTLINE" styleID="125" fgColor="66747B" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="127" fgColor="E8E2B7" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="powershell" desc="PowerShell" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="7D8C93" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="2" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="3" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FFCD22" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="5" fgColor="678CB1" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="OPERATOR" styleID="6" fgColor="E8E2B7" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="CMDLET" styleID="9" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ALIAS" styleID="10" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
</LexerType>
<LexerType name="postscript" desc="Postscript" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
@ -724,9 +736,9 @@ Notepad++ Custom Style
<GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="E0E2E4" bgColor="293134" fontName="Courier New" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="E0E2E4" bgColor="293134" fontName="Courier New" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="394448" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="F3DB2E" bgColor="293134" fontName="" fontStyle="1" fontSize="12" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="F3DB2E" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="FB0000" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="2F393C" fgColor="0080C0" fontSize="" fontStyle="0" />
<WidgetStyle name="Selected text colour" styleID="0" bgColor="404E51" fgColor="C00000" />
@ -739,7 +751,7 @@ Notepad++ Custom Style
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="56676D" fgColor="222222" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="6B8189" fgColor="E0E2E4" fontSize="" fontStyle="1" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00659B" fgColor="E0E2E4" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="00880B" fgColor="E0E2E4" fontSize="10" fontStyle="0" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="00880B" fgColor="E0E2E4" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="A6AA00" fgColor="E0E2E4" />
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8A0B0B" fgColor="E0E2E4" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="44116F" fgColor="E0E2E4" />

View File

@ -105,6 +105,7 @@ ToolBarButtonUnit toolBarIcons[] = {
{IDM_VIEW_ALL_CHARACTERS, IDI_VIEW_ALL_CHAR_OFF_ICON, IDI_VIEW_ALL_CHAR_ON_ICON, IDI_VIEW_ALL_CHAR_OFF_ICON, IDR_INVISIBLECHAR},
{IDM_VIEW_INDENT_GUIDE, IDI_VIEW_INDENT_OFF_ICON, IDI_VIEW_INDENT_ON_ICON, IDI_VIEW_INDENT_OFF_ICON, IDR_INDENTGUIDE},
{IDM_LANG_USER_DLG, IDI_VIEW_UD_DLG_OFF_ICON, IDI_VIEW_UD_DLG_ON_ICON, IDI_VIEW_UD_DLG_OFF_ICON, IDR_SHOWPANNEL},
{IDM_VIEW_DOC_MAP, IDI_VIEW_UD_DLG_OFF_ICON, IDI_VIEW_UD_DLG_ON_ICON, IDI_VIEW_UD_DLG_OFF_ICON, IDR_DOCMAP},
//-------------------------------------------------------------------------------------//
{0, IDI_SEPARATOR_ICON, IDI_SEPARATOR_ICON, IDI_SEPARATOR_ICON, IDI_SEPARATOR_ICON},
@ -5143,7 +5144,7 @@ struct Quote{
const char *_quote;
};
const int nbQuote = 114;
const int nbQuote = 128;
Quote quotes[nbQuote] = {
{"Notepad++", "Good programmers use Notepad++ to code.\nExtreme programmers use MS Word to code, in Comic Sans, center aligned."},
{"Martin Golding", "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."},
@ -5165,7 +5166,7 @@ Quote quotes[nbQuote] = {
{"Alanna", "Saying that Java is nice because it works on all OSes is like saying that anal sex is nice because it works on all genders."},
{"Linus Torvalds", "Software is like sex: It's better when it's free."},
{"Cult of vi", "Emacs is a great operating system, lacking only a decent editor."},
{"Church of Emacs", "vi has two modes \"beep repeatedly\" and \"break everything\"."},
{"Church of Emacs", "vi has two modes - \"beep repeatedly\" and \"break everything\"."},
{"Steve Jobs", "Picasso had a saying: \"Good artists copy, great artists steal.\".\nWe have always been shameless about stealing great ideas."},
{"brotips #1001", "Do everything for greatness, not money. Money follows greatness."},
{"brotips #1212", "Cheating is like eating fast food: you do it, you enjoy it, and then you feel like shit."},
@ -5204,7 +5205,7 @@ Quote quotes[nbQuote] = {
{"Anonymous #27", "I'm no gynecologist, but I know a cunt when I see one."},
{"Anonymous #28", "Why 6 afraid of 7?\nBecause 7 8 9 (seven ate nine) while 6 and 9 were flirting."},
{"Anonymous #29", "The reason women will never be the ones to propose is\nbecause as soon as she gets on her knees,\nhe will start unzipping."},
{"Anonymous #30", "Why do Java deveolpers wear glasses?\nBecause they don't C#."},
{"Anonymous #30", "Why do Java developers wear glasses?\nBecause they don't C#."},
{"Anonymous #31", "Non alcoholic beer is like licking your sister.\nIt tastes right but it is wrong."},
{"Anonymous #32", "Two bytes meet. The first byte asks, \"You look terrible. Are you OK?\"\nThe second byte replies, \"No, just feeling a bit off.\""},
{"Anonymous #33", "Programmer - an organism that turns coffee into software."},
@ -5222,7 +5223,7 @@ Quote quotes[nbQuote] = {
{"Anonymous #45", "Rhinos are just fat unicorns."},
{"Anonymous #46", "Pornography harms\nmy wrist."},
{"Anonymous #47", "Kids are like fart.\nYou can only stand yours."},
{"Anonymous #48", "If you were born in Israel, youd probably be Jewish.\nIf you were born in Saudi Arabia, youd probably be Muslim.\nIf you were born in India, youd probably be Hindu.\nBut because you were born in North America, youre Christian.\nYour faith is not inspired by some divine, constant truth.\nIts simply geography."},
{"Anonymous #48", "If you were born in Israel, you'd probably be Jewish.\nIf you were born in Saudi Arabia, you'd probably be Muslim.\nIf you were born in India, you'd probably be Hindu.\nBut because you were born in North America, you're Christian.\nYour faith is not inspired by some divine, constant truth.\nIt's simply geography."},
{"Anonymous #49", "There are 2 types of people in this world:\nPeople who say they pee in the shower, and the dirty fucking liars."},
{"Anonymous #50", "London 2012 Olympic Games - A bunch of countries coming across the ocean to put their flags in britain and try to get a bunch of gold... it's like history but opposite."},
{"Anonymous #51", "I don't need a stable relationship,\nI just need a stable Internet connection."},
@ -5252,6 +5253,20 @@ Quote quotes[nbQuote] = {
{"Anonymous #75", "I think therefore I am\nnot religious."},
{"Anonymous #76", "Even if being gay were a choice, so what?\nPeople choose to be assholes and they can get married."},
{"Anonymous #77", "Governments are like diapers.\nThey should be changed often, and for the same reason."},
{"Anonymous #78", "If you expect the world to be fair with you because you are fair, you're fooling yourself.\nThat's like expecting the lion not to eat you because you didn't eat him."},
{"Anonymous #79", "I'm a creationist.\nI believe man create God."},
{"Anonymous #80", "If women ruled the world, there would be no wars.\nJust a bunch of jealous countries not talking to each other."},
{"Anonymous #81", "A male engineering student was crossing a road one day when a frog called out to him and said, \"If you kiss me, I'll turn into a beautiful princess.\" He bent over, picked up the frog, and put it in his pocket.\n\nThe frog spoke up again and said, \"If you kiss me and turn me back into a beautiful princess, I will stay with you for one week.\" The engineering student took the frog out of his pocket, smiled at it; and returned it to his pocket.\n\nThe frog then cried out, \"If you kiss me and turn me back into a princess, I'll stay with you and do ANYTHING you want.\" Again the boy took the frog out, smiled at it, and put it back into his pocket.\n\nFinally, the frog asked, \"What is the matter? I've told you I'm a beautiful princess, that I'll stay with you for a week and do anything you want. Why won't you kiss me?\" The boy said, \"Look I'm an engineer. I don't have time for a girlfriend, but a talking frog is cool.\"\n"},
{"Anonymous #82", "Every guy thinks that every girl's dream is to find the perfect guy.\nBullshit!\nEvery girl's dream is to eat without getting fat!"},
{"Anonymous #83", "Copy from one, it's plagiarism.\nCopy from two, it's research."},
{"Anonymous #84", "If you love something, let it go. If it comes back to you, its yours forever.\nIf it doesn't, you hunt that bitch down and kill her."},
{"Anonymous #85", "Race, religion, ethnic pride and nationalism etc... does nothing but teach you how to hate people that you've never met."},
{"Anonymous #86", "Farts are just the ghosts of the things we eat."},
{"Anonymous #87", "I promised I would never kill someone who had my blood.\nBut that mosquito made me break my word."},
{"Anonymous #88", "Frigide, ton cul doit etre jaloux de la merde qui sort de ta bouche."},
{"Anonymous #89", "I'm drunk and you're still ugly."},
{"Gandhi", "Earth provides enough to satisfy every man's need, but not every man's greed."},
{"R. D. Laing", "Life is a sexually transmitted disease and the mortality rate is one hundred percent."},
{"Apple fan boy", "I'll buy a second iPhone 5 and buy a lot of iOS applications so that Apple will be able to buy Samsung (this shitty company) to shut it down and all the Apple haters will be forced to have an iPhone. Muhahaha..."},
{"Motherf*cker", "Thousands of my potential children died on your mother's face last night."},
{"Hustle Man", "Politicians are like sperm.\nOne in a million turn out to be an actual human being."},

View File

@ -155,6 +155,7 @@ IDR_CLOSETAB BITMAP "icons\\closeTabButton.bmp"
IDR_CLOSETAB_INACT BITMAP "icons\\closeTabButton_inact.bmp"
IDR_CLOSETAB_HOVER BITMAP "icons\\closeTabButton_hover.bmp"
IDR_CLOSETAB_PUSH BITMAP "icons\\closeTabButton_push.bmp"
IDR_DOCMAP BITMAP "icons\\docMap.bmp"
IDI_STARTRECORD_OFF_ICON ICON "icons\\startrecord_off.ico"
IDI_STARTRECORD_ON_ICON ICON "icons\\startrecord_on.ico"

View File

@ -349,10 +349,12 @@ void Notepad_plus::command(int id)
_pDocMap->display(false);
_pDocMap->vzDlgDisplay(false);
checkMenuItem(IDM_VIEW_DOC_MAP, false);
_toolBar.setCheck(IDM_VIEW_DOC_MAP, false);
}
else
{
checkMenuItem(IDM_VIEW_DOC_MAP, true);
_toolBar.setCheck(IDM_VIEW_DOC_MAP, true);
launchDocMap();
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -90,7 +90,7 @@
<Keywords name="instre1">as case class data default deriving do else hiding if import in infix infixl infixr instance let module newtype of proc qualified rec then type where _</Keywords>
</Language>
<Language name="html" ext="html htm shtml shtm xhtml hta" commentLine="" commentStart="&lt;!--" commentEnd="--&gt;">
<Keywords name="instre1">!doctype a abbr accept accept-charset accesskey acronym action address align alink alt applet archive area article aside audio axis b background base basefont bdo bgcolor big blockquote body border br button canvas caption cellpadding cellspacing center char charoff charset checkbox checked cite class classid clear code codebase codetype col colgroup color cols colspan command compact content contenteditable contextmenu coords data datafld dataformatas datalist datapagesize datasrc datetime dd declare defer del details dfn dir disabled div dl draggable dropzone dt em embed enctype event face fieldset figcaption figure file font footer for form frame frameborder frameset h1 h2 h3 h4 h5 h6 head header height hgroup hidden hr href hreflang hspace html http-equiv i id iframe image img input ins isindex ismap kbd keygen label lang language leftmargin legend li link longdesc map marginheight marginwidth mark marquee maxlength media menu meta meter method multiple name nav noframes nohref noresize noscript noshade nowrap object ol onabort onafterprint onbeforeonload onbeforeprint onblur oncanplay oncanplaythrough onchange onclick oncontextmenu ondblclick ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop ondurationchange ondurationchange onemptied onended onerror onfocus onformchange onforminput onhaschange oninput oninvalid onkeydown onkeypress onkeyup onload onloadeddata onloadedmetadata onloadstart onmessage onmousedown onmousemove onmouseout onmouseover onmouseup onmousewheel onoffline ononline onpagehide onpageshow onpause onplay onplaying onpopstate onprogress onratechange onreadystatechange onredo onreset onresize onscroll onseeked onseeking onselect onselect onstalled onstorage onsubmit onsubmit onsuspend ontimeupdate onundo onunload onunload onvolumechange onwaiting optgroup option output p param password pre profile progress prompt public q radio readonly rel reset rev rows rowspan rp rt ruby rules s samp scheme scope script section select selected shape size small source span spellcheck src standby start strike strong style sub submit summary sup tabindex table target tbody td text textarea tfoot th thead time title topmargin tr tt type u ul usemap valign value valuetype var version video vlink vspace wbr width xml xmlns</Keywords>
<Keywords name="instre1">!doctype a abbr accept accept-charset accesskey acronym action address align alink alt applet archive area article aside audio axis b background base basefont bdo bgcolor big blockquote body border br button canvas caption cellpadding cellspacing center char charoff charset checkbox checked cite class classid clear code codebase codetype col colgroup color cols colspan command compact content contenteditable contextmenu coords data datafld dataformatas datalist datapagesize datasrc datetime dd declare defer del details dfn dir disabled div dl draggable dropzone dt em embed enctype event face fieldset figcaption figure file font footer for form frame frameborder frameset h1 h2 h3 h4 h5 h6 head header height hgroup hidden hr href hreflang hspace html http-equiv i id iframe image img input ins isindex ismap kbd keygen label lang language leftmargin legend li link longdesc map marginheight marginwidth mark marquee maxlength media menu meta meter method multiple name nav noframes nohref noresize noscript noshade nowrap object ol onabort onafterprint onbeforeonload onbeforeprint onblur oncanplay oncanplaythrough onchange onclick oncontextmenu ondblclick ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop ondurationchange ondurationchange onemptied onended onerror onfocus onformchange onforminput onhaschange oninput oninvalid onkeydown onkeypress onkeyup onload onloadeddata onloadedmetadata onloadstart onmessage onmousedown onmousemove onmouseout onmouseover onmouseup onmousewheel onoffline ononline onpagehide onpageshow onpause onplay onplaying onpopstate onprogress onratechange onreadystatechange onredo onreset onresize onscroll onseeked onseeking onselect onselect onstalled onstorage onsubmit onsubmit onsuspend ontimeupdate onundo onunload onunload onvolumechange onwaiting optgroup option output p param password placeholder pre profile progress prompt public q radio readonly rel reset rev rows rowspan rp rt ruby rules s samp scheme scope script section select selected shape size small source span spellcheck src standby start strike strong style sub submit summary sup tabindex table target tbody td text textarea tfoot th thead time title topmargin tr tt type u ul usemap valign value valuetype var version video vlink vspace wbr width xml xmlns</Keywords>
</Language>
<Language name="ini" ext="ini inf reg url" commentLine=";">
</Language>

View File

@ -29,12 +29,12 @@
#ifndef RESOURCE_H
#define RESOURCE_H
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.3.2")
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.3.3")
// should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71
// ex : #define VERSION_VALUE TEXT("5.63\0")
#define VERSION_VALUE TEXT("6.32\0")
#define VERSION_DIGITALVALUE 6, 3, 2, 0
#define VERSION_VALUE TEXT("6.33\0")
#define VERSION_DIGITALVALUE 6, 3, 3, 0
#ifdef UNICODE
#define UNICODE_ANSI_MODE TEXT("(UNICODE)")
@ -71,6 +71,7 @@
#define IDI_VIEW_INDENT_ON_ICON 219
#define IDI_VIEW_WRAP_ON_ICON 220
#define IDI_STARTRECORD_OFF_ICON 221
#define IDI_STARTRECORD_ON_ICON 222
#define IDI_STARTRECORD_DISABLE_ICON 223
@ -184,6 +185,7 @@
#define IDR_UNDO 1524
#define IDR_REDO 1525
#define IDR_M_PLAYRECORD 1526
#define IDR_DOCMAP 1527
#define IDR_CLOSETAB 1530
#define IDR_CLOSETAB_INACT 1531