Bug? LoadLayout evaluates HTML content

Fusseldieb

Active Member
Licensed User
Longtime User
Hi,
I found a bug by curiosity today...
Before I show you anything: I know LoadLayout is only for filenames, but it was fun to discover.

This below is normal behaviour:
Screenshot_82.png


And that's... well... a bug:
Screenshot_83.png


More errors appear, if I try to hover again:
Screenshot_85.png


Yeah, and it really accept HTML, at least a minimal version of it, since I couldn't get the "style" property to work:
Screenshot_86.png


I think that same "bugfeature" will be nice if someone writes custom classes and documents the class' functions with comments, because they will appear bold, italic, etc too, which could be useful.

EDIT: I realized that after that, the editor crashed and cannot compile anymore, nor save.
 
Last edited:
Top