Shortcuts
Hello !
Where can I edit the keyboard layout.
I look for a key combination where i can jump between the start and the end bracket of a function.
In the keyboard reference is the key - combination ' Ctrl + ] / [ '.
Sorry this combination don't work.
Who has an idea ?
Your sincerly
Stephan
请先登录再写评论。
File | Settings | Keymap
EDIT:
If you click on funnel icon (left to the bin icon, right to the search field) you will be able to search for required action by assigned keyboard shortcut -- much faster than guessing the action name and/or browsing trough each action reading details.
Hello !
In my editor is the key combination ' Strg ' + ' close bracket '.
O.K. i have a function. For example: ------
function showMsgBox(information){
if (!msgCt) {
msgCt = Ext.DomHelper.overwrite('info', {
id: "msg-div"
}, true);
}
msgCt.alignTo(document, "t");
var m = Ext.DomHelper.append(msgCt, {
html: createMsgBox(information)
}, true);
m.slideIn("t").pause(3).ghost("t", {
remove: true
});
return;
}
-----------------
When i set the cursor to the bracket by ' showMsgBox(information){ '
and type < Strg > + < } > nothing happened.
What am I doing wrong ?
Greetings Stephan
Don't know -- works fine for me. Please ensure that you are using correct keyboard shortcut .. or try assigning another key combination (to test if it will work this way).
Hello !
Thanks for the quick answer.
Tomorrow i will test a other key combination and will give feedback.
Your sincerly
Stephan
That is a great tip, and not at all obvious. Thank you for pointing that out.:)
Hello !
I have changed the shortcuts for find the brackets.
I use <Strg> and the <nummeric keys>.
It works fine.
Greetings Stephan