Padre
view release on metacpan or search on metacpan
- Fixed several serious bugs in the Key Bindings section of the Preferences
dialog (ADAMK)
- Added Perl Help (Japanese) for YAPC::Asia (ADAMK)
- Added documentation for more methods in Padre::Document (ADAMK)
- Padre::Task::Diff no longer crashes on documents without a project (ADAMK)
- Bump Module::Install -> 1.06 (BOWTIE)
- UpDate My Plug-in so that it reloads (BOWTIE)
- Tweak Splash for type PNG (BOWTIE)
- Replace <eval "require $class"> by a safer and faster code
(no eval string) (DOLMEN)
- Added a little time out to stop MARKER_NOT_BREAKABLE from wrongly happing (BOWTIE)
- this is just a quick fix, to stop menu bar Fup's from happing (BOWTIE)
- Added Debug-Launch-Options wxStatic text to Debugger-Output (BOWTIE)
- Add method debug_launch_options to Debugget-Output (BOWTIE)
- F5 'Run Script' uses perl parameters from #! line if it finds them (SDOWIDEIT)
- Add Debug-Launch-Options dialog (SDOWIDEIT)
- fix to toggling of breakpoints while debugger is running (SDOWIDEIT)
- fix for -> stop dumping the following on console
'Use of uninitialized value in string eq' (BOWTIE)
- Hack for svn 1.7 esp Padre trunk to reenable VCS feature (BOWTIE)
- Fix error of missing { in QuickFix.pm from r19585 (BOWTIE)
- Remove Subroutine prototypes Browser.pm (BOWTIE)
- Fix PerlSub.pm eol and missing $VERSION (BOWTIE)
- Set Copyright 2008-2013 (BOWTIE)
- Add some more support for svn 1.7.x (BOWTIE)
- Remove some old cruff and comments from debug testing (BOWTIE)
- Diff now working against svn 1.7.x and 1.6.x (BOWTIE)
- FIXME Find out why EVT_CONTEXT_MENU doesn't work on Ubuntu - commeted out
as workas against Ubuntu 12.10, this is cool for lot's of Methods only (BOWTIE)
- add PPIx::EditorTools to About Info (BOWTIE)
- add an icon to CPAN Explorer panel tab (BOWTIE)
- attempt to fix paste-buffer-clear-bug #1312 (SEWI)
- s/Update/update/ #1429 bennie++ (BOWTIE)
- Bumped Debug-Client dependancy to 0.24 waxhead++ (BOWTIE)
0.96 2012.04.19
- The "Todo" or "To Do" or "To-do" or "TODO" list has always been a
problem when it comes to naming. Renamed to "Task List" to align
with Microsoft Visual Studio's solution to this problem (ADAMK)
- Removed borders from the Outline tool elements (ADAMK)
- Clicking a file in the Replace in Files output opens the file (ADAMK)
- Added Padre::Wx::Role::Idle and moved all tree ctrl item activate
events to use it to evade a item_activated event bug (ADAMK)
- Added Padre::Wx::Role::Context and changed most panel tools to use
it for generating context menus (ADAMK)
- Update Debug2 to use SQL parameter markers (tome, BOWTIE)
- disable Debug2 tool-bar icons against unsaved files (tome, BOWTIE)
- Debug2 now shows margin_marker breakpoints on file load (tome, BOWTIE)
- tweaked on load to include reload and only once (BOWTIE)
- Debug2 now checks for perl files more thoroughly (BOWTIE)
- Added proper POD documentation for Padre::Cache (ADAMK)
- Delay clearing the outline content so it doesn't flicker so heavily
all of the time (ADAMK)
- Added a dozen or so new file types to Padre::MIME, including
several that we explicitly do not support (ADAMK)
- Added Padre::Comment to hold a registry and abstraction for the
different comment styles in supported documents (ADAMK)
- Added display variable data from click in debugger panel (BOWTIE)
- The Evaluate Expression dialog now has a "Watch" feature (ADAMK)
- Added Padre::SLOC for calculating Source Lines of Code metrics (ADAMK)
- Completed right click relocation of panels for the main tools (ADAMK)
- Added Padre::Locale::Format for localising the display of numbers,
and datetime values (ADAMK)
- Inlined the small amount of code we use from Format::Human::Bytes and
remove the dependency (ADAMK)
- Switching to the thread-safe Wx::PostEvent when sending events from
the background, which should dramatically reduce segfaults (DOOTSON)
- Added COCOMO modelling to the project statistics dialog (ADAMK)
- Added BASH support to default.txt theme (BOWTIE)
- Variable data now shown in corresponding colour (BOWTIE)
- Migrating to new ORLite 2.0 API (ADAMK)
- Padre::Plugin::unload(@packages) now works (AZAWAWI)
- Padre::PluginHandel was only checking for error,
not handling return = 0, it is now (BOWTIE)
- Re-enable outline panel to display MooseX::Declare Method modifiers
(BOWTIE)
- Convert p-p-xx-yy -> p-p-xx in P-Plugin making getting config easy
(BOWTIE)
- Require 5.010 as an experiment. (SZABGAB)
- Update Debugger, tests and dependencies to use Debug::Client 0.18 as this
is now Perl 5.16.0 ready (BOWTIE)
- Notify plugins when either a save-as (possible mime-type change) or new
document event occurs (AZAWAWI)
- Update German translation (ZENOG)
- Make show_local_variables default in Debug2 (BOWTIE) reverting
- perl5db.pl needs to be given absolute filenames (BOWTIE)
- Debug2 now shows display_value on selection (BOWTIE)
- change Status-Bar 'R/W' to 'Read Write' (BOWTIE)
- add +1 to Current Line so % is display correctly in Status-Bar (BOWTIE)
- bumped Debug-Client requirement to 0.20 (BOWTIE)
-
- Moved Padre::Wx::Role::Dwell to ::Timer as scope expanded (ADAMK)
- Removed Padre::Wx::Role::Form which was intended as a replacement for
Padre::Wx::Dialog but was never used by anyone for anything (ADAMK)
- Removed Padre::Document::get_comment_line_string (ADAMK)
- Padre::Util::humanbytes is not Padre::Locale::Format::bytes (ADAMK)
0.94 2012.01.22
- Redesigned the Preferences dialog (ADAMK)
- Completed the Padre::Delta module for applying document updates, diffs or
other small automated changes to a document without moving the scroll
position or cursor (ADAMK)
- Converted the FindFast panel to wxFormBuilder (ADAMK)
- Converted the Replace dialog to wxFormBuilder (ADAMK)
- Converted the Plugin Manager dialog to wxFormBuilder (ADAMK)
- Converted the Document Statistics dialog to wxFormBuilder (ADAMK)
- The modification indicator on the notebook tab is now set correctly even
during automated mass document changes (ADAMK)
- Removed Padre::DB::SyntaxHighlighter as the need for custom highlighting
plugins is greatly reduced now we have Wx::Scintilla (ADAMK)
- Move back from badly conceived "Smart" gettext usage to a more regular
usage at the urging of the translation team (ADAMK)
- Moved Wx::Scintilla specific lexer and highlighter registration out of
Padre::MimeTypes and into Padre::Wx::Scintilla so we can use
Padre::MimeTypes in background threads (ADAMK)
- Rewrote MIME support as Padre::MIME, which does not rely on Padre::Config
and can be loaded and used in background threads more easily (ADAMK)
- Added Debug2 interface, you will need Debug::Client 0.16, please view wiki
for more information (BOWTIE)
- Force upgrades to DBD::SQLite 1.35 and ORLite 1.51 for major performance
( run in 0.472 second using v1.01-cache-2.11-cpan-71847e10f99 )