Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTMLヘルプをSonarCloudの解析対象に含めたことにより増えた警告に対処する #1505

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 5 additions & 2 deletions help/macro/source/gfdl.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<html><head><title>このヘルプファイルについて</title>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja">
<head>
<title>このヘルプファイルについて</title>
<LINK REL="stylesheet" TYPE="text/css" HREF="./sakura.css">
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
</head>
<body>
このヘルプファイルは<b>GFDL(GNU Free Documentation License)Ver1.1</b>
このヘルプファイルは<strong>GFDL(GNU Free Documentation License)Ver1.1</strong>
の規定に従って配布されます。

<pre>
Expand Down
11 changes: 7 additions & 4 deletions help/macro/source/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<html><head><title>サクラエディタマクロ</title>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja">
<head>
<title>サクラエディタマクロ</title>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
</head>

<frameset cols="240,*" frameborder = "0" border = "0">
<frame src="./search.html" name="left">
<frame src="./right.html" name="right">
<frameset cols="240,*" frameborder="0" border="0">
<frame src="./search.html" name="left" title="left" />
<frame src="./right.html" name="right" title="right" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここで3件のBugが検出されるはずってことですかね。
空白以外に差分のない行は編集なしとみなされたりするんでしょうか。

</frameset>
<h1>Sakura Editor Macro</h1>

