Author Topic: FileTransfer uninstall plugin  (Read 4829 times)

Offline dje

  • Lives here!
  • ****
  • Posts: 683
FileTransfer uninstall plugin
« 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 :
  • disable it
  • close the plugins management window
  • reopen it
  • uninstall the plugin
  • close it


Two crashes, first (Uninstall.RPT):
  • Uninstall plugin
  • close plugin management window

Second (DisableUninstall.RPT):
  • Disable plugin
  • uninstall it
  • close plugin management window

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]

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: FileTransfer uninstall plugin
« Reply #1 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).
Be patient!
This bug will be fixed soon...

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: FileTransfer uninstall plugin
« Reply #2 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]