Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Does "Select Enclosing Element " selects too much?
Does "Select Enclosing Element " selects too much? [message #262563] Tue, 20 July 2004 05:20 Go to next message
Eclipse UserFriend
Hi NG,

before I report a bug, I'd like to here your opinion as I didn't found
related stuff in archives:

I'd like to extract a new method from the body of the following try block:

try {
foo();
bar();
} finally {
cleanup();
}

Cursor positioning in the block and pressing ALT+SHIFT+UP (default key
binding for "Select Enclosing Element") selects:

{
foo();
bar();
}

with surrounding braces!
What I need for "Extract Method" is the block without braces.
Am I missing something?

Thanks for your opinions.
Görge
Re: Does "Select Enclosing Element " selects too much? [message #262700 is a reply to message #262563] Tue, 20 July 2004 13:55 Go to previous message
Eclipse UserFriend
Sorry for the noise!
This is of course the wrong newsgroup.
I'll post it to eclipse.tools.jdt

Görge
Previous Topic:Rich Client Tutorial Part Problem
Next Topic:Multiline Tabs
Goto Forum:
  


Current Time: Sat Sep 27 00:47:13 EDT 2025

Powered by FUDForum. Page generated in 0.03412 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top