When i,m writing left facing curly bracket "}" in codelite i also activating a shortcut to cscope "find symbol". This results that i cant write } at all. I tried to look at settings shortcuts but could not find that specific shortcut.
I,m pressing shift-alt-9 to write }
How can i solve this?
Conflicting shortcut to write } on mac.
-
- CodeLite Curious
- Posts: 2
- Joined: Tue Dec 03, 2019 9:49 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Conflicting shortcut to write } on mac.
From the menu bar: Settings->Keyboard Shortcuts
Type: cscope in teh search field
and change it
OR: you can click on the "Defaults" button on that same "Keyboard Shortcuts" dialog
Type: cscope in teh search field
and change it
OR: you can click on the "Defaults" button on that same "Keyboard Shortcuts" dialog
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Tue Dec 03, 2019 9:49 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Conflicting shortcut to write } on mac.
Thanks, i needed to go in and clear all cscope shortcuts, it would not work otherwise..