Expand Down
7 changes: 5 additions & 2 deletions help/macro/source/reference/block/S_1PageDown_BoxSel.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<html><head><title>S_1PageDown_BoxSel</title>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja">
<head>
<title>S_1PageDown_BoxSel</title>
<LINK REL="stylesheet" TYPE="text/css" HREF="../../sakura.css">
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
</head>
Expand All @@ -10,7 +13,7 @@ <h2>S_1PageDown_BoxSel</h2>
<dt>機能</dt>
<dd>(矩形選択)1ページダウン</dd>
<dt>構文</dt>
<dd><i>void S_1PageDown_BoxSel ( )</i></dd>
<dd><em>void S_1PageDown_BoxSel ( )</em></dd>
<dt>関連項目</dt>
<dd>
S_PageDown_BoxSelと同じです。
Expand Down
7 changes: 5 additions & 2 deletions help/macro/source/reference/block/S_1PageUp_BoxSel.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<html><head><title>S_1PageUp_BoxSel</title>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja">
<head>
<title>S_1PageUp_BoxSel</title>
<LINK REL="stylesheet" TYPE="text/css" HREF="../../sakura.css">
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
</head>
Expand All @@ -10,7 +13,7 @@ <h2>S_1PageUp_BoxSel</h2>
<dt>機能</dt>
<dd>(矩形選択)1ページアップ</dd>
<dt>構文</dt>
<dd><i>void S_1PageUp_BoxSel ( )</i></dd>
<dd><em>void S_1PageUp_BoxSel ( )</em></dd>
<dt>関連項目</dt>
<dd>
S_PageUp_BoxSelと同じです。
Expand Down
13 changes: 8 additions & 5 deletions help/macro/source/reference/block/S_BeginBoxSelect.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<html><head><title>S_BeginBoxSelect</title>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja">
<head>
<title>S_BeginBoxSelect</title>
<LINK REL="stylesheet" TYPE="text/css" HREF="../../sakura.css">
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
</head>
Expand All @@ -10,12 +13,12 @@ <h2>S_BeginBoxSelect</h2>
<dt>機能</dt>
<dd>矩形範囲選択開始</dd>
<dt>構文</dt>
<dd><i>void S_BeginBoxSelect ( )</i></dd>
<dd><em>void S_BeginBoxSelect ( )</em></dd>
<dt>関連項目</dt>
<dd>
<a href = "../select/S_BeginSelect.html">S_BeginSelect()</a>
<a href = "../clipboard/S_PasteBox.html">S_PasteBox()</a>
<a href = "../other/S_IsTextSelected.html">S_IsTextSelected()</a>
<a href="../select/S_BeginSelect.html">S_BeginSelect()</a>
<a href="../clipboard/S_PasteBox.html">S_PasteBox()</a>
<a href="../other/S_IsTextSelected.html">S_IsTextSelected()</a>
</dd>
</dl>
</body></html>
11 changes: 7 additions & 4 deletions help/macro/source/reference/block/S_Down2_BoxSel.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<html><head><title>S_Down2_BoxSel</title>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja">
<head>
<title>S_Down2_BoxSel</title>
<LINK REL="stylesheet" TYPE="text/css" HREF="../../sakura.css">
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
</head>
Expand All @@ -10,11 +13,11 @@ <h2>S_Down2_BoxSel</h2>
<dt>機能</dt>
<dd>(矩形選択)カーソル下移動(2行ごと)</dd>
<dt>構文</dt>
<dd><i>void S_Down2_BoxSel ( )</i></dd>
<dd><em>void S_Down2_BoxSel ( )</em></dd>
<dt>関連項目</dt>
<dd>
<a href = "../select/S_Up2_Sel.html">S_Up2_Sel()</a>
<a href = "../block/S_Up2_BoxSel.html">S_Up2_BoxSel()</a>
<a href="../select/S_Up2_Sel.html">S_Up2_Sel()</a>
<a href="../block/S_Up2_BoxSel.html">S_Up2_BoxSel()</a>
</dd>
</dl>
</body></html>
11 changes: 7 additions & 4 deletions help/macro/source/reference/block/S_Down_BoxSel.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<html><head><title>S_Down_BoxSel</title>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja">
<head>
<title>S_Down_BoxSel</title>
<LINK REL="stylesheet" TYPE="text/css" HREF="../../sakura.css">
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
</head>
Expand All @@ -10,11 +13,11 @@ <h2>S_Down_BoxSel</h2>
<dt>機能</dt>
<dd>(矩形選択)カーソル下移動</dd>
<dt>構文</dt>
<dd><i>void S_Down_BoxSel ( )</i></dd>
<dd><em>void S_Down_BoxSel ( )</em></dd>
<dt>関連項目</dt>
<dd>
<a href = "../select/S_Up_Sel.html">S_Up_Sel()</a>
<a href = "../block/S_Up_BoxSel.html">S_Up_BoxSel()</a>
<a href="../select/S_Up_Sel.html">S_Up_Sel()</a>
<a href="../block/S_Up_BoxSel.html">S_Up_BoxSel()</a>
</dd>
</dl>
</body></html>
11 changes: 7 additions & 4 deletions help/macro/source/reference/block/S_GoFileEnd_BoxSel.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<html><head><title>S_GoFileEnd_BoxSel</title>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja">
<head>
<title>S_GoFileEnd_BoxSel</title>
<LINK REL="stylesheet" TYPE="text/css" HREF="../../sakura.css">
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
</head>
Expand All @@ -10,11 +13,11 @@ <h2>S_GoFileEnd_BoxSel</h2>
<dt>機能</dt>
<dd>(矩形選択)ファイルの最後に移動</dd>
<dt>構文</dt>
<dd><i>void S_GoFileEnd_BoxSel ( )</i></dd>
<dd><em>void S_GoFileEnd_BoxSel ( )</em></dd>
<dt>関連項目</dt>
<dd>
<a href = "../select/S_GoFileEnd_Sel.html">S_GoFileEnd_Sel()</a>
<a href = "../block/S_GoFileTop_BoxSel.html">S_GoFileTop_BoxSel()</a>
<a href="../select/S_GoFileEnd_Sel.html">S_GoFileEnd_Sel()</a>
<a href="../block/S_GoFileTop_BoxSel.html">S_GoFileTop_BoxSel()</a>
</dd>
</dl>
</body></html>
11 changes: 7 additions & 4 deletions help/macro/source/reference/block/S_GoFileTop_BoxSel.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<html><head><title>S_GoFileTop_BoxSel</title>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja">
<head>
<title>S_GoFileTop_BoxSel</title>
<LINK REL="stylesheet" TYPE="text/css" HREF="../../sakura.css">
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
</head>
Expand All @@ -10,11 +13,11 @@ <h2>S_GoFileTop_BoxSel</h2>
<dt>機能</dt>
<dd>(矩形選択)ファイルの先頭に移動</dd>
<dt>構文</dt>
<dd><i>void S_GoFileTop_BoxSel ( )</i></dd>
<dd><em>void S_GoFileTop_BoxSel ( )</em></dd>
<dt>関連項目</dt>
<dd>
<a href = "../select/S_GoFileTop_Sel.html">S_GoFileTop_Sel()</a>
<a href = "../block/S_GoFileEnd_BoxSel.html">S_GoFileEnd_BoxSel()</a>
<a href="../select/S_GoFileTop_Sel.html">S_GoFileTop_Sel()</a>
<a href="../block/S_GoFileEnd_BoxSel.html">S_GoFileEnd_BoxSel()</a>
</dd>
</dl>
</body></html>
25 changes: 15 additions & 10 deletions help/macro/source/reference/block/S_GoLineEnd_BoxSel.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<html><head><title>S_GoLineEnd_BoxSel</title>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja">
<head>
<title>S_GoLineEnd_BoxSel</title>
<LINK REL="stylesheet" TYPE="text/css" HREF="../../sakura.css">
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
</head>
Expand All @@ -10,25 +13,27 @@ <h2>S_GoLineEnd_BoxSel</h2>
<dt>機能</dt>
<dd>(矩形選択)行末に移動(折り返し単位)</dd>
<dt>構文</dt>
<dd><i>void S_GoLineEnd_BoxSel ( i1 )</i>
<dd><em>void S_GoLineEnd_BoxSel ( i1 )</em>
<br><br>
<table border = "1" cellspacing = "0" cellpadding = "3" width = "85%">
<tr><th><nobr>引数</nobr></th><th>型</th><th>内容</th></tr>
<table border="1" cellspacing="0" cellpadding="3" width="85%">
<caption style="display: none">無題</caption>
<tr><th scope="auto">引数</th><th scope="auto">型</th><th scope="auto">内容</th></tr>
<tr><td>i1</td><td>整数数値</td><td>移動オプション(省略可能)</td></tr>
</table>
</dd>
<dt>設定値</dt>
<dd>引数&nbsp;<i>i1</i>&nbsp;の設定値は次のとおりです。<br><br>
<table border = "1" cellspacing = "0" cellpadding = "3" width = "85%">
<tr><th>値</th><th>内容</th></tr>
<dd>引数&nbsp;<em>i1</em>&nbsp;の設定値は次のとおりです。<br><br>
<table border="1" cellspacing="0" cellpadding="3" width="85%">
<caption style="display: none">無題</caption>
<tr><th scope="auto">値</th><th scope="auto">内容</th></tr>
<tr><td>0x08</td><td>改行単位で移動する </td></tr>
</table>
</dd>
<dt>関連項目</dt>
<dd>
<a href = "../select/S_GoLineEnd_Sel.html">S_GoLineEnd_Sel()</a>
<a href = "../block/S_GoLogicalLineTop_BoxSel.html">S_GoLogicalLineTop_BoxSel()</a>
<a href = "../block/S_GoLineTop_BoxSel.html">S_GoLineTop_BoxSel()</a>
<a href="../select/S_GoLineEnd_Sel.html">S_GoLineEnd_Sel()</a>
<a href="../block/S_GoLogicalLineTop_BoxSel.html">S_GoLogicalLineTop_BoxSel()</a>
<a href="../block/S_GoLineTop_BoxSel.html">S_GoLineTop_BoxSel()</a>
</dd>
</dl>
</body></html>
25 changes: 15 additions & 10 deletions help/macro/source/reference/block/S_GoLineTop_BoxSel.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<html><head><title>S_GoLineTop_BoxSel</title>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja">
<head>
<title>S_GoLineTop_BoxSel</title>
<LINK REL="stylesheet" TYPE="text/css" HREF="../../sakura.css">
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
</head>
Expand All @@ -10,26 +13,28 @@ <h2>S_GoLineTop_BoxSel</h2>
<dt>機能</dt>
<dd>(矩形選択)行頭に移動(折り返し単位/改行単位)</dd>
<dt>構文</dt>
<dd><i>void S_GoLineTop_BoxSel ( i1 )</i>
<dd><em>void S_GoLineTop_BoxSel ( i1 )</em>
<br><br>
<table border = "1" cellspacing = "0" cellpadding = "3" width = "85%">
<tr><th><nobr>引数</nobr></th><th>型</th><th>内容</th></tr>
<table border="1" cellspacing="0" cellpadding="3" width="85%">
<caption style="display: none">無題</caption>
<tr><th scope="auto">引数</th><th scope="auto">型</th><th scope="auto">内容</th></tr>
<tr><td>i1</td><td>整数数値</td><td>移動オプション(省略可能)</td></tr>
</table>
</dd>
<dt>設定値</dt>
<dd>引数&nbsp;<i>i1</i>&nbsp;の設定値は次のとおりです。<br><br>
<table border = "1" cellspacing = "0" cellpadding = "3" width = "85%">
<tr><th>値</th><th>内容</th></tr>
<dd>引数&nbsp;<em>i1</em>&nbsp;の設定値は次のとおりです。<br><br>
<table border="1" cellspacing="0" cellpadding="3" width="85%">
<caption style="display: none">無題</caption>
<tr><th scope="auto">値</th><th scope="auto">内容</th></tr>
<tr><td>0x01</td><td>行頭のスペースを無視する </td></tr>
<tr><td>0x08</td><td>改行単位で移動する </td></tr>
</table>
</dd>
<dt>関連項目</dt>
<dd>
<a href = "../select/S_GoLineTop_Sel.html">S_GoLineTop_Sel()</a>
<a href = "../block/S_GoLogicalLineTop_BoxSel.html">S_GoLogicalLineTop_BoxSel()</a>
<a href = "../block/S_GoLineEnd_BoxSel.html">S_GoLineEnd_BoxSel()</a>
<a href="../select/S_GoLineTop_Sel.html">S_GoLineTop_Sel()</a>
<a href="../block/S_GoLogicalLineTop_BoxSel.html">S_GoLogicalLineTop_BoxSel()</a>
<a href="../block/S_GoLineEnd_BoxSel.html">S_GoLineEnd_BoxSel()</a>
</dd>
</dl>
</body></html>
23 changes: 14 additions & 9 deletions help/macro/source/reference/block/S_GoLogicalLineTop_BoxSel.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<html><head><title>S_GoLogicalLineTop_BoxSel</title>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja">
<head>
<title>S_GoLogicalLineTop_BoxSel</title>
<LINK REL="stylesheet" TYPE="text/css" HREF="../../sakura.css">
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
</head>
Expand All @@ -10,24 +13,26 @@ <h2>S_GoLogicalLineTop_BoxSel</h2>
<dt>機能</dt>
<dd>(矩形選択)行頭に移動(改行単位)</dd>
<dt>構文</dt>
<dd><i>void S_GoLogicalLineTop_BoxSel ( i1 )</i>
<dd><em>void S_GoLogicalLineTop_BoxSel ( i1 )</em>
<br><br>
<table border = "1" cellspacing = "0" cellpadding = "3" width = "85%">
<tr><th><nobr>引数</nobr></th><th>型</th><th>内容</th></tr>
<table border="1" cellspacing="0" cellpadding="3" width="85%">
<caption style="display: none">無題</caption>
<tr><th scope="auto">引数</th><th scope="auto">型</th><th scope="auto">内容</th></tr>
<tr><td>i1</td><td>整数数値</td><td>移動オプション(省略可能)</td></tr>
</table>
</dd>
<dt>設定値</dt>
<dd>引数&nbsp;<i>i1</i>&nbsp;の設定値は次のとおりです。<br><br>
<table border = "1" cellspacing = "0" cellpadding = "3" width = "85%">
<tr><th>値</th><th>内容</th></tr>
<dd>引数&nbsp;<em>i1</em>&nbsp;の設定値は次のとおりです。<br><br>
<table border="1" cellspacing="0" cellpadding="3" width="85%">
<caption style="display: none">無題</caption>
<tr><th scope="auto">値</th><th scope="auto">内容</th></tr>
<tr><td>0x01</td><td>行頭のスペースを無視する </td></tr>
</table>
</dd>
<dt>関連項目</dt>
<dd>
<a href = "../block/S_GoLineTop_BoxSel.html">S_GoLineTop_BoxSel()</a>
<a href = "../block/S_GoLineEnd_BoxSel.html">S_GoLineEnd_BoxSel()</a>
<a href="../block/S_GoLineTop_BoxSel.html">S_GoLineTop_BoxSel()</a>
<a href="../block/S_GoLineEnd_BoxSel.html">S_GoLineEnd_BoxSel()</a>
</dd>
</dl>
</body></html>
11 changes: 7 additions & 4 deletions help/macro/source/reference/block/S_HalfPageDown_BoxSel.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<html><head><title>S_HalfPageDown_BoxSel</title>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja">
<head>
<title>S_HalfPageDown_BoxSel</title>
<LINK REL="stylesheet" TYPE="text/css" HREF="../../sakura.css">
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
</head>
Expand All @@ -10,11 +13,11 @@ <h2>S_HalfPageDown_BoxSel</h2>
<dt>機能</dt>
<dd>(矩形選択)半ページダウン</dd>
<dt>構文</dt>
<dd><i>void S_HalfPageDown_BoxSel ( )</i></dd>
<dd><em>void S_HalfPageDown_BoxSel ( )</em></dd>
<dt>関連項目</dt>
<dd>
<a href = "../select/S_HalfPageDown_Sel.html">S_HalfPageDown_Sel()</a>
<a href = "../block/S_HalfPageUp_BoxSel.html">S_HalfPageUp_BoxSel()</a>
<a href="../select/S_HalfPageDown_Sel.html">S_HalfPageDown_Sel()</a>
<a href="../block/S_HalfPageUp_BoxSel.html">S_HalfPageUp_BoxSel()</a>
</dd>
</dl>
</body></html>
11 changes: 7 additions & 4 deletions help/macro/source/reference/block/S_HalfPageUp_BoxSel.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<html><head><title>S_HalfPageUp_BoxSel</title>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja">
<head>
<title>S_HalfPageUp_BoxSel</title>
<LINK REL="stylesheet" TYPE="text/css" HREF="../../sakura.css">
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
</head>
Expand All @@ -10,11 +13,11 @@ <h2>S_HalfPageUp_BoxSel</h2>
<dt>機能</dt>
<dd>(矩形選択)半ページアップ</dd>
<dt>構文</dt>
<dd><i>void S_HalfPageUp_BoxSel ( )</i></dd>
<dd><em>void S_HalfPageUp_BoxSel ( )</em></dd>
<dt>関連項目</dt>
<dd>
<a href = "../select/S_HalfPageUp_Sel.html">S_HalfPageUp_Sel()</a>
<a href = "../block/S_HalfPageDown_BoxSel.html">S_HalfPageDown_BoxSel()</a>
<a href="../select/S_HalfPageUp_Sel.html">S_HalfPageUp_Sel()</a>
<a href="../block/S_HalfPageDown_BoxSel.html">S_HalfPageDown_BoxSel()</a>
</dd>
</dl>
</body></html>
Loading