-
Notifications
You must be signed in to change notification settings - Fork 19
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 ( 223.143 )
- Loading branch information
1 parent
26f4747
commit 2f3508a
Showing
40 changed files
with
73 additions
and
73 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<html> | ||
<body> | ||
報告冗餘的 <code>import</code> 語句。 | ||
如果源文件中沒有使用匯入的符號,通常就會出現這種情況。 | ||
如果原始檔中沒有使用匯入的符號,通常就會出現這種情況。 | ||
為避免副作用,可以考慮使用 bare import <code>import 'packageName'</code> 來代替一般 import。 | ||
</body> | ||
</html> |
2 changes: 1 addition & 1 deletion
2
plugin-dev-raw/zh/inspectionDescriptions/FrequentlyUsedInheritorInspection.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
2 changes: 1 addition & 1 deletion
2
plugin-dev-raw/zh/inspectionDescriptions/PyInconsistentIndentationInspection.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<html> | ||
<body> | ||
<p>報告 Python 源文件中縮排不一致的情況,例如在程式碼中混用制表符和空格。</p> | ||
<p>報告 Python 原始檔中縮排不一致的情況,例如在程式碼中混用制表符和空格。</p> | ||
</body> | ||
</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
2 changes: 1 addition & 1 deletion
2
...v-raw/zh/intentionDescriptions/DefineImplicitVariableIntentionModuleWide/description.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<html> | ||
<body> | ||
在外部檔案中宣告隱式 FreeMarker 變數,以避免源文件與 IntelliJ IDEA 特定的註釋混淆。 | ||
在外部檔案中宣告隱式 FreeMarker 變數,以避免原始檔與 IntelliJ IDEA 特定的註釋混淆。 | ||
</body> | ||
</html> |
2 changes: 1 addition & 1 deletion
2
...raw/zh/intentionDescriptions/DefineMacroLibraryRefIntentionLocalExternal/description.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 |
---|---|---|
@@ -1 +1 @@ | ||
在外部檔案中宣告對 Velocity 巨集庫的引用,以避免源文件與 IntelliJ IDEA 特定的註釋混淆。 | ||
在外部檔案中宣告對 Velocity 巨集庫的引用,以避免原始檔與 IntelliJ IDEA 特定的註釋混淆。 |
2 changes: 1 addition & 1 deletion
2
...onDescriptions/DefineVelocityPropertiesRefForFilesIntentionLocalExternal/description.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 |
---|---|---|
@@ -1 +1 @@ | ||
在外部檔案中宣告對 velocity.properties 檔案的引用,以避免源文件與 IntelliJ IDEA 特定的註釋混淆。 | ||
在外部檔案中宣告對 velocity.properties 檔案的引用,以避免原始檔與 IntelliJ IDEA 特定的註釋混淆。 |
2 changes: 1 addition & 1 deletion
2
.../intentionDescriptions/DefineVelocityPropertiesRefIntentionLocalExternal/description.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 |
---|---|---|
@@ -1 +1 @@ | ||
在外部檔案中宣告對 velocity.properties 檔案的引用,以避免源文件與 IntelliJ IDEA 特定的註釋混淆。 | ||
在外部檔案中宣告對 velocity.properties 檔案的引用,以避免原始檔與 IntelliJ IDEA 特定的註釋混淆。 |
2 changes: 1 addition & 1 deletion
2
plugin-dev-raw/zh/intentionDescriptions/OCSplitFunctionIntentionAction/description.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<html> | ||
<body> | ||
將函數定義拆分成宣告和定義,並將定義移至源文件(如果適用)。 | ||
將函數定義拆分成宣告和定義,並將定義移至原始檔(如果適用)。 | ||
</body> | ||
</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
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
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
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
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
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
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
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
Oops, something went wrong.