Ticket #1002 (closed defect: fixed)
"Quick fix" feature on plain text document leads to error output on console
| Reported by: | zenogantner | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | advanced perl tools | Version: | 0.69 |
| Keywords: | usability | Cc: |
Description
How to reproduce:
- Open Padre
- Open (for example) a .txt file
- Edit->Quick Fix
Leads to console output:
Error while calling get_quick_fix_provider: Can't locate object method "get_quick_fix_provider" via package "Padre::Document" at /usr/local/share/perl/5.10.1/Padre/Wx/ActionLibrary.pm line 770.
This should not happen.
Instead, the menu entry should be greyed out if there is no quick_fix_provider, or if there are no errors.
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in r12517
Thanks for reporting it,
Ahmad