Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 346252 - Show user and system libraries in Variables view
Summary: Show user and system libraries in Variables view
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Justin Spadea CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-18 09:59 EDT by Justin Spadea CLA
Modified: 2017-02-23 14:16 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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