News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

New Keyboard Shortcut page created!

Started by rogeriodec, April 19, 2018, 07:49:59 AM

Previous topic - Next topic

rogeriodec

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/
:)
Windows 8.1

SVN 11400

BlueHazzard


ollydbg

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.

ollydbg

Quote from: rogeriodec 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/
:)

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.

rogeriodec

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