Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: AZ on October 10, 2019, 05:13:26 am

Title: BlackDuck is dead
Post by: AZ on October 10, 2019, 05:13:26 am
hello,
 apologies if I post in the wrong thread.
The blackDuck online service is dead.  there is an option (right-click in the editor) to search for a piece of code.  Looks like it may need to be removed now.
Title: Re: BlackDuck is dead
Post by: stahta01 on October 10, 2019, 06:21:26 am
cb_koders related
Title: Re: BlackDuck is dead
Post by: oBFusCATed on October 10, 2019, 09:12:01 am
Patches welcome...
Title: Re: BlackDuck is dead
Post by: AZ on October 12, 2019, 03:34:43 pm
uhh, id love to, but with my current level of CPP knowledge  ::)
Title: Re: BlackDuck is dead
Post by: oBFusCATed on October 12, 2019, 04:53:50 pm
Your knowledge won't improve if you don't try to tackle hard problems. :)
Title: Re: BlackDuck is dead
Post by: stahta01 on October 12, 2019, 05:09:58 pm
This is a easier then most issues to fix; since, you likely just need to remove stuff.
Note: It likely does require some wxSmith knowledge.

Code
src\plugins\contrib\cb_koders\cb_koders.cpp
src\plugins\contrib\cb_koders\kodersdialog.cpp
src\plugins\contrib\cb_koders\wxsmith\KodersDialog.wxs

The KodersDialog.wxs requires the use of wxSmith to edit it.

Tim S.
 
Title: Re: BlackDuck is dead
Post by: stahta01 on October 12, 2019, 05:37:07 pm
Looks like after removing BlackDuck; there is no longer a plugin.
So, I think removing the Koders plugin is what is needed.

Tim S.
Title: Re: BlackDuck is dead
Post by: stahta01 on October 12, 2019, 06:30:37 pm
Quick patch that needs tested to remove koders plugin.

Edit: Did not edit files under debian folder.
Edit2: I seemed to have missed some workspace files.
Edit3: I just did a PR https://github.com/obfuscated/codeblocks_sf/pull/12 (https://github.com/obfuscated/codeblocks_sf/pull/12)

Title: Re: BlackDuck is dead
Post by: AZ on October 12, 2019, 08:27:31 pm
Your knowledge won't improve if you don't try to tackle hard problems. :)

indeed. Pulling my hair on ESPIDF framework currently.
Title: Re: BlackDuck is dead
Post by: BlueHazzard on October 14, 2019, 12:12:35 am
Quote
indeed. Pulling my hair on ESPIDF framework currently.
ESP32 in codeblocks?