Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: dje on February 04, 2007, 09:15:09 pm

Title: FileTransfer uninstall plugin
Post by: dje on February 04, 2007, 09:15:09 pm
Hi all !

I am working on the FileTransfer plugin.
This plugin adds two contextual menu entries for file adding/removing current file to/from workspace projects.

Plugin installation works smoothly.

The only way to uninstall it correctly (ie without crash) is to :


Two crashes, first (Uninstall.RPT):

Second (DisableUninstall.RPT):

Finally one question : do you find normal that removing an open file from current project closes it ?? I don't.

The plugin does not include debug info to be less than 128 Ko

SVN 3565
WinXP SP2
wxWidgets 2.6.3 patch 2

Dje


[attachment deleted by admin]
Title: Re: FileTransfer uninstall plugin
Post by: mandrav on February 04, 2007, 09:47:11 pm
Is there a question in your post? I really didn't see one...
If it is about your plugin crashing when uninstalling, I couldn't help you without looking at its source.

And a hint: the same functionality could be done with a script (or script plugin).
Title: Re: FileTransfer uninstall plugin
Post by: dje on February 04, 2007, 10:11:30 pm
Quote
Is there a question in your post? I really didn't see one...
Quote
I couldn't help you without looking at its source
I totally agree  :) I attach the files.

Quote
And a hint: the same functionality could be done with a script (or script plugin).
Damned, I have to find time to learn CB scripting and know what I can do with !!

Dje

[attachment deleted by admin]