NAME
Padre::Plugin::Ecliptic - Padre plugin that provides Eclipse-like useful features
VERSION
version 0.23
SYNOPSIS
1. After installation, run Padre.
2. Make sure that it is enabled from 'Plugins\Plugin Manager".
3. Once enabled, there should be a menu option called Plugins/Ecliptic.
DESCRIPTION
Once you enable this Plugin under Padre, you'll get a brand new menu with the following options:
Quick Assist (Shortcut: Ctrl + Shift + L)
This opens a dialog with a list of current Padre actions/shortcuts. When you hit the OK button, the selected Padre action will be performed.
Quick Outline Access (Shortcut: Ctrl + 4)
This opens a dialog where you can search for outline tree. When you hit the OK button, the outline element in the outline tree will be selected.
Quick Module Access (Shortcut: Ctrl + 5)
This opens a dialog where you can search for a CPAN module. When you hit the OK button, the selected module will be displayed in Padre's POD browser.
About
Shows a classic about dialog with this module's name and version.
Why the name Ecliptic?
I wanted a simple plugin name for including Eclipse-related killer features into Padre. So i came up with Ecliptic and it turned out to be the orbit which the Sun takes. And i love it!
AUTHOR
Ahmad M. Zawawi <ahmad.zawawi@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Ahmad M. Zawawi.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.