When entering sp parameters in the debugger, enter is bound to the enter button (and alt E doesn’t work)
Enter should take you to the next parameter cell (like excel)
Course correction: Niels decided not to implement Excel-like behavior, but instead make sure that Alt-E mnemonic works.
However, I've implemented the Excel-like behavior but left it disabled in ExecParamDialog.java (search for #410)
ok, done. button mnemonic works, navigating down on Enter implemented, but disabled.
ok, done. button mnemonic works, navigating down on Enter implemented, but disabled.
This does not work as we discussed. ENTER does not execute. I couldn’t do a diff because you reformatted the code completely. I reverted to the old version of the file so I could do a build to put out for now.
This does not work as we discussed. ENTER does not execute. I couldn’t do a diff because you reformatted the code completely. I reverted to the old version of the file so I could do a build to put out for now.
Try again. ENTER now executes, unless the user is editing a cell (in which case Alt-E could help).
Try again. ENTER now executes, unless the user is editing a cell (in which case Alt-E could help).
Issue #410 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
Course correction: Niels decided not to implement Excel-like behavior, but instead make sure that Alt-E mnemonic works.
However, I've implemented the Excel-like behavior but left it disabled in ExecParamDialog.java (search for #410)