97 views
in GUI Development by
Hi, EW team:

    When I create path from SVG, sometimes one line is too long for view. Is there a symbol used for breaking a line in Chora like "\" in C language?

    Thank you.

Best regards
Stephen

1 Answer

0 votes
by

Hello Stephen,

you refer a peculiarity of the Code Editor to automatically break lines longer than 2048 signs. It is a known problem. To workaround it, it is necessary to keep the lines shorter than 2048 signs.

In your concrete case, you will need to break the long string literal in two or more literals and concatenate them by the + (plus) operator. Please note that each literal is correctly enclosed between a pair of double quote signs. For example:

I hope it helps you further.

Best regards

Paul Banach

by
Hi, Paul:

      Thank you for your answer.

Best regards.

Stephen

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...