Bug 365500 - [navigation] Problem bringing up quick outline view
Summary: [navigation] Problem bringing up quick outline view
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.8   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2011-12-03 03:35 EST by Srikanth Sankaran CLA
Modified: 2011-12-05 07:04 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Srikanth Sankaran CLA 2011-12-03 03:35:01 EST
JDT/Core HEAD

Open in editor the file
org.eclipse.jdt.internal.codeassist.complete.CompletionOnMethodName
Try bringing up the quick outline view using ^O - Nothing happens.
Outline view itself comes up properly.
Comment 1 Deepak Azad CLA 2011-12-03 03:44:30 EST
Srikanth, Ctrl+O works for me in the specified file. 

- Do you see the problem with only one file?
- Is there anything in the error log ?
Comment 2 Srikanth Sankaran CLA 2011-12-03 04:00:09 EST
(In reply to comment #1)
> Srikanth, Ctrl+O works for me in the specified file. 
> 
> - Do you see the problem with only one file?

Only with this file.

> - Is there anything in the error log ?

Nothing here.

^O works on the other subtypes of MethodDeclaration. Don't know what could
be the issue with this particular one.
Comment 3 Srikanth Sankaran CLA 2011-12-03 04:25:34 EST
(In reply to comment #0)

I should have mentioned that I am using 3.8 M3 and the particular
source file on which I have the problem is from JDT/Core HEAD.
Comment 4 Markus Keller CLA 2011-12-05 06:51:20 EST
Strange. I also can't reproduce with I20111204-2000, and I don't see anything special in that file.

Could it be that you had the focus on a breadcrumb item? Ctrl+O currently only works on text selections.
Can you reproduce after you've closed and reopened the editor?
Comment 5 Srikanth Sankaran CLA 2011-12-05 07:04:07 EST
(In reply to comment #4)
> Strange. I also can't reproduce with I20111204-2000, and I don't see anything
> special in that file.

I can't either any more.

> Could it be that you had the focus on a breadcrumb item? Ctrl+O currently only
> works on text selections.

No, I was pretty sure I was in the editor as I tried it several times.

Since there is absolutely no worthwhile hint to go after, I'll close it as
WORKSFORME for now. If I run into it in a more predictable setup, I'll reopen.