Author Topic: Keyboard shortcuts missing  (Read 4562 times)

Offline Krice

  • Almost regular
  • **
  • Posts: 150
Keyboard shortcuts missing
« on: March 16, 2019, 09:49:22 am »
I noticed that there is no keyboard shortcuts in settings->editor list. It took me a long time to realize it, because I don't usually edit keyboard shortcuts, but while working on another computer I changed compile current file to Ctrl+F9. The default is 'build' which if I'm being honest should be exactly the opposite way (Ctrl+F9 for compile current file and Shift+Ctrl+F9 for build). However it's a bit of a mystery why keyboard shortcuts are missing in this, because they are both Windows 17.12 release versions. Is keyboard shortcuts a plugin that for some reason just disappeared? Windows 10 update has actually removed some files, for example one update removed a shortcut from desktop for no reason.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Keyboard shortcuts missing
« Reply #1 on: March 16, 2019, 10:32:03 am »
Yes, it is a plugin. Sometimes it is called keybinder. Probably it is not enabled/installed.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Krice

  • Almost regular
  • **
  • Posts: 150
Re: Keyboard shortcuts missing
« Reply #2 on: March 16, 2019, 02:00:37 pm »
Wiki says it's a part of 'contrib' plugins and can't be installed afterwards. Isn't it like the idea of plugins to be able to add them later? And why isn't something like keyboard shortcuts part of the program itself. I don't want to use ctrl+shift+f9, it's too much, I'll rather just select compile current file with a mouse device from the menu.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Keyboard shortcuts missing
« Reply #3 on: March 16, 2019, 03:34:09 pm »
Just rerun the installer and select the proper options.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Krice

  • Almost regular
  • **
  • Posts: 150
Re: Keyboard shortcuts missing
« Reply #4 on: March 22, 2019, 08:10:58 am »
I am using no installer version, but I guess it wouldn't hurt to use the installer version, just delete everything and reinstall. I think I could also have another version of gcc, but have to check it. Blows my mind why you can't add plugins later.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Keyboard shortcuts missing
« Reply #5 on: March 22, 2019, 07:55:48 pm »
I don't know what you're talking about. You can install plugins at any time. Plugin installation is not magic!
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Keyboard shortcuts missing
« Reply #6 on: March 22, 2019, 11:15:37 pm »
Did you check to see if the plugin is just disabled?

Plugins -> Manage Plugins

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Krice

  • Almost regular
  • **
  • Posts: 150
Re: Keyboard shortcuts missing
« Reply #7 on: March 24, 2019, 09:50:40 am »
1. All plugins in the list are enabled.
2. How do you install a new plugin?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Keyboard shortcuts missing
« Reply #8 on: March 24, 2019, 10:45:14 am »
Can you specify OS and original installation method first?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Krice

  • Almost regular
  • **
  • Posts: 150
Re: Keyboard shortcuts missing
« Reply #9 on: March 25, 2019, 08:28:09 am »
Windows 10, nosetup version 17.12.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Keyboard shortcuts missing
« Reply #10 on: March 25, 2019, 09:01:11 am »
To reinstall plugins just extract all files again in your case. Then you can remove the ones you don't like.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Krice

  • Almost regular
  • **
  • Posts: 150
Re: Keyboard shortcuts missing
« Reply #11 on: March 25, 2019, 02:51:48 pm »
No, actually I had installed Code::Blocks, I found it from installed programs list. How did I miss that.. I was wondering why nosetup had 60 plugins and I had only 37. I guess I didn't select them when installing. Well I guess I just reinstall it.