|
3.
|
|
|
<b>Artistic Style</b> is a source code indenter, formatter, and beautifier for the C, C++, C# and Java programming languages.<br />Home Page: <a href="http://astyle.sourceforge.net/">http://astyle.sourceforge.net</a>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
astyle_plugin.cpp:64
|
|
6.
|
|
|
<b>Indent and Format C Program Source.</b><br />The `indent' program can be used to make code easier to read. It can also convert from one style of writing C to another.<br /><b>indent</b> understands a substantial amount about the syntax of C, but it also attempts to cope with incomplete and misformed syntax.<br />Home Page: <a href="http://www.gnu.org/software/indent/">http://www.gnu.org/software/indent/</a>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
indent_plugin.cpp:68
|
|
11.
|
|
|
Number of spaces that will be converted to a tab.
The number of spaces per tab is controled by the editor.
|
|
|
i18n: file: astyle_preferences.ui:74
i18n: ectx: property (toolTip), widget (QSpinBox, inpNuberSpaces)
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
rc.cpp:17
|
|
14.
|
|
|
Fill empty lines with the white space of their previous lines.
|
|
|
i18n: file: astyle_preferences.ui:102
i18n: ectx: property (toolTip), widget (QCheckBox, chkFillEmptyLines)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
rc.cpp:27
|
|
25.
|
|
|
Indent a maximal # spaces in a continuous statement,
relative to the previous line.
|
|
|
i18n: file: astyle_preferences.ui:192
i18n: ectx: property (toolTip), widget (QSpinBox, inpMaxStatement)
i18n: file: astyle_preferences.ui:234
i18n: ectx: property (toolTip), widget (QLabel, TextLabel2_2)
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
rc.cpp:60 rc.cpp:78
|
|
26.
|
|
|
Indent a minimal # spaces in a continuous conditional
belonging to a conditional header.
|
|
|
i18n: file: astyle_preferences.ui:203
i18n: ectx: property (toolTip), widget (QLabel, TextLabel3_2)
i18n: file: astyle_preferences.ui:217
i18n: ectx: property (toolTip), widget (QSpinBox, inpMinConditional)
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
rc.cpp:64 rc.cpp:71
|
|
32.
|
|
|
Break brackets before closing headers (e.g. 'else', 'catch', ...)
from their immediately preceding closing brackets.
|
|
|
i18n: file: astyle_preferences.ui:297
i18n: ectx: property (toolTip), widget (QCheckBox, chkBracketsCloseHeaders)
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
rc.cpp:94
|
|
38.
|
|
|
Insert empty lines around unrelated blocks, labels, classes,...
Known problems:
1. If a statement is NOT part of a block,
the following statements are all double spaced.
Statements enclosed in a block are formatted
correctly.
2. Comments are broken from the block.
|
|
|
i18n: file: astyle_preferences.ui:357
i18n: ectx: property (toolTip), widget (QCheckBox, chkBlockBreak)
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
rc.cpp:116
|
|
40.
|
|
|
Like --break-blocks, except also insert empty lines
around closing headers (e.g. 'else', 'catch', ...).
Known problems:
1. If a statement is NOT part of a block,
the following statements are all double spaced.
Statements enclosed in a block are formatted
correctly.
2. Comments are broken from the block.
|
|
|
i18n: file: astyle_preferences.ui:378
i18n: ectx: property (toolTip), widget (QCheckBox, chkBlockBreakAll)
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
rc.cpp:131
|
|
42.
|
|
|
Break 'else if()' statements into two different lines.
|
|
|
i18n: file: astyle_preferences.ui:388
i18n: ectx: property (toolTip), widget (QCheckBox, chkBlockIfElse)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
rc.cpp:148
|