[MonoDevelop] How can I reorder project items from project options widget?
lost
lostfreeman at gmail.com
Wed Jul 14 10:35:05 EDT 2010
Hello!
I've made file reordering window for F# projects. I'm trying to save new
file order.
In order to do this I remove all files from project instance
(DotNetProject.Files property), and add them again in correct order. After
that I call IdeApp.ProjectOperations.Save(project) passing modified
DotNetProject.
But when I reopen options window I can see in it (and in debugger too) that
files are in the same order they've been before.
It seems that initially files are in order they appear in project file, so
for loader order matters.
What should I do to correctly save new file order in project?
Best regards,
Victor Milovanov.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20100714/e0153d07/attachment.html
More information about the Monodevelop-list
mailing list