492 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 - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...