Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikeduglas/Multiline-strings-formatter

Multiline strings formatter converts raw multiline text (html, xml, json...) into multiline Clarion string constant. It cares about special symbols like a left angle bracket <, a left curly brace {, an apostrophe.
https://github.com/mikeduglas/Multiline-strings-formatter

clarion csharp text-formatting

Last synced: 2 months ago
JSON representation

Multiline strings formatter converts raw multiline text (html, xml, json...) into multiline Clarion string constant. It cares about special symbols like a left angle bracket <, a left curly brace {, an apostrophe.

Awesome Lists containing this project

README

        

# Multiline strings formatter
Multiline strings formatter converts raw multiline text (html, xml, json...) into multiline Clarion string constant.
It cares about special symbols like a left angle bracket <, a left curly brace {, an apostrophe.

![mlsfmt](https://github.com/mikeduglas/Multiline-strings-formatter/blob/master/screenshots/mlsfmt.png?raw=true)

### Options
- Remove empty lines: do not include empty lines into the output.
- Blank first line: prepend the output with blank line for the readability.
- Smart left trim: shift the output left.
- Apostrophes as <39>: output apostrophe characters as <39> instead of ''.
- Keep New lines: append newline characters (<13,10>).
- Utf-16: output every input character as its Utf-16 representation.
- Copy to Clipboard: copy the output to the clipboard.

### Requirements
- .NET 4.0 and higher

### Contacts
-
-