-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(release): update dev build files
- Loading branch information
1 parent
b0879c6
commit df9383c
Showing
648 changed files
with
6,823 additions
and
8,099 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
plugin-dev-raw/zh/com/intellij/codeInsight/intention/impl/config/after.java.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
此處將顯示意圖調用結果。 |
2 changes: 2 additions & 0 deletions
2
plugin-dev-raw/zh/com/intellij/codeInsight/intention/impl/config/before.java.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
此處將顯示採用所選意圖的範例程式碼。 | ||
<spot>閃爍的矩形</spot>顯示意圖適用的位置。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 53 additions & 0 deletions
53
plugin-dev-raw/zh/fileTemplates/code/Ktor HTTP Test Method.kt.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<html> | ||
<body> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1"> | ||
這是用於在 JUnit 4 測試類中為 Ktor 創建 HTTP 測試方法的模板。</font> | ||
</td> | ||
</tr> | ||
</table> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1">預定義變數接收以下值:</font></td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${NAME}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">創建的方法的名稱</font></td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${HTTP_METHOD}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">所使用的 HTTP 方法(GET、POST 等)。</font></td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${ROUTE}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">相對於需要測試的當前服務的路由</font> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${CONFIGURE_SERVER}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">一種路由擴展方法,用於為需要測試的伺服器部件設定路由樹</font> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${BODY}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">生成的方法體</font></td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
53 changes: 53 additions & 0 deletions
53
plugin-dev-raw/zh/fileTemplates/code/Ktor Test Method.kt.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<html> | ||
<body> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1"> | ||
這是用於在 JUnit 4 測試類中為 Ktor 創建測試方法的模板。</font> | ||
</td> | ||
</tr> | ||
</table> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1">預定義變數接收以下值:</font></td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${NAME}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">創建的方法的名稱。</font></td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${HTTP_METHOD}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">所使用的 HTTP 方法(Get、Post 等)。</font></td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${ROUTE}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">需要測試並相對於當前服務的路由。</font> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${CONFIGURE_SERVER}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">一種路由擴展方法,用於為需要測試的伺服器部件設定路由樹。</font> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${BODY}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">生成的方法體。</font></td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
46 changes: 46 additions & 0 deletions
46
plugin-dev-raw/zh/fileTemplates/code/Ktor WebSocket Test Method.kt.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<html> | ||
<body> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1"> | ||
這是用於在 JUnit 4 測試類中為 Ktor 創建 WebSocket 測試方法的模板。</font> | ||
</td> | ||
</tr> | ||
</table> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1">預定義變數接收以下值:</font></td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${NAME}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">創建的方法的名稱</font></td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${ROUTE}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">相對於需要測試的當前服務的路由</font> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${CONFIGURE_SERVER}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">一種路由擴展方法,用於為需要測試的伺服器部件設定路由樹</font> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${BODY}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">生成的方法體</font></td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
6 changes: 6 additions & 0 deletions
6
plugin-dev-raw/zh/fileTemplates/internal/Pyramid layout mako.mako.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<html> | ||
<body> | ||
<p>為基於 <a href="https://www.makotemplates.org/">Mako</a> 模板的 Starter 專案創建布局並包括一個內容容器。 | ||
此內容容器由包含 <code>next.body()</code> 的內容行以及包含 Pylons 專案鏈接的行組成。</p> | ||
</body> | ||
</html> |
5 changes: 5 additions & 0 deletions
5
plugin-dev-raw/zh/fileTemplates/internal/Pyramid mytemplate mako.mako.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<html> | ||
<body> | ||
<p>基於 Mako 布局模板為 Pyramid Starter 專案創建模板。</p> | ||
</body> | ||
</html> |
10 changes: 10 additions & 0 deletions
10
plugin-dev-raw/zh/fileTemplates/j2ee/weblogic-application.10x.xml.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<html> | ||
<body> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1">這是每次創建新的 WebLogic 10.x 特定應用程式部署描述符 (weblogic-application.xml) 時使用的內建模板</font> | ||
</td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
10 changes: 10 additions & 0 deletions
10
plugin-dev-raw/zh/fileTemplates/j2ee/weblogic-application.12x_1.1.xml.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<html> | ||
<body> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1">這是每次創建新的 WebLogic 12.x 特定應用程式部署描述符 (weblogic-application.xml) 時使用的內建模板</font> | ||
</td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
10 changes: 10 additions & 0 deletions
10
plugin-dev-raw/zh/fileTemplates/j2ee/weblogic-application.12x_1.2.xml.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<html> | ||
<body> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1">這是每次創建新的 WebLogic 12.x 特定應用程式部署描述符 (weblogic-application.xml) 時使用的內建模板</font> | ||
</td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
10 changes: 10 additions & 0 deletions
10
plugin-dev-raw/zh/fileTemplates/j2ee/weblogic-application.12x_1.3.xml.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<html> | ||
<body> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1">這是每次創建新的 WebLogic 12.x 特定應用程式部署描述符 (weblogic-application.xml) 時使用的內建模板</font> | ||
</td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
10 changes: 10 additions & 0 deletions
10
plugin-dev-raw/zh/fileTemplates/j2ee/weblogic-application.12x_1.4.xml.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<html> | ||
<body> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1">這是每次創建新的 WebLogic 12.x 特定應用程式部署描述符 (weblogic-application.xml) 時使用的內建模板</font> | ||
</td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
10 changes: 10 additions & 0 deletions
10
plugin-dev-raw/zh/fileTemplates/j2ee/weblogic-application.12x_1.5.xml.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<html> | ||
<body> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1">這是每次創建新的 WebLogic 12.x 特定應用程式部署描述符 (weblogic-application.xml) 時使用的內建模板</font> | ||
</td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
10 changes: 10 additions & 0 deletions
10
plugin-dev-raw/zh/fileTemplates/j2ee/weblogic-application.12x_1.6.xml.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<html> | ||
<body> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1">這是每次創建新的 WebLogic 12.x 特定應用程式部署描述符 (weblogic-application.xml) 時使用的內建模板</font> | ||
</td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
10 changes: 10 additions & 0 deletions
10
plugin-dev-raw/zh/fileTemplates/j2ee/weblogic-application.12x_1.7.xml.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<html> | ||
<body> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1">這是每次創建新的 WebLogic 12.x 特定應用程式部署描述符 (weblogic-application.xml) 時使用的內建模板</font> | ||
</td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
Oops, something went wrong.