Bug 130880 - [Content Assist] break label can't pop assist window
Summary: [Content Assist] break label can't pop assist window
Status: CLOSED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2006-03-08 05:51 EST by Max Chen CLA
Modified: 2009-08-30 02:09 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Max Chen CLA 2006-03-08 05:51:40 EST
 
Comment 1 Max Chen CLA 2006-03-08 05:55:52 EST
using the following testing code 

private static void foo() {
  boolean cond = true;
  label1: while (cond) {
    break l;
  }
}

When I put the cursor after the break l, I can't see the pop-up windows to let me choose the "label1".
I could use the Alt+'/' to complete the break label1;

Max
Comment 2 Olivier Thomann CLA 2006-03-08 17:00:31 EST
Works for me using I20060307-1315.
Do you have anything in your .log file?
Comment 3 Olivier Thomann CLA 2006-03-09 10:56:09 EST
Are you sure you didn't have a syntax error in your file?
Please specify your build id.
Closing as REMIND. Reopen once you provided the requested information.
Comment 4 Max Chen CLA 2006-03-09 21:49:54 EST
I put the screen capture in the follow web link.
http://my.so-net.net.tw/max4555/private/contentassistlabel.JPG
Comment 5 Olivier Thomann CLA 2006-03-10 09:13:02 EST
What is your build id?
Comment 6 Max Chen CLA 2006-03-12 21:39:43 EST
The bug has been fixed in 2006/03/09 build.
Comment 7 Denis Roy CLA 2009-08-30 02:09:45 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.