OSDN Git Service

ヘルプ修正
authorhrwatahiki <hrwatahiki@44a3fe10-d6a8-4042-99bc-5bf971f0e03b>
Sat, 27 Apr 2013 01:52:50 +0000 (01:52 +0000)
committerhrwatahiki <hrwatahiki@44a3fe10-d6a8-4042-99bc-5bf971f0e03b>
Sat, 27 Apr 2013 01:52:50 +0000 (01:52 +0000)
git-svn-id: https://svn.osdn.net/svnroot/pydun/trunk@23 44a3fe10-d6a8-4042-99bc-5bf971f0e03b

Pydun.exe
Pydun.py
help/css/pydun.css
help/index.html

index 6aae6ed..12bf7d4 100644 (file)
Binary files a/Pydun.exe and b/Pydun.exe differ
index 1151ee3..96f2769 100644 (file)
--- a/Pydun.py
+++ b/Pydun.py
@@ -1300,13 +1300,13 @@ class PydunColorDialog(QtGui.QColorDialog):
                 getcolorfromstring(\r
                     config.get(index, "#FFFFFF")).rgb())\r
         self.updateconfig()\r
-        \r
+\r
     def updateconfig(self):\r
         self._config = dict()\r
         for index in range(self.customCount()):\r
             self._config[index] = getcolorstring(\r
                 QtGui.QColor.fromRgb(self.customColor(index)))\r
-                    \r
+\r
     def exec_(self):\r
         super(PydunColorDialog, self).exec_()\r
         self.updateconfig()\r
@@ -1314,8 +1314,8 @@ class PydunColorDialog(QtGui.QColorDialog):
     @property\r
     def config(self):\r
         return self._config\r
-        \r
-        \r
+\r
+\r
 def getcolorstring(color):\r
     return "#{r:02x}{g:02x}{b:02x}".format(r=color.red(), g=color.green(), b=color.blue())\r
 \r
index 8b599d4..36a805a 100644 (file)
@@ -1,3 +1,6 @@
+* {\r
+    line-height: 1.5em;\r
+}\r
 h2 {\r
     border-left-style: solid;\r
     border-left-width: thick;\r
index 7ea3ef0..725f8b1 100644 (file)
             <h2 id="cood">座標設定</h2>\r
                 <p>メニューの[編集]-[座標設定]から、座標の基準点を変更できます。[座標設定]を選択後、メイン画面の基準点をクリックすると、座標入力ダイアログが出てきますので、座標を入力してください。座標は+999から-999まで入力できます。</p>\r
                 <img src="./images/cood.png" alt="座標設定ダイアログ">\r
+            <h2 id="sendto">[送る]への登録</h2>\r
+                <p>*.pydunを右クリックして、[送る]-[Pydun.exe]で起動直後にそのファイルを開くことができます。これを行うためには、あらかじめ、ユーザーフォルダーの中にある[SendTo]フォルダーに[Pydun.exe]のショートカットをコピーする必要があります。[SendTo]フォルダーの位置はOSによって違います。</p>\r
+                <ul>\r
+                    <li>XPならば、[C:\Documents and Settings\ユーザー名\SendTo]</li>\r
+                    <li>Vista, 7, 8ならば、[C:\Users\ユーザー名\AppData\Roaming\Microsoft\Windows\SendTo]</li>\r
+                </ul>\r
             <h2 id="detail">仕様詳細</h2>\r
                 <ul>\r
                     <li>保存ファイルはテキスト形式(yaml)です。メモ帳などのエディタで開くことができます。</li>\r
                     <li>[元に戻す]は127回まで戻ることができます。</li>\r
-                    <li>*.pydunを右クリックして、[送る]-[Pydun.exe]で起動直後にそのファイルを開くことができます。これを行うためには、あらかじめ、ユーザーフォルダーの中にある[SendTo]フォルダーに[Pydun.exe]のショートカットをコピーする必要があります。[SendTo]ユーザーフォルダー、[SendTo]フォルダーの位置はOSによって違いますので、詳細はご自分でお調べください。</li>\r
                 </ul>\r
             <h2 id="history">変更来歴</h2>\r
                 <table class="history">\r
@@ -49,7 +54,7 @@
                         <th>バージョン</th><th>公開日</th><th>内容</th>\r
                     </tr>\r
                     <tr>\r
-                        <td>1.0.3</td><td>2013-04-25</td><td>いわゆる「送る」に対応。設定保存機能を追加。</td>\r
+                        <td>1.0.3</td><td>2013-04-26</td><td>いわゆる[送る]に対応。設定保存機能を追加。</td>\r
                     </tr>\r
                     <tr>\r
                         <td>1.0.2</td><td>2013-04-13</td><td>詳細に漢字があると保存に失敗するのを修正。メニュー表記の見直し。ヘルプの追記。</td>\r
@@ -71,6 +76,7 @@
             <li><a href="./index.html#usage">使い方(チュートリアル)</a></li>\r
             <li><a href="./index.html#mapsize">マップのサイズ</a></li>\r
             <li><a href="./index.html#cood">座標設定</a></li>\r
+            <li><a href="./index.html#sendto">[送る]への登録</a></li>\r
             <li><a href="./index.html#detail">仕様詳細</a></li>\r
             <li><a href="./index.html#history">変更来歴</a></li>\r
         </ul>\r