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.
cb_koders related
Patches welcome...
uhh, id love to, but with my current level of CPP knowledge ::)
Your knowledge won't improve if you don't try to tackle hard problems. :)
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.
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.
Looks like after removing BlackDuck; there is no longer a plugin.
So, I think removing the Koders plugin is what is needed.
Tim S.
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)
Quote from: oBFusCATed on October 12, 2019, 04:53:50 PM
Your knowledge won't improve if you don't try to tackle hard problems. :)
indeed. Pulling my hair on ESPIDF framework currently.
Quoteindeed. Pulling my hair on ESPIDF framework currently.
ESP32 in codeblocks?