Bug 67732 - [javadoc][assist] Content assist doesn't work in Javadoc "line breaks"
Summary: [javadoc][assist] Content assist doesn't work in Javadoc "line breaks"
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 3.2 M3   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-17 18:03 EDT by Randy Hudson CLA
Modified: 2005-10-31 07:05 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Randy Hudson CLA 2004-06-17 18:03:46 EDT
Given:
/**
 * This line approaches the print margin {@link 
 * ArrayList#<<CARET>>
 */

Content assist should interpret the @link tag in this situation.  javadoc.exe 
will interpret it correctly.
Comment 1 Frederic Fusier CLA 2004-06-18 06:10:01 EDT
Code completion in Javadoc is not done by JDT/Core yet...
=> move to JDT/Text
Comment 2 Randy Hudson CLA 2004-12-15 13:52:35 EST
I have a custom autoindent strategy which wraps javadoc as I type, so I 
encounter this bug more often than most.  Is this an easy fix?  Where should I 
look?
Comment 3 Dani Megert CLA 2004-12-22 09:57:31 EST
Randy, it shouldn't be that hard to fix. Start to look at JavaDocCompletion*
classes (only two). We'd gladly to accept a patch.
Comment 4 Dani Megert CLA 2005-09-16 03:27:55 EDT
Moving bug since ownership changed
Comment 5 Frederic Fusier CLA 2005-10-20 16:00:59 EDT
Fixed and released in HEAD.

Test case added in JavadocBugsCompletionModelTest.
Comment 6 Jerome Lanneluc CLA 2005-10-31 07:05:10 EST
Verified for 3.2 M3 using build I20051031-0010