Example code from the task juggler III documentation page (for 'taskroot')
taskreport tasks "My Tasks" {
formats html
taskroot items.implementation
}
'tasks' is a keyword in tjpeditor's xtext grammar and so this does not parse. Users who select keywords as ids would not use tjpeditor until this is resolved.
Example code from the task juggler III documentation page (for 'taskroot')
taskreport tasks "My Tasks" { formats html taskroot items.implementation }
'tasks' is a keyword in tjpeditor's xtext grammar and so this does not parse. Users who select keywords as ids would not use tjpeditor until this is resolved.