transferring a module from one project to another

This forum is meant for questions and discussions about the X# language and tools
FFF
Posts: 1532
Joined: Fri Sep 25, 2015 4:52 pm
Location: Germany

Re: transferring a module from one project to another

Post by FFF »

Wolfgang,Chris,
that reads like copying IN one project, that's surely useful, but the TE question was to copy across project borders?
While at it, throw a "copy project" in the deal - sometimes it would be nice to have a playground, similiar to a fork in git...
And the icing to the cake, a "rebuild ALL" for projects wouldn't hurt ;-)
Regards
Karl
(on Win8.1/64, Xide32 2.19, X#2.19.0.2.)
User avatar
wriedmann
Posts: 3655
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Re: transferring a module from one project to another

Post by wriedmann »

Hi Karl,
in XIDE there is no problem to copy a module also from another project.... so maybe there could be an option "Copy module" and another one "Copy module from project".
Currently, I'm doing that manually, specially when I need complete group of files (View, ViewModel, Model).
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
User avatar
Chris
Posts: 4584
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Re: transferring a module from one project to another

Post by Chris »

Guys,

As I expected, this opens a can of worms :). Some developers will like it one way, others in a different way, or need additional features...this is why I think it's better to do it in a plugin that works exactly as you want.

Wolfgang, of course I can include your plugin(s) with XIDE, would love to do that! Actually maybe it's a good idea to include other plugins as well, like the one from Alessandro and from Stefan (the one for git integration).

And regarding adding menu items to the context menu, it is already possible, and what is not currently possible, I can of course add support for it in the plugin system.

Btw, here's the source code of the plugin system dll of XIDE (taken from the new 32/64 bit version), so you can see all the features currently supported. And for everything that you are missing, please tell me!

XIDE.PluginSystem.zip
(13.35 KiB) Downloaded 87 times
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
User avatar
wriedmann
Posts: 3655
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Re: transferring a module from one project to another

Post by wriedmann »

Hi Chris,
message received...I will do it next weekend or the weekend after...
At the moment I'm really busy with my normal work.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Post Reply