module Cam_constant: sig
.. end
Update the files view.
val com_history_size : int
val log_max_size : int
val com_quit : string
val com_log_window : string
val com_new_project : string
val com_new_file : string
val com_iconify : string
val com_deiconify : string
val com_update_files_view : string
Update the files view.
val com_refresh_view : string
Refresh view
val com_close_view : string
Close view
val com_edit : string
Edit the selected files with their associated editor(s).
val com_edit_with : string
Edit the selected files with an editor chossen among the vailable ones.
val com_quit : string
Quit Cameleon.
val com_configure_menus : string
Open menu configuration box.
val com_configure_doc_sources : string
Open doc sources configuration box.
val com_configure_bbar : string
Open button bar configuration box.
val com_configure_plugins : string
Open plugins configuration box.
val com_configure_ft_rules : string
Open file types rules configuration box.
val com_configure_ft_handlers : string
Open file types handlers configuration box.
val com_configure_common_keyboard_shortcuts : string
Open common keyboard shortcuts configuration box.
val com_configure_docbrowser_keyboard_shortcuts : string
Open docbrowser keyboard shortcuts configuration box.
val com_reload_plugin : string
Make the user select a loaded plug-in and reload it.
val com_display_doc_box : string
Display or update the box with the list of top modules whose documentation
is available.
val com_about_box : string
Display the "about..." box.
val com_list_commands : string
Display the list of available internal commands, with
their description.
val com_prompt_command : string
Prompt the used for a command using the cameleon minibuffer.