The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Codit::Plugins::Console - plugin for App::Codit

DESCRIPTION

Test your code and run system commands.

Will not load on Windows.

DETAILS

The Console plugin allows you to run system commands and tests inside Codit. It works a bit as a standard command console. If a command produces errors, the output is scanned for document names and line numbers. Clickable links are created that bring you directly to the place where the error occured.

The command console has three keybindings:

CTRL+U

Toggle buffering on or off.

CTRL-W

Clear the screen

CTRL+Z

Kill the currently running process.

This plugin does not work and cannot load on Windows.

LICENSE

Same as Perl.

AUTHOR

Hans Jeuken (hanje at cpan dot org)

TODO

BUGS AND CAVEATS

If you find any bugs, please contact the author.

SEE ALSO