Page 1 of 1

Image pasted in script editor as a result of a screenshot

Posted: Wed Apr 19, 2017 8:57 pm
by JakSparro98
When you hit the print button for a screenshot and then you paste the result in the script editor you will see the screenshot in it, since there aren't any practical uses for it I think is not a wanted behaviour.

Now I take this oportunity to ask, if the script editor can handle images, will there be a possibility to use this as a sort of aid for comprehending scripts? (like the map editor tutorial already do)

Re: Image pasted in script editor as a result of a screenshot

Posted: Thu Apr 20, 2017 10:05 pm
by Gurt
The script editor is actually a rich text edit field (RTF) for simplicity when it comes to multiline, indent and scrolling.
Images or any other formatting in this textbox is never actually saved. So closing it and opening the editor again and the image is gone.

I will not do anything about this as it doesn't affect anything :D - but please, don't try to feed the compiler images (especially not images of cats).

If you want a fully IDE (like Visual Studio) to develop your scripts in check out this topic: viewtopic.php?f=15&t=1588