Details
-
New Feature
-
Resolution: Fixed
-
None
-
None
-
None
-
Empty show more show less
Description
In some scenarios it is useful, that reviewers and translators know, if a tag stands for a protected whitespace and if yes for which one.
Instead of showing the tag-number, in short-tag mode whitespace tags in the future will show a characteristic symbol. This symbol can be inspired by Libre Office Writer or Word.
The full-tag mode shows the same image.
The hover in both cases shows the tag number.
Type | Shorttagmode | Fulltagmode | ToolTip of Shorttagmode | Notice |
---|---|---|---|---|
Tag | <#> | Real content | Real content | |
special characters | <#> | Special-Character | <#>: protected Special-Character | |
non breaking space | ⎵ | ⎵ | <#>: Non breaking space | |
linebreak (\n, \r, \r\n) | ↵ | ↵ | <#>: Newline | |
multiple spaces | ···· | ···· | <#>: X whitespace characters(s) | one · per each escaped "space", X is the whitespace count |
multiple tabs | → | → | <#>: X tab characters(s) | one → per each escaped "tab", X is the tab count |
The "#" stands for the shorttag number.
The title attributes are not translatable and always in english. Translation can be achieved with using ExtJS QTips.
The color of tags is changed to grey.
Attachments
Issue Links
- causes
-
TRANSLATE-1219 Editor iframe body is reset and therefore not usable due missing content
- Done
-
TRANSLATE-1211 TrackChanges: Improve tag coloring of deleted content tags
- Backlog
- is blocked by
-
TRANSLATE-1200 Refactor images of internal tags to SVG content instead PNG
- Done
- relates to
-
TRANSLATE-1124 store whitespace tag metrics into internal tag
- Done
-
TRANSLATE-1132 Whitespace tags: Always deleteable
- Done