News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

BlackDuck is dead

Started by AZ, October 10, 2019, 05:13:26 AM

Previous topic - Next topic

AZ

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: nightly build .
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

AZ

uhh, id love to, but with my current level of CPP knowledge  ::)
CB: nightly build .
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)

oBFusCATed

Your knowledge won't improve if you don't try to tackle hard problems. :)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

stahta01

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.

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

stahta01

Looks like after removing BlackDuck; there is no longer a plugin.
So, I think removing the Koders plugin is what is needed.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

stahta01

#7
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

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

AZ

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.
CB: nightly build .
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)

BlueHazzard

Quoteindeed. Pulling my hair on ESPIDF framework currently.
ESP32 in codeblocks?