Under page globals setup->Model->Description there is a Discription Dialog Content Text field.
How do I make multiline test here?
I have tried with the "return" key but this just inserts an "n" into the text. I have tried with "\r\n" but this does not work either.
any suggestions??
I use LPUB 3D version 2.0.15 Revision 846 Build 2
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Fix: Unable to create a new line in text items - e.g. Model Description (r851)
It is now possible to split text in text boxes and all editable page attributes - e.g. model description, LEGO disclaimer etc... When you select a text item, the cursor is placed at the very beginning of the dialogue. Use your arrow keys to move the cursor to the desired position of the dialogue.
To split a line simply hit the "enter" key on your keyboard. It is also possible to create a new line by inserting inserting the newline characters \n.
One can also add "quoted texts" in test items. Just like adding a new line, simply type " before and after the content you wish to quote. It is not necessary to enter an escape character \ but entering an escape character before the \" is also supported.
Cheers,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Under page globals setup->Model->Description there is a Discription Dialog Content Text field.
How do I make multiline test here?
I have tried with the "return" key but this just inserts an "n" into the text. I have tried with "\r\n" but this does not work either.
any suggestions??
I use LPUB 3D version 2.0.15 Revision 846 Build 2
Behaviour corrected in version 2.0.16.
Fix: Unable to create a new line in text items - e.g. Model Description (r851)
To split a line simply hit the "enter" key on your keyboard. It is also possible to create a new line by inserting inserting the newline characters \n.
One can also add "quoted texts" in test items. Just like adding a new line, simply type " before and after the content you wish to quote. It is not necessary to enter an escape character \ but entering an escape character before the \" is also supported.
Cheers,
Thanks :)