Module Chamo

module Args : sig ... end

Command line analysis

module Binannot : sig ... end

Getting information from ocaml-generated .cmt files.

module Bookmarks : sig ... end

Generic bookmark system.

module Com_history : sig ... end

Command history.

module Commands : sig ... end

Commands management

module Config : sig ... end

Some configuration constants.

module Constant : sig ... end
module Core_rc : sig ... end

Handling the "core" config file of chamo.

module Find : sig ... end

Finding files in file hierarchy.

module Fstack : sig ... end

A stack with "forward" ability, that is "pop" does not remove top-most element which remains accessible with the "forward" operation.

module Gui : sig ... end

The main GUI module, defining windows and boxes used to split the windows.

module Gui_base : sig ... end
module Gui_rc : sig ... end

Handling the configuration file for windows.

module Layout : sig ... end

Storing and loading layout of windows.

module Log : sig ... end
module Messages : sig ... end

Some predefined messages

module Minibuffer : sig ... end

Minibuffers.

module Minibuffer_rc : sig ... end

Configuration of the minibuffer.

module Misc : sig ... end

Misc functions.

module Mode_changelog : sig ... end

Sourceview mode for ChangeLog files.

module Mode_changelog_rc : sig ... end

Configuration file of the changelog mode.

module Mode_makefile : sig ... end

Sourceview mode for Makefiles.

module Mode_makefile_rc : sig ... end

Configuration file of the makefile mode.

module Mode_ocaml : sig ... end

Sourceview mode for Objective-Caml files.

module Mode_ocaml_rc : sig ... end

Configuration file of the ocaml mode.

module Multiclip : sig ... end

Multi-contents clipboards. The Multiclip_gui module contains material to create graphical interface for these clipboards.

module Multiclip_gui : sig ... end

Gui for multi-contents clipboards. See module Multiclip.

module Multiclip_rc : sig ... end

Configuration of the "multiclip" view.

module Multiclip_view : sig ... end

Multi-contents clipboards in chamo.

module Ocaml_lexer : sig ... end
module Ocamlbuild : sig ... end

OCamlbuild support, with some useful stuff for ocaml compilation handling.

module Ocamloutput : sig ... end

The "ocamltop" output, to display output of evaluation of ocaml code.

module Outputs : sig ... end

A window to display various output boxes with tabs.

module Rc : sig ... end

Handling configuration files

module Sourceview : sig ... end

The sourceview view, to edit any text file.

module Sourceview_expand : sig ... end

Expansion of words in sourceviews.

module Sourceview_rc : sig ... end

Configuration of the "sourceview" view.

module View : sig ... end

Views

module View_rc : sig ... end

Configuration of the "ocamloutput" view.

module Xml : sig ... end