indexing description: "Objects that ..." author: "" date: "$Date$" revision: "$Revision$" class SHARED_PREFERENCE_CODES feature -- Access normal_text_color: INTEGER is unique -- Color used to display normal text normal_background_color: INTEGER is unique -- Background color used to display normal text selection_text_color: INTEGER is unique -- Color used to display selected text selection_background_color: INTEGER is unique -- Background color used to display selected text spaces_text_color: INTEGER is unique -- Color used to display spaces spaces_background_color: INTEGER is unique -- Background color used to display spaces string_text_color: INTEGER is unique -- Color used to display strings string_background_color: INTEGER is unique -- Background color used to display strings keyword_text_color: INTEGER is unique -- Color used to display keywords keyword_background_color: INTEGER is unique -- Background color used to display keywords comments_text_color: INTEGER is unique -- Color used to display comments comments_background_color: INTEGER is unique -- Background color used to display comments operator_text_color: INTEGER is unique -- Color used to display operator operator_background_color: INTEGER is unique -- Background color used to display operator feature -- Eiffel document unique colors number_text_color: INTEGER is unique number_background_color: INTEGER is unique breakpoint_background_color: INTEGER is unique assertion_tag_text_color: INTEGER is unique assertion_tag_background_color: INTEGER is unique indexing_tag_text_color: INTEGER is unique indexing_tag_background_color: INTEGER is unique reserved_text_color: INTEGER is unique reserved_background_color: INTEGER is unique generic_text_color: INTEGER is unique generic_background_color: INTEGER is unique local_text_color: INTEGER is unique local_background_color: INTEGER is unique class_text_color: INTEGER is unique class_background_color: INTEGER is unique feature_text_color: INTEGER is unique feature_background_color: INTEGER is unique cluster_text_color: INTEGER is unique cluster_background_color: INTEGER is unique error_text_color: INTEGER is unique error_background_color: INTEGER is unique object_text_color: INTEGER is unique object_background_color: INTEGER is unique end -- class SHARED_PREFERENCE_CODES