Module modules.maxima

The maxima module. It enables Maxima to be run inside a SciTE buffer. This module requires LuaSocket. The Maxima server can be started and stopped with the Ctrl+G and Ctrl+Q key combinations respectively. Pressing Shift+Enter executes the current selection or the contents of the current line in Maxima and prints the output to the SciTE buffer; pressing Ctrl+Enter behaves like pressing Shift+Enter, but the output is not displayed; and pressing Enter by itself behaves as it does normally in SciTE.

Functions

_G.OnClear () SciTE OnClear Lua extension function.

Tables

keys.maxima Container for Maxima-specific key commands.
snippets.maxima Container for Maxima-specific snippets.


Functions

_G.OnClear ()
SciTE OnClear Lua extension function. Checks to see whether a Maxima session is currently open. If so, close it because the Lua environment gets cleared and re-initialized everytime buffers are switched. OnClear is called to give scripts a chance to clean up after themselves.

Tables

keys.maxima
Container for Maxima-specific key commands.
snippets.maxima
Container for Maxima-specific snippets.

Valid XHTML 1.0!