Changes between Version 33 and Version 34 of Features
- Timestamp:
- 03/24/10 09:40:40 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features
v33 v34 23 23 * Syntax checking for Perl 5 and Perl 6 #23 24 24 * See example in this blog http://ahmadzawawi.blogspot.com/2009/09/whats-new-in-padre-046.html 25 * Debugger supports Stepping, Breakpoints, Watches, Variable evaluation, Stack module #11 25 26 * Refactoring tools for Perl 5: #8 #531 26 27 * Lexically Rename Variable 27 28 * Extract Subroutine 28 29 * Introduce Temporary Variable 30 * Support for creating and running unit tests #10 #65 29 31 * Refactoring tools for Perl 6: Padre::Plugin::Perl6 30 32 * Context sensitive help (Perl 5 and 6): #96 #56 #58 #59 … … 55 57 * Extendable in Perl 6: There is a very experimental way to extend Padre using Perl 6 via the very limited Inline::Rakudo module. See Padre::Plugin::PSI for a simple example. (Last checked in March 2009) 56 58 * Extendable in Python/PHP/Ruby/etc.: By embedding the Parrot virtual machine into Padre we can allow extending Padre by any language implemented on top of Parrot. The Padre::Plugin::Parrot has the code to embed Parrot and it has an example on coding in PIR. 57 59 * remote debugging 58 60 59 61 … … 68 70 == Tree view of source files and resources == 69 71 70 == Support for creating and running unit tests ==71 72 #10 #6573 72 74 73 … … 89 88 90 89 There is a partial solution in Padre::Plugin::Debugger 91 92 93 == Debugger ==94 95 Supporting Stepping, Breakpoints, Watches, Variable evaluation, Stack module96 97 View the stack of modules called98 At debugger phase you can see the value of var99 100 #11101 102 90 103 91 == Suggest & complete ==
