Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 33029 Details for
Bug 86169
[ca] JSP Java content assist should auto-import necessary class
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Bug in the auto-import implementation when html tags in page
auto-import-bug-testcase.txt (text/plain), 673 bytes, created by
Vincent Cariven
on 2006-01-14 12:26:44 EST
(
hide
)
Description:
Bug in the auto-import implementation when html tags in page
Filename:
MIME Type:
Creator:
Vincent Cariven
Created:
2006-01-14 12:26:44 EST
Size:
673 bytes
patch
obsolete
>I checked the feature in the build I200601130122 (January 13, 2006). >First, what a pleasure to see the auto import feature implemented : Thanks !!! > >In a blank new file, the auto-import runs well. >Ex: ><% > Map[cursor]<CTRL+SPACE> [choose java.util.Map] <RETURN> >%> >--> ><%@page import="java.util.Map"%> ><% > Map [cursor] >%> > >But when the file is containing HTML, import directive is added the line up the first html tag and the cursor is left inside the import directive. >Ex: ><% > Map[cursor]<CTRL+SPACE> [choose java.util.Map] <RETURN> >%> ><html> >... ></html> >--> ><% > Map >%> ><%@page import="java.util.Ma[cursor]p"%> ><html> >... ></html> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 86169
: 33029