package chamo

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Chamo.ConstantSource

Sourceval com_history_size : int
Sourceval log_max_size : int
Sourceval com_log_window : string
Sourceval com_new_project : string
Sourceval com_new_file : string
Sourceval com_iconify : string
Sourceval com_deiconify : string
Sourceval com_update_files_view : string

Update the files view.

Sourceval com_refresh_view : string

Refresh view

Sourceval com_close_view : string

Close view

Sourceval com_edit : string

Edit the selected files with their associated editor(s). @command edit

Sourceval com_edit_with : string

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

Sourceval com_quit : string

Quit Cameleon. @command quit

Sourceval com_configure_menus : string

Open menu configuration box.

Sourceval com_configure_doc_sources : string

Open doc sources configuration box.

Sourceval com_configure_bbar : string

Open button bar configuration box.

Sourceval com_configure_plugins : string

Open plugins configuration box.

Sourceval com_configure_ft_rules : string

Open file types rules configuration box.

Sourceval com_configure_ft_handlers : string

Open file types handlers configuration box.

Sourceval com_configure_common_keyboard_shortcuts : string

Open common keyboard shortcuts configuration box.

Sourceval com_configure_docbrowser_keyboard_shortcuts : string

Open docbrowser keyboard shortcuts configuration box.

Sourceval com_reload_plugin : string

Make the user select a loaded plug-in and reload it. @command reload_plugin

Sourceval com_display_doc_box : string

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

Sourceval com_about_box : string

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

Sourceval com_list_commands : string

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

Sourceval com_prompt_command : string

Prompt the used for a command using the cameleon minibuffer.

Sourceval com_on_exit : string

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

OCaml

Innovation. Community. Security.