Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: huzhongshan on November 18, 2012, 06:11:00 am

Title: two question about codeblocks in ubuntu 12.10
Post by: huzhongshan 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 ?)
Title: Re: two question about codeblocks in ubuntu 12.10
Post by: stahta01 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.
Title: Re: two question about codeblocks in ubuntu 12.10
Post by: huzhongshan 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 .
Title: Re: two question about codeblocks in ubuntu 12.10
Post by: Jenna 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/ (https://launchpad.net/~pasgui/+archive/ppa/) .
Title: Re: two question about codeblocks in ubuntu 12.10
Post by: huzhongshan on November 25, 2012, 05:32:10 am
I use jens's repo. I'll try pasgui repo