indexing description: "Command names for menu entries." legal: "See notice at end of class." status: "See notice at end of class." date: "$Date$" revision: "$Revision $" class SHARED_EWB_CMD_NAMES feature {NONE} ace_cmd_name: STRING is "config" add_subquery_cmd_name: STRING is "add" ancestors_cmd_name: STRING is "ancestors" Arguments_cmd_name: STRING is "arguments" attributes_cmd_name: STRING is "attributes" aversions_cmd_name: STRING is "aversions" batch_cmd_name: STRING is "batch" callers_cmd_name: STRING is "callers" callees_cmd_name: STRING is "callees" c_compile_cmd_name: STRING is "c_compile" -- Name of command launching C compilation change_operator_cmd_name: STRING is "operator" class_cmd_name: STRING is "class" class_list_cmd_name: STRING is "classes" clean_cmd_name: STRING is "clean" clients_cmd_name: STRING is "clients" cluster_hierarchy_cmd_name: STRING is "Cluster hierarchy" clusters_cmd_name: STRING is "clusters" compile_cmd_name: STRING is "compile" config_cmd_name: STRING is "config" Convert_profile_cmd_name: STRING is "convert" debug_cmd_name: STRING is "debug" Defaults_cmd_name: STRING is "defaults" deferred_cmd_name: STRING is "deferred" descendants_cmd_name: STRING is "descendants" Documentation_cmd_name: STRING is "documentation" dversions_cmd_name: STRING is "dversions" edit_ace_cmd_name: STRING is "edit" edit_class_cmd_name: STRING is "edit" exported_cmd_name: STRING is "exported" externals_cmd_name: STRING is "externals" f_compile_cmd_name: STRING is "F-compile" feature_cmd_name: STRING is "feature" Featurename_cmd_name: STRING is "featurename" file_cmd_name: STRING is "file" filter_cmd_name: STRING is "filter" finalize_cmd_name: STRING is "finalize" flat_cmd_name: STRING is "flat" flatshort_cmd_name: STRING is "flatshort" freeze_cmd_name: STRING is "freeze" Generate_cmd_name: STRING is "generate" gui_cmd_name: STRING is "gui" help_cmd_name: STRING is "help" homonyms_cmd_name: STRING is "homonyms" implementers_cmd_name: STRING is "implementers" indexing_cmd_name: STRING is "indexing" Input_cmd_name: STRING is "input" Language_cmd_name: STRING is "language" library_cmd_name: STRING is "library" loop_cmd_name: STRING is "loop" loop_help_cmd_name: STRING is "help" overwrite_old_project_cmd_name: STRING is "overwrite_old_project" melt_cmd_name: STRING is "melt" main_cmd_name: STRING is "main" modified_cmd_name: STRING is "modifications" Number_of_calls_cmd_name: STRING is "calls" once_cmd_name: STRING is "once" parent_cmd_name: STRING is "parent menu" Percentage_cmd_name: STRING is "percentage" precompile_cmd_name: STRING is "precompile" finalized_precompile_cmd_name: STRING is "finalize_precompile" Profile_cmd_name: STRING is "profile" project_path_cmd_name: STRING is "project_path" project_cmd_name: STRING is "project" queries_cmd_name: STRING is "query" quick_melt_cmd_name: STRING is "quick_melt" quit_cmd_name: STRING is "quit" reactivate_subquery_cmd_name: STRING is "reactivate" inactivate_subquery_cmd_name: STRING is "inactivate" routines_cmd_name: STRING is "routines" invariants_cmd_name: STRING is "invariants" creators_cmd_name: STRING is "creators" run_cmd_name: STRING is "run" Self_sec_cmd_name: STRING is "self" short_cmd_name: STRING is "short" show_subqueries_cmd_name: STRING is "show" single_file_compilation_cmd_name: STRING is "class_file.e" statistics_cmd_name: STRING is "statistics" stop_cmd_name: STRING is "stop" storage_cmd_name: STRING is "store" suppliers_cmd_name: STRING is "suppliers" switches_cmd_name: STRING is "switches" system_cmd_name: STRING is "system" target_cmd_name: STRING is "target" use_settings_cmd_name: STRING is "use_settings" no_library_cmd_name: STRING is "no_library" text_cmd_name: STRING is "text" Total_sec_cmd_name: STRING is "total" yank_cmd_name: STRING is "yank" w_compile_cmd_name: STRING is "W-compile" flat_doc_cmd_name: STRING is "Documentation (Flat)" flat_short_doc_cmd_name: STRING is "Documentation (Flat/Short)" short_doc_cmd_name: STRING is "Documentation (Short)" text_doc_cmd_name: STRING is "Documentation (Text)" version_cmd_name: STRING is "version"; indexing copyright: "Copyright (c) 1984-2006, Eiffel Software" license: "GPL version 2 (see http://www.eiffel.com/licensing/gpl.txt)" licensing_options: "http://www.eiffel.com/licensing" copying: "[ This file is part of Eiffel Software's Eiffel Development Environment. Eiffel Software's Eiffel Development Environment is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2 of the License (available at the URL listed under "license" above). Eiffel Software's Eiffel Development Environment is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Eiffel Software's Eiffel Development Environment; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ]" source: "[ Eiffel Software 356 Storke Road, Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end