| | 7 | |
| | 8 | = Plans = |
| | 9 | |
| | 10 | The Padre [wiki:Developers] can put here a list of items they are planning to work on. |
| | 11 | Better connect them to trac tickets... |
| | 12 | |
| | 13 | == Gabor Szabo == |
| | 14 | |
| | 15 | I'd be glad if others helped with any of these task. |
| | 16 | |
| | 17 | Even though due to a lack of grant manager my grant has not officially started, I do think |
| | 18 | it is important to make progress on |
| | 19 | * Parrot and Perl 6 integration |
| | 20 | |
| | 21 | To allow others to work safer on Padre: |
| | 22 | * Code cleanup and adding (unit) tests ( #22 ) |
| | 23 | |
| | 24 | Stuff that beginners need |
| | 25 | * Promoting the translation of |
| | 26 | * the Padre GUI |
| | 27 | * the perldiag pages of perl 5 ( http://perldoc.perl.org/perldiag.html ) ( #169 ) |
| | 28 | * all the perl 5 documentation (eg. http://search.cpan.org/dist/POD2-FR ) |
| | 29 | * Perl 5 Debugger integration (while the corresponding grant proposal was postponed, I think having a debugger in Padre is very important) ( #11 ) |
| | 30 | * Context sensitive help ( #96, #56, #58, #59 ) |
| | 31 | * Download and Installation, especially for Windows (continue providing the Portable Strawberry with Padre installed) with various plug-ins and even improve it |
| | 32 | * Sample perl scripts + tutorial that comes with Padre |
| | 33 | * First runner should get a sample Perl script with some directions |
| | 34 | * Clean up the Calltips and add simple examples to the most important functions. |
| | 35 | * "New Perl script" feature that will include use strict, use warnings and maybe some other skeleton code ( #21 ) |
| | 36 | * Run from Padre should be able to allow STDIN as well (maybe we should spawn a shell or cmd and run the perl script there as some other editors do) ( #110 ) |
| | 37 | * Remote editing ( #12 ) and remote running via ssh or telnet |
| | 38 | * Catch common errors of beginners ( #52 ) |
| | 39 | |
| | 40 | |
| | 41 | |