-
Notifications
You must be signed in to change notification settings - Fork 61
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
ewen
committed
Dec 26, 2014
1 parent
4679b34
commit aca3b0d
Showing
411 changed files
with
8,614 additions
and
7,710 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
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,4 +1,4 @@ | ||
Manifest-Version: 1.0 | ||
Ant-Version: Apache Ant 1.8.2 | ||
Created-By: 1.6.0_35-b10 (Sun Microsystems Inc.) | ||
Ant-Version: Apache Ant 1.9.4 | ||
Created-By: 1.6.0_45-b06 (Sun Microsystems Inc.) | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<html> | ||
<body> | ||
<font face="verdana" size="-1">Allows you to see problems reported by language annotators in the results of batch code inspection. | ||
Allows you to see problems reported by language annotators in the results of batch code inspection. | ||
</body> | ||
</html> |
2 changes: 0 additions & 2 deletions
2
resources_en/inspectionDescriptions/InconsistentLineSeparators.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,10 +1,8 @@ | ||
<html> | ||
<body> | ||
<font face="verdana" size="-1"> | ||
This inspection detects files with line separators different from the project default. | ||
E.g. you set the line separator to "\n" in the Settings|Code Style|Line separator, | ||
and the file you are editing uses '\r\n' as a line separator. | ||
</font> | ||
|
||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
<html> | ||
<body> | ||
<font face="verdana" size="-1"> | ||
This inspection warns you of characters that the current document encoding is incapable to represent.<br> | ||
|
||
For example, when you are<br> | ||
<ul> | ||
<li>typing international characters in a document configured to <b>US-ASCII</b> charset. Some characters will be lost on save.</li> | ||
<li>or loading <b>UTF-8</b>-encoded file using <b>ISO-8859-1</b> one-byte charset. Some characters will be displayed incorrectly.</li> | ||
</ul> | ||
This inspection warns you of characters that the current document encoding is incapable to represent. <br> | ||
|
||
You fix this by changing the file encoding, | ||
either by specifying the encoding directly in the file, e.g. by editing <b>encoding=</b> attribute in the XML prolog of XML file, | ||
or configuring the <b>Settings|Project Settings|File Encodings</b>. | ||
</font> | ||
For example, when you are <br> | ||
<ul> | ||
<li>typing international characters in a document configured to <b>US-ASCII</b> charset. Some characters will be lost on save.</li> | ||
<li>or loading <b>UTF-8</b>-encoded file using <b>ISO-8859-1</b> one-byte charset. Some characters will be displayed incorrectly.</li> | ||
</ul> | ||
|
||
You fix this by changing the file encoding, | ||
either by specifying the encoding directly in the file, e.g. by editing <b>encoding=</b> attribute in the XML prolog of XML file, | ||
or configuring the <b>Settings|Project Settings|File Encodings</b> . | ||
|
||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<html> | ||
<body> | ||
<font face="verdana" size="-1">Allows you to see syntax errors in the results of batch code inspection. | ||
Allows you to see syntax errors in the results of batch code inspection. | ||
</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
Oops, something went wrong.