History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-6879
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Maxim Shafirov
Reporter: maas
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Ctrl-W on finally keyword skips selecting the finally block

Created: 06 Jul 06 19:10   Updated: 16 Jul 06 17:33
Component/s: Editor. Editing Text
Fix Version/s: Demetra 5557

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 5,368
Fixed in build: 5,548


 Description  « Hide
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



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.