I want to use complete words feature. I press cmd+space but it seems that it doesn't work because that shortcut we have as a standart shortcut for changing keyboard layout. In settings I change "Complete word" to "Alt+9" and some others - but seems that it doesn't work on my system. How to solve this issue?
How to set a shortcut for changing opened tabs?
BTW is there an autocomplete words feature in Codelite?
Shortcuts on OS X
-
- CodeLite Enthusiast
- Posts: 17
- Joined: Mon Sep 14, 2015 7:47 am
- 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: Shortcuts on OS X
I simply disabled this global settings, from OSX system preferences->keyboard->shortcuts->input sourcesCLUser wrote:I press cmd+space but it seems that it doesn't work because that shortcut we have as a standart shortcut for changing keyboard layout
Changing the keyboard shortcut from Alt-F9 works for me (OSX 10.10)
If you don't have the entries "Next Tab" in Settings->Keyboard Shortcuts, click on the "Defaults" buttonCLUser wrote: How to set a shortcut for changing opened tabs?
And they will appear.
By default they are assigned to CMD-Alt-LEFT or CMD-Alt-RIGHT
Yes, search the settings->keyboard shortcut for ... "complete word"CLUser wrote:BTW is there an autocomplete words feature in Codelite?
The default keyboard shortcut is CMD-ENTER
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 17
- Joined: Mon Sep 14, 2015 7:47 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Shortcuts on OS X
Cool, those shortcuts work!
I found another strange shortcut behavior: cmd+shift+right_arrow select not the whole line as it should do in OS X. Have you any solutions on how to fix it?
cmd + right_arrow/left_arrow for jump to the start of the line and to the end of it - works awesome!
I found another strange shortcut behavior: cmd+shift+right_arrow select not the whole line as it should do in OS X. Have you any solutions on how to fix it?
cmd + right_arrow/left_arrow for jump to the start of the line and to the end of it - works awesome!
-
- CodeLite Enthusiast
- Posts: 17
- Joined: Mon Sep 14, 2015 7:47 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Shortcuts on OS X
Is there a way to save my shortcuts and move it to another computer?
-
- CodeLite Enthusiast
- Posts: 17
- Joined: Mon Sep 14, 2015 7:47 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Shortcuts on OS X
And yet another question Is there a way to duplicate tab near the previous one? I see the duplicate tab option but it's not what I expect. It offers me to save another created tab as another file. I need just another a few tabs with one file loaded. It's useful when you have long C++ file to scroll each of those tabs to some individual text position. It's easy to navigate through a long c++ file when you need to do many modifications in diffrent places of a file.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Shortcuts on OS X
You can not open the same file in CodeLite in different tabs
Eran
Eran
Make sure you have read the HOW TO POST thread