Startup Questions using CodeLite

General questions regarding the usage of CodeLite
Zachary1234
CodeLite Curious
Posts: 3
Joined: Wed Jan 09, 2019 7:04 am
Genuine User: Yes
IDE Question: C++
Contact:

Startup Questions using CodeLite

Post by Zachary1234 »

I am using 64 bit CodeLite on 64 bit Windows 10 Home Edition.
I am coding in C++, and the compiler is the CodeLite default installed compiler.

-When I go to run my C++ program, the Windows console with my output
flashes in and then flashes out. Where is the Codelite setting, or what do I do,
do have my output Console persist until I want to close it, or press some
defaulting keyboard button?

-Where can I alter the keyboard function bindings? Does this
even exist an an option in CodeLite? If I want to run via <F5>
on its own, and not via <<ctrl> + <F5>>, how can I change this?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Startup Questions using CodeLite

Post by eranif »

- Open the project settings and check the option under the 'General' page: "pause when execution ends"
- From the main menu->Settings->Keyboard shortcuts
Make sure you have read the HOW TO POST thread
Post Reply