Author Topic: New Keyboard Shortcut page created!  (Read 3442 times)

Offline rogeriodec

  • Multiple posting newcomer
  • *
  • Posts: 50
New Keyboard Shortcut page created!
« on: April 19, 2018, 07:49:59 am »
To help the whole community, I've created a new dynamic page that reads the "cbKeyBinder10.ini" file and formats it, filtering only the current keyboard shortcuts.
This ensures that the shortcuts will always be up to date.
Any new modification, just upload a new file "cbKeyBinder10.ini" and the keyboard shortcuts page will be automatically updated!

Check out: http://codeblocks.rogeriodec.com.br/
 :)
« Last Edit: April 25, 2018, 08:03:41 pm by rogeriodec »
Windows 8.1

SVN 11400

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: New Keyboard Shortcut page created!
« Reply #1 on: April 19, 2018, 12:14:14 pm »
nice page!

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: New Keyboard Shortcut page created!
« Reply #2 on: April 19, 2018, 04:13:30 pm »
Nice page!

I would see that if those functions could be implemented in the plugin, and there is a wxDialog which could shows the contents like the html page. ;)
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: New Keyboard Shortcut page created!
« Reply #3 on: May 07, 2018, 02:13:53 pm »
To help the whole community, I've created a new dynamic page that reads the "cbKeyBinder10.ini" file and formats it, filtering only the current keyboard shortcuts.
This ensures that the shortcuts will always be up to date.
Any new modification, just upload a new file "cbKeyBinder10.ini" and the keyboard shortcuts page will be automatically updated!

Check out: http://codeblocks.rogeriodec.com.br/
 :)

You can only upload your ini file? Not other people?

BTW: I'd like to put this link in the wiki page: Keyboard Shortcuts plugin - CodeBlocks
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline rogeriodec

  • Multiple posting newcomer
  • *
  • Posts: 50
Re: New Keyboard Shortcut page created!
« Reply #4 on: May 07, 2018, 03:10:15 pm »
For now I have not created a specific interface for uploading the file, even though this can only be done by trusted people.
But I can create an FTP user for now and provide you, and from there you can pass this FTP user / password to the people you trust.
Also, if you want, you can get all the code there and adapt it to put it natively inside the wiki.
What do you think?
Windows 8.1

SVN 11400