[MonoDevelop] How can I reorder project items from project options widget?

Piotr Zurek p.zurek at gmail.com
Thu Jul 15 04:03:49 EDT 2010


Hi Viktor,

On Thu, Jul 15, 2010 at 19:23, lost <lostfreeman at gmail.com> wrote:
> Ok, I'll take a look on MD core.
>
> Primary difference between VS and MD here is that MD sorts files by name in
> project tree. It is possible to reorder files in tree by doing the following
> steps: patch MD (or create project system extension if possible) so that it
> allows language binding to decide whether files in tree should be sorted,
> patch MD so that it could change item order on save, write custom
> drag'n'drop handler for tree to allow drag'n'drop reordering.

Have you seen that old F# binding that Art Wild used to work on? It
looks like it actually supported changing the order of files in the
project. You may want to take a look at this commit:
http://code.google.com/p/wildart/source/detail?r=23

Cheers,
Piotr


More information about the Monodevelop-list mailing list