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)

SYNOPSIS

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

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.

This is an early release.

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.

AUTHOR

Steffen Mueller, smueller@cpan.org

COPYRIGHT AND LICENSE

Copyright 2009-2010 Steffen Mueller

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