Missing properties: ShowPrintMargin, IdentedSoftWrap, SoftWrap
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 3.3k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
SAPUI5 and OpenUi5 uses the ACE-Code-Editor-Contril in behind. The Ace-Control has musch mor properties as encapsulated in SAPUI5/OpenUi5, so for example: ShowPrintMargin (<> 80, i.e. the default entry), IdentedSoftWarp = off, SoftWarp = Margin.
The most used place in SAP to store text is SAPScript, which comes with two line lengths: 72 in SAPScript editor and 132 via API.
To have a 1:1 solution is, it may be beneficial to have exactly the 3 missing properties. Because the font-family may be fix, the font-size should be adjustable.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.