-
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.
- Loading branch information
1 parent
92e1e2a
commit a2bed86
Showing
653 changed files
with
5,293 additions
and
6,827 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
1 change: 1 addition & 0 deletions
1
original-plugin-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
original-plugin-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
original-plugin-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
original-plugin-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
original-plugin-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
original-plugin-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
original-plugin-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
original-plugin-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
original-plugin-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
original-plugin-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
original-plugin-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
original-plugin-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
original-plugin-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
original-plugin-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
original-plugin-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> |
10 changes: 10 additions & 0 deletions
10
original-plugin-raw/zh/fileTemplates/j2ee/weblogic-application.12x_1.8.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.