Task Coach 0.71.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Task Coach 0.71.2 (Default branch)
# 1  
Old 10-24-2008
Task Coach 0.71.2 (Default branch)

ImageTask Coach is a simple todo manager to managepersonal tasks and todo lists. It grew out of afrustration that well-known task managers, such asthose provided with Outlook or Lotus Notes, do notprovide facilities for composite tasks. Often,tasks and other things to do consist of severalactivities. Task Coach is designed to deal withcomposite tasks.License: GNU General Public License (GPL)Changes:
The most important bugs fixed include a misbehaving reminder dialog, URLs that could not be added as attachments, and a bug in the effort editor that sometimes made it impossible to edit effort records.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Padre::Task::IntroduceTemporaryVariable(3pm)		User Contributed Perl Documentation	      Padre::Task::IntroduceTemporaryVariable(3pm)

NAME
Padre::Task::IntroduceTemporaryVariable - Introduces a temporary variable using PPI SYNOPSIS
my $tempvarmaker = Padre::Task::IntroduceTemporaryVariable->new( document => $document_obj, start_location => [$line, $column], # or just character position end_location => [$line, $column], # or ppi-style location varname => '$foo', ); $tempvarmaker->schedule; DESCRIPTION
Given a region of code within a statement, replaces that code with a temporary variable. Declares and initializes the temporary variable right above the statement that included the selected expression. Usually, you simply set "start_position" to what "$editor->GetSelectionStart" returns and "end_position" to "$editor->GetSelectionEnd - 1". SEE ALSO
This class inherits from "Padre::Task::PPI". AUTHOR
Steffen Mueller "smueller@cpan.org" COPYRIGHT AND LICENSE
Copyright 2008-2012 The Padre development team as listed in Padre.pm. This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5 itself. perl v5.14.2 2012-06-27 Padre::Task::IntroduceTemporaryVariable(3pm)