Changes
=head1 0.12 2009.6.24
- Quick fix dialog has less size/position hard-coding. Takes a smaller font
than editor's line text height (i.e. works with CTRL +/-)
- Ctrl+~ is out, Ctrl + Shift + 1 is now used for quick fix to be easier
to use on uk/german keyboard shortcuts.
- various POD fixes
- POD shortcut update (e.g. Ctrl-3 => CTRL + 3)
- a white background with a simple border like in Eclipse
- Handled 'no filename' crash
- Do nothing to exit the dialog when "No suggestion" is selected...
=head1 0.11 2009.6.21
- Implemented "Quick Fix" popup list box which finds its list via
Padre::Document::SubClass->event_on_quick_fix.
- Renamed List Key bindings into Quick Assist.
=head1 0.10 2009.6.10
- Fixed "Open in Explorer" to work in KDE and GNOME
- Updated translations:
Arabic
French (jquelin++)
=head1 0.09 2009.6.10
- Implemented "Open in Explorer" action
- POD fixes
- Removing bad code. Padre::Current->main is now plugin->main
- _T -> Wx::gettext. Alias++
=head1 0.08 2009.6.4
- Implemented "List of key bindings" as detailed in ticket:379
- Added translation:
Polish (therek).
=head1 0.07 2009.5.31
- [Open Resource] resource path is now shown in the status label.
- Fixed a couple of GTK assertions
- Any double-click event on list-box-es have now the same as pressing the OK button [garu++].
- Avoid the debug assertion by ignoring the root item.
=head1 0.06 2009.5.31
- Implemented "Quick Module Access" dialog.
- Fixed 'Use of uninitialized value' on linux in
"Open Resource" dialog (garu++)
- Fixed the Kaboom bug in quick menu access in list box selection
=head1 0.05 2009.5.31
- Implemented "Quick Outline Access" dialog.
- Added translations:
French (jquelin).
Brazilian Portuguese (garu).
Dutch (Dirk De Nijs).
=head1 0.04 2009.5.30
- Implemented "Quick Menu Access" dialog.
- Standard minimum size and centering for all dialogs.
- Fixed a status message in "Open Resource" dialog.
- Added Arabic translation.
=head1 0.03 2009.5.29
- More POD fixes.
- The "Open Resource" dialog has an ignore CVS/.svn/.git folders checkbox.
=head1 0.02 2009.5.28
- Implemented "Open Resource" dialog.
=head1 0.01 2009.5.28
- Initial release to CPAN.