Author Topic: BlackDuck is dead  (Read 5307 times)

Offline AZ

  • Almost regular
  • **
  • Posts: 151
BlackDuck is dead
« 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.
CB: nightly build .
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: BlackDuck is dead
« Reply #1 on: October 10, 2019, 06:21:26 am »
cb_koders related
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: BlackDuck is dead
« Reply #2 on: October 10, 2019, 09:12:01 am »
Patches welcome...
(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!]

Offline AZ

  • Almost regular
  • **
  • Posts: 151
Re: BlackDuck is dead
« Reply #3 on: October 12, 2019, 03:34:43 pm »
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)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: BlackDuck is dead
« Reply #4 on: October 12, 2019, 04:53:50 pm »
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!]

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: BlackDuck is dead
« Reply #5 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.
 
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: BlackDuck is dead
« Reply #6 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.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: BlackDuck is dead
« Reply #7 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

« Last Edit: October 12, 2019, 10:03:30 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline AZ

  • Almost regular
  • **
  • Posts: 151
Re: BlackDuck is dead
« Reply #8 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.
CB: nightly build .
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: BlackDuck is dead
« Reply #9 on: October 14, 2019, 12:12:35 am »
Quote
indeed. Pulling my hair on ESPIDF framework currently.
ESP32 in codeblocks?