Module textadept.pm.browsers.maxima

Maxima functions browser for the Textadept project manager. It is enabled with the prefix 'maxima' in the project manager entry field.

Functions

get_contents_for (full_path, expanding) Displays Maxima functions/variables appropriately.
perform_action (selected_item) Inserts the selected function or variable into the buffer.
perform_menu_action (menu_item, selected_item) Describes or gives an example for a function/variable.


Functions

get_contents_for (full_path, expanding)
Displays Maxima functions/variables appropriately. If the Project Manager entry ends with 'index' (e.g. 'maxima index'), all Maxima functions and variables are shown. If not expanding, Maxima's function categories are displayed as parents. If expanding a category, its functions and variables are shown.

Parameters

  • full_path:
  • expanding:
perform_action (selected_item)
Inserts the selected function or variable into the buffer. Does nothing if the selection is a Maxima category.

Parameters

  • selected_item:
perform_menu_action (menu_item, selected_item)
Describes or gives an example for a function/variable. Does nothing if the selection is a Maxima category.

Parameters

  • menu_item:
  • selected_item:

Valid XHTML 1.0!