Re: Created a plugin to help with local plugin development

2015-01-19 Thread John M. Wargo
You're probably right, but it seems to make sense to include it for consistency sake. On 1/14/2015 7:40 PM, Shazron wrote: I noticed that sometime ago - my thinking is, there is no more context (.opts.plugin object) really after the plugin is uninstalled, that's why the hook is not there. On W

Re: Created a plugin to help with local plugin development

2015-01-16 Thread Carlos Santana
tall.js#L275 > > Not sure if it was done intentionally due to any reason. > > Thx! > Sergey > -Original Message- > From: Shazron [mailto:shaz...@gmail.com] > Sent: Thursday, January 15, 2015 3:43 AM > To: dev@cordova.apache.org > Subject: Re: Created a plugi

RE: Created a plugin to help with local plugin development

2015-01-15 Thread Sergey Grebnov (Akvelon)
: Shazron [mailto:shaz...@gmail.com] Sent: Thursday, January 15, 2015 3:43 AM To: dev@cordova.apache.org Subject: Re: Created a plugin to help with local plugin development Josh - John is actually talking about after plugin *uninstall*, not install. On Wed, Jan 14, 2015 at 4:40 PM, Josh Soref wrote

Re: Created a plugin to help with local plugin development

2015-01-14 Thread Shazron
Josh - John is actually talking about after plugin *uninstall*, not install. On Wed, Jan 14, 2015 at 4:40 PM, Josh Soref wrote: > ‎John wrote: > > Looking at the Hooks read me at > > > https://github.com/apache/cordova-lib/blob/master/cordova-lib/templates/hooks-README.md > . > > Looks like afte

Re: Created a plugin to help with local plugin development

2015-01-14 Thread Josh Soref
‎John wrote: > Looking at the Hooks read me at > https://github.com/apache/cordova-lib/blob/master/cordova-lib/templates/hooks-README.md. > Looks like after_plugin_uninstall is missing from the list. > I'm assuming it's supposed to be there? Let me know and I'll make the change.‎ https://github.c

Re: Created a plugin to help with local plugin development

2015-01-14 Thread Shazron
I noticed that sometime ago - my thinking is, there is no more context (.opts.plugin object) really after the plugin is uninstalled, that's why the hook is not there. On Wed, Jan 14, 2015 at 4:27 PM, Wargo, John wrote: > Looking at the Hooks read me at > https://github.com/apache/cordova-lib/blo

RE: Created a plugin to help with local plugin development

2015-01-14 Thread Wargo, John
Looking at the Hooks read me at https://github.com/apache/cordova-lib/blob/master/cordova-lib/templates/hooks-README.md. Looks like after_plugin_uninstall is missing from the list. I'm assuming it's supposed to be there? Let me know and I'll make the change. John M. Wargo -Original Messa

RE: Created a plugin to help with local plugin development

2014-12-18 Thread Chuck Lantz
I didn't reply when I saw this initially - but this is actually really cool particularly if you're trying out bug fixes. Visual Studio tracks edits and automatically reinstalls plugins for this reason (which you can do if you have a project system watching edits). -Chuck -Original Message-