Ticket #1239 (closed enhancement: fixed)
Padre::Plugin::PerlTidy, patch for using perltidyrc from trunk/tools when in dev
| Reported by: | bowtie | Owned by: | azawawi |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | plugins | Version: | 0.86 |
| Keywords: | Cc: |
Description
Padre::Plugin::PerlTidy (P-P-PT)
Mods.
1, perl dev -a -> use tools/perltidyrc
2, if begginner mode use P-P-PT/pbptidyrc, ie -pbp
perltidytc (rc)
else let PT use project rc or %HOME/.rc
mods applied to document and selectio only,
use PT;
gets rid of silly errors
├── lib │ └── Padre │ └── Plugin │ ├── PerlTidy │ │ ├── Dialog.pm │ │ └── pbptidyrc │ └── PerlTidy.pm
Needs:- $main->info_on_statusbar
only GetId no SetID
Thanks for the kick, szabgab :)
Only tested on ubuntu, needs further testing :)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
