Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 346252

Summary: Show user and system libraries in Variables view
Product: z_Archived Reporter: Justin Spadea <jspadea>
Component: EDTAssignee: Justin Spadea <jspadea>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Justin Spadea CLA 2011-05-18 09:59:58 EDT
The SMAP already contains this information for use, but it might not be complete.
Comment 1 Justin Spadea CLA 2011-07-13 11:16:40 EDT
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.
Comment 2 Justin Spadea CLA 2011-09-07 16:27:04 EDT
Verified