| Summary: | XDCtools specific help menu item is not available | ||
|---|---|---|---|
| Product: | [Technology] RTSC | Reporter: | Amit Mookerjee <amitm> |
| Component: | Core | Assignee: | Amit Mookerjee <amitm> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | rowlands |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | 3.20.04 | ||
|
Description
Amit Mookerjee
Fixed in xdceclipse-g33. The optional attribute "adaptable" was not defined in the extension point "org.eclipse.ui.popupMenus". Verified using CCS 5.0.0.00062 and XDCtools 3.20.04.68.
Created a BIOS6 example program, and opened .cfg file in XGCONF.
Set a task priority to an illegal value (20) to induce an error,
and built project. Verified that error was displayed in Problems
view. Right-clicked on error in Problems view and verified that
XDCtools/Help option is visible (but disabled).
Added bad load package to config script, and built project:
xdc.loadPackage("missing.package");
xdc.PACKAGE_NOT_FOUND error appeared in Problems view, and
XDCtools/Help menu option was visible, enabled, and opened help
at the description of this error.
Shipped in XDCtools 3.20.04 |