User forums > General (but related to Code::Blocks)

Shortcut Keys

<< < (2/3) > >>

squizzz:

--- Quote from: rickg22 ---Uh... that should be pretty obvious. TAB / Shift-TAB. I guess it's not THAT obvious then :P
--- End quote ---

Maybe because the expected combination for this task seems to be "ctrl + shift + i" (indent) and "ctrl + shift + u" (unindent), like in BCB or Dev-C++ :D
I also didn't notice... :oops:

Anonymous:

--- Quote from: rickg22 ---Uh... that should be pretty obvious. TAB / Shift-TAB. I guess it's not THAT obvious then :P
--- End quote ---


--- Quote from: squizzz ---Maybe because the expected combination for this task seems to be "ctrl + shift + i" (indent) and "ctrl + shift + u" (unindent), like in BCB or Dev-C++  :D
--- End quote ---

I'm used to Ctrl+I/Ctrl+U from Delphi... hmm, I guess it would be nice if the shortcuts could be configured to everyone's own preferences. Anyway, thanks - it was starting to be rather annoying to tab/delete each line separately. :D

Btw, is there a way to get from an identifier to its definition (like Ctrl+LeftClick in Delphi)? That would be very handy..

squizzz:

--- Quote from: Anonymous ---it was starting to be rather annoying to tab/delete each line separately. :D
--- End quote ---

I have a strange feeling you haven't discovered "Source code formatter" plugin yet :D (mess your code & indents, and try clicking "Plugins->Source code formatter")

takeshimiya:
A "Go to Definition" and "Go to declaration" in CB like MSVC have in the context menu would be very helpful.

I also have filled a request about "Customizable shortcuts" (key bindings)
I think that the code of wx Keybinder can be of help.
http://wxcode.sourceforge.net/components/keybinder/index.html
http://wxcode.sourceforge.net/complist.php

Anonymous:
Is there any way of starting a highlighted cursor section to make a c/c  from the key board?

I 'm used to doing it with a space bar tap and it seems it does not work.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version