| Summary: | Show user and system libraries in Variables view | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Justin Spadea <jspadea> |
| Component: | EDT | Assignee: | Justin Spadea <jspadea> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Justin Spadea
Updated the SMAP information generated in CommonUtilities.java, and use of the information in SMAPUtil.java. A variable entry in the SMAP that starts with a '*' is a special type of variable that has no corresponding line information in the program (such as a library). The format is: *<type character>;eglName;javaName;eglType eglName is required but javaName and eglType are optional (they're defaulted to eglName if not specified). Example, for a user library: *L;test.mylib;eze_Lib_test_mylib Currently the <type character> is unused but might be used in the future. There are constants in Constants.java in the org.eclipse.edt.gen.java plug-in for libraries, program parameters, forms, and data tables. Verified |