News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

[SOLVED] patch for a typo error in projectmanager.cpp line 2075

Started by orel, December 15, 2007, 11:39:48 PM

Previous topic - Next topic

orel

I am currently going on with the development og SVNInside plugin and didn't. I didn't understand why cbEVT_PROJECT_END_REMOVE_FILES was not sent by CB to my plugin, while cbEVT_PROJECT_BEGIN_REMOVE_FILES was sent normally before.
I looked in CB source code and noticed what should be a type error or a copy/paste one in projectmanager.cpp, line 2075. Someone entered EndAddFiles() while it should have been EndRemoveFiles().

So i just submitted a patch to Berlios to remediate this, PATCH ID is '002282'.

While i'm here, i thank CB developers to have implemented the Begin/End events for batch file addition/removal because it is really easier for me to do things!!!

Keep up the very good work, CB is a really nice and handy IDE.

Best regards,
orel!

[EDIT] i forgot to mention the revision for which is this patch : the 4725th revision of 'projectmanager.cpp'

[EDIT2] The patch has been applied the night following the submission on Berlios!! nice
windows XP SP2
mingw gcc 3.4.5
svn Code::Blocks and M$ Visual Studio 2005 and .NET to eat!! SVNInside plugin :[url="http://forums.next.codeblocks.org/index.php/topic,7063.0.html"]http://forums.next.codeblocks.org/index.php/topic,7063.0.html[/url]