Misalignment of text on script

Typically: "How do I... ", "How can I... " questions
Post Reply
iruka
Posts: 4
Joined: 25 Feb 2021, 15:51

Misalignment of text on script

Post by iruka »

I started up coppeliasim for the first time in a few days, and found a strange blank space on the script. When I click on it, the position is shifted. I wonder why this is?

iruka
Posts: 4
Joined: 25 Feb 2021, 15:51

Re: Misalignment of text on script

Post by iruka »


coppelia
Site Admin
Posts: 10375
Joined: 14 Dec 2012, 00:25

Re: Misalignment of text on script

Post by coppelia »

Hello,

that is very strange. What platform are you using? Also, do all scripts look like that, or only those that you have edited?
Finally, you can try to change the font via file system/usrset.txt, and modifying the scriptEditorFont variable, e.g.:

Code: Select all

scriptEditorFont = Times
Cheers

iruka
Posts: 4
Joined: 25 Feb 2021, 15:51

Re: Misalignment of text on script

Post by iruka »

Thanks for the reply.

I use Mac.
I use Newton as the engine.
All scripts look like that.

I changed the font to "times", and now I get the following
https://drive.google.com/file/d/1pFaELe ... sp=sharing

coppelia
Site Admin
Posts: 10375
Joined: 14 Dec 2012, 00:25

Re: Misalignment of text on script

Post by coppelia »

Maybe try with other fonts. The problem is not directly linked with CoppeliaSim. Possibly linked with QScintilla (which CoppeliaSim uses), or your system.

Cheers

Post Reply