The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Padre::Plugin::XS - Padre support for perl XS (and perlapi)

VERSION

version: 0.12

DESCRIPTION

This plugin is intended to extend Padre's support for editing XS and C-using-perlapi.

SYNOPSIS

Currently the plugin implements limited syntax highlighting and calltips using a configurable version of the perlapi. After installing this plugin, you can enable XS calltips in the View menu of Padre and enjoy the full perlapi of various releases of perl while writing XS code. You can configure the version of perlapi you write against in the padre.yml of your project (key xs_calltips_perlapi_version). By default, the newest available perlapi will be used.

Once this plug-in is installed the user can switch the highlighting of XS files to use the highlighter via the Preferences menu of Padre. The default XS syntax highlighting of Padre is abysmal. You're very encouraged to enable the XS highlighter feature.

To use this Plugin you need to make sure editor_calltips is enabled in Tools-Preferences-Advance

Also see the wiki page.

METHODS

  • clean_dialog

  • menu_plugins_simple

  • padre_interfaces

  • plugin_about

  • plugin_disable

  • plugin_enable

  • plugin_icon

  • plugin_name

  • registered_documents

AUTHORS

Steffen Mueller <smueller@cpan.org>

CONTRIBUTORS

Ahmad M. Zawawi <ahmad.zawawi@gmail.com> Kevin Dawson <bowtie@cpan.org>

ACKNOWLEDGMENTS

Many thanks to Gabor Szabo, who wrote the Kate plugin upon this is based. I'm grateful to Herbert Breunung for writing Kephra and getting STC syntax highlighting more right that us. Looking at his code has helped me write this.

COPYRIGHT

Copyright © 2010-2013 the Padre::Plugin::XS "AUTHOR" and "CONTRIBUTORS" as listed above.

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.