News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

two question about codeblocks in ubuntu 12.10

Started by huzhongshan, November 18, 2012, 06:11:00 AM

Previous topic - Next topic

huzhongshan

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 ?)

stahta01

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++.
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]

huzhongshan

Quote from: 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.
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 .

Jenna

Quote from: huzhongshan on November 18, 2012, 01:26:45 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/ .

huzhongshan