mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
hotkey to select error origin
This commit is contained in:
@@ -39,6 +39,10 @@ export class CallTree {
|
||||
exec('calltree.select_arguments')
|
||||
}
|
||||
|
||||
if(e.key == 'e') {
|
||||
exec('calltree.select_error')
|
||||
}
|
||||
|
||||
if(e.key == 'r' || e.key == 'Enter') {
|
||||
exec('calltree.select_return_value')
|
||||
}
|
||||
|
||||
@@ -307,6 +307,7 @@ export class UI {
|
||||
['Step out of call', 'Ctrl-o', '\\o'],
|
||||
['When in call tree view, jump to return statement', 'Enter'],
|
||||
['When in call tree view, jump to function arguments', 'a'],
|
||||
['When in call tree view, jump to error origin', 'e'],
|
||||
['Clear IO trace', 'F6'],
|
||||
['(Re)open run window (F7)', 'F7'],
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user