RC1 and the editor
Posted: Sat Jul 22, 2006 11:49
Hey, having problems with the editor.
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.
had to become
for anything to work. However, this has now utterly broken the new editor.
Any ideas of how to fix?
Cheers
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