
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
| Build: |
5,368
|
| Fixed in build: |
5,548
|
try {
} catch(Exception e) {
} finally {
}
- place cursor on catch
- press Ctrl-W 1st time => catch keyword is selected
- press Ctrl-W 2nd time => catch block is selected
- press Ctrl-W 3rd time => whole try statement is selected
- place cursor on finally
- press Ctrl-W 1st time => finally keyword is selected
- press Ctrl-W 2nd time => whole try statement is selected
I would expect that the 2nd Ctrl-W on finally keyword would select the finally block
|
|
Description
|
try {
} catch(Exception e) {
} finally {
}
- place cursor on catch
- press Ctrl-W 1st time => catch keyword is selected
- press Ctrl-W 2nd time => catch block is selected
- press Ctrl-W 3rd time => whole try statement is selected
- place cursor on finally
- press Ctrl-W 1st time => finally keyword is selected
- press Ctrl-W 2nd time => whole try statement is selected
I would expect that the 2nd Ctrl-W on finally keyword would select the finally block |
Show » |
| There are no comments yet on this issue.
|
|