I ported my code over to 0.5RC1, and as a result I had to redo all my file paths to include the near-fully qualified name. I.e.
Code: Select all
<LookNFeel Filename="Vanilla.looknfeel" />
had to become
Code: Select all
<LookNFeel Filename="gui/looknfeel/Vanilla.looknfeel" />
for anything to work. However, this has now utterly broken the new editor.
Any ideas of how to fix?
Cheers