| Padre-Plugin-XS documentation | view source | Contained in the Padre-Plugin-XS distribution. |
Padre::Plugin::XS - Padre support for perl XS (and perlapi)
version 0.09
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.
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.
This software is copyright (c) 2010 by Steffen Mueller.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| Padre-Plugin-XS documentation | view source | Contained in the Padre-Plugin-XS distribution. |