Fast Key for toggle comment and uncomment?

General questions regarding the usage of CodeLite
jiapei100
CodeLite Expert
Posts: 115
Joined: Wed Dec 30, 2009 8:29 am
Genuine User: Yes
IDE Question: C++
Location: Surrey, BC, Canada
Contact:

Fast Key for toggle comment and uncomment?

Post by jiapei100 »

I saw something in the menu "C++",
but how can I create a fast key by myself? Or, where is the menu item for "uncomment"?


Cheers
JIA
Welcome to Vision Open
http://www.visionopen.com
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Fast Key for toggle comment and uncomment?

Post by eranif »

The default accelerator for it is 'Ctrl-/' for comment / uncomment C++ comments.
You can change all codelite's keyboard shortcuts from the menu: 'Settings > Keyboard Shortcuts'

Eran
Make sure you have read the HOW TO POST thread
jiapei100
CodeLite Expert
Posts: 115
Joined: Wed Dec 30, 2009 8:29 am
Genuine User: Yes
IDE Question: C++
Location: Surrey, BC, Canada
Contact:

Re: Fast Key for toggle comment and uncomment?

Post by jiapei100 »

Hi, Eran:

Yes, I found "Settings->Keyboard Shortcuts", but "Ctrl+/" doesn't work at all !!!!
Yes, I've got to activate it once again in the shortcut seetings.

Anyway, it's now working.

Thanks !!!!!
JIA
eranif wrote:The default accelerator for it is 'Ctrl-/' for comment / uncomment C++ comments.
You can change all codelite's keyboard shortcuts from the menu: 'Settings > Keyboard Shortcuts'

Eran
Welcome to Vision Open
http://www.visionopen.com
Post Reply