Previous Up Next

Appendix A  Index of default internal commands

Commands

CommandDescription
about_boxDisplay the "about..." box.
add_binary_file.Prompt for a binary file name to add in the selected directory. Then perform the cvs add command.
add_dirPrompt to add a directory to the selected one. Then perform the cvs add command.
add_file.Prompt for a file name to add in the selected directory. Then perform the cvs add command.
commit_dircvs commit the selected directory.
commit_filesPrompt for a comment, then perform a cvs commit on the selected files.
configOpen the configuration window.
diff_betweenShow the differences between two versions of the first selected file. The user is promped to select the two versions to compare.
diff_withAsk for a version of the first selected file, and show differences between the current version and the selected version.
display_modules_boxDisplay or update the box with the list of top modules whose documentation is available.
editEdit the selected files with their associated editor(s).
edit_withEdit the selected files with an editor chossen among the vailable ones.
last_diffShow the differences between the first selected file and its original version in the repository.
list_commandsDisplay the list of available internal commands, with their description.
quitQuit Cameleon.
reload_pluginMake the user select a loaded plug-in and reload it.
remove_filesAsk for confirmation then performs a cvs remove on the selected files.
resolve_conflictsLaunch the conflict resolving assistant on the first selected file.
tag_dirPrompt for a tag and tag all files under the selected directory. Before, it checks whether one or more files already have the given tag, and ask for confirmation if is the case.
tag_filesPrompt for a tag and tag the selected files. Before, it checks whether one or more files already have the given tag, and ask for confirmation if is the case.
tags_of_fileShow the list of tags of the first selected file.
update_dircvs update the selected directory.
update_dir_viewUpdate the directory view.



Previous Up Next