mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
add links to settings in inspection descriptions for General inspections
GitOrigin-RevId: 585b26c0ac510d02056686be73f7672f83c933c1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3924dc28af
commit
dfd49bef2d
@@ -1,5 +1,7 @@
|
||||
<html>
|
||||
<body>
|
||||
Reports usages of the default file template for File Header and suggests changing it.
|
||||
Reports usages of the default File Header template and suggests changing it.
|
||||
The File Header template can be modified in
|
||||
<a href="settings://fileTemplates?Includes">Settings | Editor | File and Code Templates | Includes</a>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,9 +1,10 @@
|
||||
<html>
|
||||
<body>
|
||||
Reports files with line separators different from the ones that are specified in the project's settings.
|
||||
<p>For example, the inspection will be triggered if you set the line separator to <code>\n</code> in <b>Settings | Editor | Code Style | Line separator</b>,
|
||||
while the file you are editing uses <code>\r\n</code> as a line separator.</p>
|
||||
Reports files with line separators different from the ones that are specified in the project's settings.
|
||||
<p>For example, the inspection will be triggered if you set the line separator to <code>\n</code> in
|
||||
<a href="settings://preferences.sourceCode?Line%20separator">Settings | Editor | Code Style | Line separator</a>,
|
||||
while the file you are editing uses <code>\r\n</code> as a line separator.</p>
|
||||
|
||||
<p>The inspection also warns you about mixed line separators within a file.</p>
|
||||
<p>The inspection also warns you about mixed line separators within a file.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,5 +1,6 @@
|
||||
<html>
|
||||
<body>
|
||||
Reports lines that are longer than the <b>right margin</b> parameter specified in the <b>Code Style</b> settings.
|
||||
Reports lines that are longer than the <b>Hard wrap at</b> parameter specified in
|
||||
<a href="settings://preferences.sourceCode?Hard%20wrap%20at">Settings | Editor | Code Style | General</a>.
|
||||
</body>
|
||||
</html>
|
||||
@@ -1 +1,4 @@
|
||||
<html lang="en"><body>Reports grammar mistakes in your text. You can configure the inspection in <a href="settings://reference.settingsdialog.project.grazie">Preferences</a>.</body></html>
|
||||
<html lang="en"><body>
|
||||
Reports grammar mistakes in your text. You can configure the inspection in
|
||||
<a href="settings://reference.settingsdialog.project.grazie">Settings | Editor | Natural Languages | Grammar</a>.
|
||||
</body></html>
|
||||
|
||||
Reference in New Issue
Block a user