hmemcpy / AgentMulder

** THIS PLUGIN IS NO LONGER MAINTAINED. PLEASE FOLLOW ERNICOMMUNITY FOR UPDATES **
https://github.com/ERNICommunity/AgentMulder
MIT License
151 stars 33 forks source link

Catel IoC container support #27

Closed alexfdezsauco closed 11 years ago

alexfdezsauco commented 11 years ago

Added support to Catel IoC container (http://catel.codeplex.com/)

hmemcpy commented 11 years ago

Thanks, I merged the changes with the dev branch! I'll update it for 7.0 and make it a part of the product :)

Project Catel is credited, of course!

hmemcpy commented 11 years ago

Hi Alex,

I added your changes into this temporary release: https://github.com/downloads/hmemcpy/AgentMulder/AgentMulder1.0.4.99.msi

Could you please install and see if it works correctly? If it is, I will release it very soon as part of v1.0.5 :)

alexfdezsauco commented 11 years ago

Hi Igal,

Seem like the (temp) setup is not working properly. I have VS2010 and R#7.

I built it from the source and works fine on Friday (copying the files to program files\jetbrains\plugin\AgentMulder), the only issue that I noticed was the "Register with AutoFac" message (You actually noticed too).

Now i tried with the setup and it doesn't setup properly.

Best regards, Alexander.

On 8/26/12, Igal Tabachnik notifications@github.com wrote:

Hi Alex,

I added your changes into this temporary release: https://github.com/downloads/hmemcpy/AgentMulder/AgentMulder1.0.4.99.msi

Could you please install and see if it works correctly? If it is, I will release it very soon as part of v1.0.5 :)


Reply to this email directly or view it on GitHub: https://github.com/hmemcpy/AgentMulder/pull/27#issuecomment-8035703

hmemcpy commented 11 years ago

Ouch, sorry about that, I did change the installer a bit.

What exactly happens when you run the installer?

alexfdezsauco commented 11 years ago

The setup "works", it actually finish.

But when the VS is opened AgentMulder doesn't listed as the installed plugins.

On 8/27/12, Igal Tabachnik notifications@github.com wrote:

Ouch, sorry about that, I did change the installer a bit.

What exactly happens when you run the installer?


Reply to this email directly or view it on GitHub: https://github.com/hmemcpy/AgentMulder/pull/27#issuecomment-8054584

hmemcpy commented 11 years ago

Hmm, interesting. Could you please check that it is installed into %appdata%\JetBrains\ReSharper, into each of the directories? Also, did you remove the files you manually installed?

alexfdezsauco commented 11 years ago

%appdata%\Roaming\JetBrains\ReSharper\v7.0\vs10.0\ is empty

The fact is that all JetBrains\ReSharper\v7.0\ sub directories are empty.

On 8/27/12, Igal Tabachnik notifications@github.com wrote:

Hmm, interesting. Could you please check that it is installed into %appdata%\JetBrains\ReSharper, into each of the directories? Also, did you remove the files you manually installed?


Reply to this email directly or view it on GitHub: https://github.com/hmemcpy/AgentMulder/pull/27#issuecomment-8054704

hmemcpy commented 11 years ago

It should be directly under Plugins:

%appdata%\JetBrains\ReSharper\v6.1\Plugins %appdata%\JetBrains\ReSharper\v7.0\Plugins

(this way it is installed into every (supported) Visual Studio, per ReSharper version)

alexfdezsauco commented 11 years ago

I found it,

%AppData%\Roaming\JetBrains\ReSharper\v6.1\vs10.0\Plugins\AgentMulder\v7.0\Plugins\AgentMulder\

I will move it to the right one.

On 8/27/12, Igal Tabachnik notifications@github.com wrote:

It should be directly under Plugins:

%appdata%\JetBrains\ReSharper\v6.1\Plugins %appdata%\JetBrains\ReSharper\v7.0\Plugins

(this way it is installed into every (supported) Visual Studio, per ReSharper version)


Reply to this email directly or view it on GitHub: https://github.com/hmemcpy/AgentMulder/pull/27#issuecomment-8054894

hmemcpy commented 11 years ago

Thats.... an odd path :) More testing of the installer, I guess!

Thanks!

hmemcpy commented 11 years ago

By the way, there's a humble wiki page for Catel IoC https://github.com/hmemcpy/AgentMulder/wiki/Catel-IoC :)

alexfdezsauco commented 11 years ago

The icon to navigate to the registration is displayed and works.

But the message the class is never instantiated is displayed.

On 8/27/12, Igr Alexánder Fernández Saúco alexander.fernandez.sauco@gmail.com wrote:

I found it,

%AppData%\Roaming\JetBrains\ReSharper\v6.1\vs10.0\Plugins\AgentMulder\v7.0\Plugins\AgentMulder\

I will move it to the right one.

On 8/27/12, Igal Tabachnik notifications@github.com wrote:

It should be directly under Plugins:

%appdata%\JetBrains\ReSharper\v6.1\Plugins %appdata%\JetBrains\ReSharper\v7.0\Plugins

(this way it is installed into every (supported) Visual Studio, per ReSharper version)


Reply to this email directly or view it on GitHub: https://github.com/hmemcpy/AgentMulder/pull/27#issuecomment-8054894

hmemcpy commented 11 years ago

Crap. Seriously? Thanks, I'll check!

alexfdezsauco commented 11 years ago

I'm using this private build

     // removed :)

where they (jetbrain r# team) fixed some memory leaks.

On 8/27/12, Igal Tabachnik notifications@github.com wrote:

Crap. Seriously? Thanks, I'll check!


Reply to this email directly or view it on GitHub: https://github.com/hmemcpy/AgentMulder/pull/27#issuecomment-8055400

hmemcpy commented 11 years ago

Thanks. I removed the link, though, because it might not be allowed to be public.