| Summary: | [contentassist] No taglib suggestions in JSP tag files when cursor is inside any element | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [WebTools] WTP Source Editing | Reporter: | Andre Albino Pereira <andreptb> | ||||
| Component: | jst.jsp | Assignee: | Nick Sandonato <nsand.dev> | ||||
| Status: | RESOLVED FIXED | QA Contact: | Nick Sandonato <nsand.dev> | ||||
| Severity: | major | ||||||
| Priority: | P3 | CC: | andreptb, thatnitind | ||||
| Version: | 3.2.1 | Flags: | nsand.dev:
review+
|
||||
| Target Milestone: | 3.2.3 | ||||||
| Hardware: | PC | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Andre Albino Pereira
Created attachment 180319 [details]
[patch] Extension points for "org.eclipse.jst.jsp.core.tagsource" content type
Bug 311961 and not Bug 31196 as mentioned before (In reply to comment #0) > Build Identifier: 20100617-1415 > > It seems org.eclipse.jst.jsp.core/plugin.xml is missing > "org.eclipse.wst.xml.core.modelQueryExtensions" extension point declarations > for contentType "org.eclipse.jst.jsp.core.tagsource" (see patch). Suggestions > will only show if cursor is at the root of the document (see Bug 31196). > > Reproducible: Always > > Steps to Reproduce: > 1.Add a <table> element > 2. Put the cursor inside the created <table> element, try to use content assist > (ctrl+space) to insert a taglib (try to find <jsp:doBody> within suggestions > for example). Thanks for your patch, I've committed it to 3_2_Maintenance and HEAD. |