Author Topic: two question about codeblocks in ubuntu 12.10  (Read 5215 times)

Offline huzhongshan

  • Multiple posting newcomer
  • *
  • Posts: 109
two question about codeblocks in ubuntu 12.10
« on: November 18, 2012, 06:11:00 am »
I just installed ubuntu 12.10 in my virtualbox ( host win7) .  And I installed codeblocks rev8549 to compile a simple console program.
1. I cannot find keyboard shortcut in codeblocks in setting->editor->xxxxx. Is it available in linux version?
2. I debug the code , but there is no popup console window like win7 . the debugger works , I can step by step to debug , but no console window shows . how can I fix the no-pupop-console-window problem?(is there some setting I have lost ?)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: two question about codeblocks in ubuntu 12.10
« Reply #1 on: November 18, 2012, 06:56:42 am »
Try looking for the package codeblocks-contrib the Keybinder plugin should be in it.

No idea on your number 2 questions.

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 huzhongshan

  • Multiple posting newcomer
  • *
  • Posts: 109
Re: two question about codeblocks in ubuntu 12.10
« Reply #2 on: November 18, 2012, 01:26:45 pm »
Try looking for the package codeblocks-contrib the Keybinder plugin should be in it.

No idea on your number 2 questions.

Tim S.
question 2 , it is solved when I restart ubuntu. It seems to work now .

but for question 1 , sudo apt-get install codeblocks-contrib seems some dependancies are missing .

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: two question about codeblocks in ubuntu 12.10
« Reply #3 on: November 18, 2012, 01:41:00 pm »
but for question 1 , sudo apt-get install codeblocks-contrib seems some dependancies are missing .
I guess you use my repo, whichj is know not to work with all flavours of ubuntu (at least the contrib-packages).

It should workwith pasgui's repo: https://launchpad.net/~pasgui/+archive/ppa/ .

Offline huzhongshan

  • Multiple posting newcomer
  • *
  • Posts: 109
Re: two question about codeblocks in ubuntu 12.10
« Reply #4 on: November 25, 2012, 05:32:10 am »
I use jens's repo. I'll try pasgui repo