GTG

Merge lp:~cjohnston/gtg/bug-606749 into lp:~gtg/gtg/old-trunk

Proposed by Chris Johnston
Status: Merged
Merged at revision: 848
Proposed branch: lp:~cjohnston/gtg/bug-606749
Merge into: lp:~gtg/gtg/old-trunk
Diff against target: 30 lines (+11/-6)
1 file modified
GTG/core/firstrun_tasks.py (+11/-6)
To merge this branch: bzr merge lp:~cjohnston/gtg/bug-606749
Reviewer Review Type Date Requested Status
Gtg developers Pending
Review via email: mp+30191@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'GTG/core/firstrun_tasks.py'
2--- GTG/core/firstrun_tasks.py 2010-06-08 08:02:14 +0000
3+++ GTG/core/firstrun_tasks.py 2010-07-17 20:58:38 +0000
4@@ -105,15 +105,20 @@
5 #Task 6@1: Learn how to use the QuickAdd Entry
6 title7 = _("Learn how to use the QuickAdd Entry")
7 text7 = _("""The quickadd entry is the quickest way to create a new task. You can show or hide it in the View menu.
8+
9 For adding a task you just have to type its title in the entry and press return. The task will be created and selected in the task browser. If a tag is selected in the tag panel, this tag is applied to the task you create.
10-You can also create a task with attributes like tags, due date or defer date in the quickadd entry.
11-For that the syntax is :
12-
13-tags:tag1,tag2,tag3 : This way you can apply as many tags as you wish using comma as separator
14-
15-due:date or defer:date : This way you can apply a due date or a defer date. date can be yyyy-mm-dd (for example 2009-04-01) or yyyymmdd (20090401) or mmdd (0401, in this case the year is implicitly the current one) or today or tomorrow or a weekday name (due:monday means due next Monday)
16+
17+You can also create a task with the attributes "tags", "due", and "defer" in the quickadd entry. The syntax for these attributes is:
18+
19+tags:tag1,tag2,tag3
20+ - This way you can apply as many tags as you wish using comma as separator
21+
22+due:date
23+defer:date
24+ - This way you can apply a due date or a defer date. date can be yyyy-mm-dd (for example 2009-04-01) or yyyymmdd (20090401) or mmdd (0401, in this case the year is implicitly the current one) or today or tomorrow or a weekday name (due:monday means due next Monday)
25
26 Attributes which are added in this way apply but do not appear in the title.
27+
28 If a word begins with @, it is interpreted as a tag.""")
29
30 t7 = addtask(doc, "6@1", title7, text7, [], [])

Subscribers

People subscribed via source and target branches

to status/vote changes: