xsharp.eu • transferring a module from one project to another - Page 2
Page 2 of 2

Re: transferring a module from one project to another

Posted: Mon Nov 06, 2023 9:19 am
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 ;-)

Re: transferring a module from one project to another

Posted: Mon Nov 06, 2023 10:19 am
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

Re: transferring a module from one project to another

Posted: Tue Nov 07, 2023 5:48 pm
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 117 times

Re: transferring a module from one project to another

Posted: Tue Nov 07, 2023 7:14 pm
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