this isn't really a serious problem, just something I am curious about:
I am converting my little project from console to a simple GUI.
I use some ASCII Art in my console and wanted it to show in the EditorGadget, so I
basically just changed "PrintN" to "AddGadgetItem". Now it looks Weird, the formatting is all wrong:

but when I manually copy this text from the EditorGadget to Notepad, it looks alright again:

Any Ideas why this is?
Regards
Sebastian