123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107(*********************************************************************************)(* Chamo *)(* *)(* Copyright (C) 2003-2021 Institut National de Recherche en Informatique *)(* et en Automatique. All rights reserved. *)(* *)(* This program is free software; you can redistribute it and/or modify *)(* it under the terms of the GNU Lesser General Public License version *)(* 3 as published by the Free Software Foundation. *)(* *)(* This program 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 this program; if not, write to the Free Software *)(* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA *)(* 02111-1307 USA *)(* *)(* Contact: Maxence.Guesdon@inria.fr *)(* *)(*********************************************************************************)(* $Id: cam_constant.ml 758 2011-01-13 07:53:27Z zoggy $ *)letcom_history_size=50letlog_max_size=50000letcom_quit="quit"letcom_log_window="log_window"letcom_new_project="new_project"letcom_new_file="new_file"letcom_iconify="iconify"letcom_deiconify="deiconify"(** Update the files view. *)letcom_update_files_view="update_files_view"(** Refresh view *)letcom_refresh_view="refresh_view"(** Close view *)letcom_close_view="close_view"(** Edit the selected files with their associated editor(s). @command edit *)letcom_edit="edit"(** Edit the selected files with an editor chossen among the vailable ones.
@command edit_with *)letcom_edit_with="edit_with"(** Quit Cameleon. @command quit *)letcom_quit="quit"(** Open menu configuration box. *)letcom_configure_menus="configure_menus"(** Open doc sources configuration box. *)letcom_configure_doc_sources="configure_doc_sources"(** Open button bar configuration box. *)letcom_configure_bbar="configure_bbar"(** Open plugins configuration box. *)letcom_configure_plugins="configure_plugins"(** Open file types rules configuration box. *)letcom_configure_ft_rules="configure_file_types_rules"(** Open file types handlers configuration box. *)letcom_configure_ft_handlers="configure_file_types_handlers"(** Open common keyboard shortcuts configuration box. *)letcom_configure_common_keyboard_shortcuts="configure_common_keyboard_shortcuts"(** Open docbrowser keyboard shortcuts configuration box. *)letcom_configure_docbrowser_keyboard_shortcuts="configure_docbrowser_keyboard_shortcuts"(** Make the user select a loaded plug-in and reload it.
@command reload_plugin *)letcom_reload_plugin="reload_plugin"(** Display or update the box with the list of top modules whose documentation
is available.@command display_modules_box *)letcom_display_doc_box="display_modules_box"(** Display the "about..." box. @command about_box *)letcom_about_box="about_box"(** Display the list of available internal commands, with
their description. @command list_commands *)letcom_list_commands="list_commands"(** Prompt the used for a command using the cameleon minibuffer. *)letcom_prompt_command="cam_prompt_command"(** Command called on exit. Functions can be registered after this
command so that they are executed at exit. *)letcom_on_exit="on_exit";;(** Name used for theme extension in Stk.*)letstk_theme_extension="chamo"