Module Chamo.Constant

val com_history_size : int
val log_max_size : int
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). @command edit

val com_edit_with : string

Edit the selected files with an editor chossen among the vailable ones. @command edit_with

val com_quit : string

Quit Cameleon. @command quit

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. @command reload_plugin

val com_display_doc_box : string

Display or update the box with the list of top modules whose documentation is available.@command display_modules_box

val com_about_box : string

Display the "about..." box. @command about_box

val com_list_commands : string

Display the list of available internal commands, with their description. @command list_commands

val com_prompt_command : string

Prompt the used for a command using the cameleon minibuffer.

val com_on_exit : string

Command called on exit. Functions can be registered after this command so that they are executed at exit.