taskjuggler 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (443) hide show
  1. data/{tasks/missing.rake → .gemtest} +0 -0
  2. data/CHANGELOG +27 -0
  3. data/Rakefile +8 -9
  4. data/bin/tj3 +2 -1
  5. data/bin/tj3client +2 -1
  6. data/bin/tj3d +2 -1
  7. data/bin/tj3man +2 -1
  8. data/bin/tj3ss_receiver +2 -1
  9. data/bin/tj3ss_sender +2 -1
  10. data/bin/tj3ts_receiver +2 -1
  11. data/bin/tj3ts_sender +2 -1
  12. data/bin/tj3ts_summary +2 -1
  13. data/data/tjp.vim +425 -419
  14. data/examples/Fedora-20/f-20.tjp +2442 -0
  15. data/examples/Fedora-20/icons/fedoralogo.png +0 -0
  16. data/examples/Fedora-20/reports.tji +423 -0
  17. data/lib/header.tmpl +13 -0
  18. data/lib/taskjuggler/AppConfig.rb +5 -0
  19. data/lib/taskjuggler/Attributes.rb +22 -0
  20. data/lib/taskjuggler/Journal.rb +273 -10
  21. data/lib/taskjuggler/Log.rb +9 -8
  22. data/lib/taskjuggler/Project.rb +28 -60
  23. data/lib/taskjuggler/ProjectFileScanner.rb +2 -1
  24. data/lib/taskjuggler/PropertySet.rb +3 -0
  25. data/lib/taskjuggler/PropertyTreeNode.rb +4 -0
  26. data/lib/taskjuggler/Query.rb +2 -1
  27. data/lib/taskjuggler/Resource.rb +0 -103
  28. data/lib/taskjuggler/RichText/RTFQuery.rb +42 -4
  29. data/lib/taskjuggler/SheetHandlerBase.rb +0 -20
  30. data/lib/taskjuggler/SheetReceiver.rb +23 -21
  31. data/lib/taskjuggler/Task.rb +3 -5
  32. data/lib/taskjuggler/TaskJuggler.rb +4 -0
  33. data/lib/taskjuggler/TaskScenario.rb +81 -103
  34. data/lib/taskjuggler/TextParser/Scanner.rb +19 -18
  35. data/lib/taskjuggler/Tj3Config.rb +1 -1
  36. data/lib/taskjuggler/TjpSyntaxRules.rb +180 -45
  37. data/lib/taskjuggler/UTF8String.rb +30 -0
  38. data/lib/taskjuggler/apps/Tj3.rb +1 -1
  39. data/lib/taskjuggler/apps/Tj3Man.rb +54 -2
  40. data/lib/taskjuggler/reports/ICalReport.rb +4 -4
  41. data/lib/taskjuggler/reports/NikuReport.rb +6 -0
  42. data/lib/taskjuggler/reports/Report.rb +5 -5
  43. data/lib/taskjuggler/reports/ReportContext.rb +4 -2
  44. data/lib/taskjuggler/reports/ResourceListRE.rb +10 -1
  45. data/lib/taskjuggler/reports/StatusSheetReport.rb +3 -0
  46. data/lib/taskjuggler/reports/TableReport.rb +8 -3
  47. data/lib/taskjuggler/reports/TimeSheetReport.rb +3 -0
  48. data/lib/updateheader.sh +15 -0
  49. data/manual/Installation +11 -22
  50. data/manual/Software +17 -3
  51. data/manual/html/Day_To_Day_Juggling.html +359 -0
  52. data/manual/html/Getting_Started.html +62 -0
  53. data/manual/html/How_To_Contribute.html +88 -0
  54. data/manual/html/Installation.html +172 -0
  55. data/manual/html/Intro.html +74 -0
  56. data/manual/html/Reporting_Bugs.html +47 -0
  57. data/manual/html/Rich_Text_Attributes.html +174 -0
  58. data/manual/html/Software.html +147 -0
  59. data/manual/html/TaskJuggler_2x_Migration.html +71 -0
  60. data/manual/html/TaskJuggler_Internals.html +61 -0
  61. data/manual/html/The_TaskJuggler_Syntax.html +89 -0
  62. data/manual/html/Tutorial.html +498 -0
  63. data/manual/html/account.html +152 -0
  64. data/manual/html/account.task.html +68 -0
  65. data/manual/html/accountprefix.html +67 -0
  66. data/manual/html/active.html +66 -0
  67. data/manual/html/adopt.task.html +73 -0
  68. data/manual/html/alert level.html +66 -0
  69. data/manual/html/alert.html +66 -0
  70. data/manual/html/allocate.html +92 -0
  71. data/manual/html/alphabet.html +33 -0
  72. data/manual/html/alternative.html +77 -0
  73. data/manual/html/author.html +69 -0
  74. data/manual/html/balance.html +73 -0
  75. data/manual/html/booking.resource.html +122 -0
  76. data/manual/html/booking.task.html +120 -0
  77. data/manual/html/caption.html +96 -0
  78. data/manual/html/cellcolor.column.html +71 -0
  79. data/manual/html/celltext.column.html +68 -0
  80. data/manual/html/center.html +67 -0
  81. data/manual/html/charge.html +89 -0
  82. data/manual/html/chargeset.html +73 -0
  83. data/manual/html/columnid.html +358 -0
  84. data/manual/html/columns.html +73 -0
  85. data/manual/html/complete.html +80 -0
  86. data/manual/html/copyright.html +97 -0
  87. data/manual/html/credit.html +117 -0
  88. data/{benchmarks → manual/html}/css/tjmanual.css +0 -0
  89. data/{benchmarks → manual/html}/css/tjreport.css +0 -0
  90. data/manual/html/currency.html +120 -0
  91. data/manual/html/currencyformat.html +99 -0
  92. data/manual/html/dailymax.html +144 -0
  93. data/manual/html/dailymin.html +132 -0
  94. data/manual/html/dailyworkinghours.html +90 -0
  95. data/manual/html/date.extend.html +77 -0
  96. data/manual/html/date.html +100 -0
  97. data/manual/html/definitions.html +94 -0
  98. data/manual/html/depends.html +110 -0
  99. data/manual/html/details.html +69 -0
  100. data/manual/html/disabled.html +85 -0
  101. data/manual/html/duration.html +133 -0
  102. data/manual/html/efficiency.html +93 -0
  103. data/manual/html/effort.html +134 -0
  104. data/manual/html/email.html +68 -0
  105. data/manual/html/enabled.html +69 -0
  106. data/manual/html/end.column.html +67 -0
  107. data/manual/html/end.html +87 -0
  108. data/manual/html/end.limit.html +69 -0
  109. data/manual/html/end.report.html +99 -0
  110. data/manual/html/end.timesheet.html +94 -0
  111. data/manual/html/endcredit.html +110 -0
  112. data/manual/html/epilog.html +72 -0
  113. data/manual/html/export.html +197 -0
  114. data/manual/html/extend.html +87 -0
  115. data/manual/html/fail.html +69 -0
  116. data/manual/html/fdl.html +430 -0
  117. data/manual/html/flags.account.html +66 -0
  118. data/manual/html/flags.html +66 -0
  119. data/manual/html/flags.journalentry.html +66 -0
  120. data/manual/html/flags.report.html +66 -0
  121. data/manual/html/flags.resource.html +68 -0
  122. data/manual/html/flags.statussheet.html +66 -0
  123. data/manual/html/flags.task.html +68 -0
  124. data/manual/html/flags.timesheet.html +66 -0
  125. data/manual/html/fontcolor.column.html +71 -0
  126. data/manual/html/footer.html +72 -0
  127. data/manual/html/formats.html +80 -0
  128. data/manual/html/functions.html +78 -0
  129. data/manual/html/gapduration.html +93 -0
  130. data/manual/html/gaplength.html +93 -0
  131. data/manual/html/halign.center.html +66 -0
  132. data/manual/html/halign.column.html +67 -0
  133. data/manual/html/halign.left.html +66 -0
  134. data/manual/html/halign.right.html +66 -0
  135. data/manual/html/hasalert.html +71 -0
  136. data/manual/html/header.html +72 -0
  137. data/manual/html/headline.html +69 -0
  138. data/manual/html/hidejournalentry.html +69 -0
  139. data/manual/html/hidereport.html +67 -0
  140. data/manual/html/hideresource.html +73 -0
  141. data/manual/html/hidetask.html +73 -0
  142. data/manual/html/icalreport.html +137 -0
  143. data/manual/html/include.macro.html +70 -0
  144. data/manual/html/include.project.html +71 -0
  145. data/manual/html/include.properties.html +168 -0
  146. data/manual/html/index.html +18 -0
  147. data/manual/html/inherit.extend.html +68 -0
  148. data/manual/html/interval1.html +99 -0
  149. data/manual/html/interval2.html +98 -0
  150. data/manual/html/interval3.html +99 -0
  151. data/manual/html/interval4.html +100 -0
  152. data/manual/html/isactive.html +67 -0
  153. data/manual/html/ischildof.html +67 -0
  154. data/manual/html/isdependencyof.html +75 -0
  155. data/manual/html/isdutyof.html +71 -0
  156. data/manual/html/isfeatureof.html +71 -0
  157. data/manual/html/isleaf.html +66 -0
  158. data/manual/html/ismilestone.html +67 -0
  159. data/manual/html/isongoing.html +67 -0
  160. data/manual/html/isresource.html +66 -0
  161. data/manual/html/istask.html +66 -0
  162. data/manual/html/journalattributes.html +107 -0
  163. data/manual/html/journalentry.html +83 -0
  164. data/manual/html/journalmode.html +83 -0
  165. data/manual/html/left.html +66 -0
  166. data/manual/html/length.html +104 -0
  167. data/manual/html/limits.allocate.html +72 -0
  168. data/manual/html/limits.html +72 -0
  169. data/manual/html/limits.resource.html +80 -0
  170. data/manual/html/limits.task.html +113 -0
  171. data/manual/html/listitem.column.html +66 -0
  172. data/manual/html/listtype.column.html +79 -0
  173. data/manual/html/loadunit.html +99 -0
  174. data/manual/html/logicalexpression.html +110 -0
  175. data/manual/html/logicalflagexpression.html +82 -0
  176. data/manual/html/macro.html +103 -0
  177. data/manual/html/managers.html +109 -0
  178. data/manual/html/mandatory.html +66 -0
  179. data/manual/html/maxend.html +69 -0
  180. data/manual/html/maximum.html +99 -0
  181. data/manual/html/maxstart.html +69 -0
  182. data/manual/html/milestone.html +71 -0
  183. data/manual/html/minend.html +69 -0
  184. data/manual/html/minimum.html +99 -0
  185. data/manual/html/minstart.html +69 -0
  186. data/manual/html/monthlymax.html +99 -0
  187. data/manual/html/monthlymin.html +99 -0
  188. data/manual/html/navbar.html +513 -0
  189. data/manual/html/navigator.html +70 -0
  190. data/manual/html/newtask.html +83 -0
  191. data/manual/html/nikureport.html +216 -0
  192. data/manual/html/note.task.html +68 -0
  193. data/manual/html/now.html +67 -0
  194. data/manual/html/numberformat.html +85 -0
  195. data/manual/html/onend.html +68 -0
  196. data/manual/html/onstart.html +68 -0
  197. data/manual/html/opennodes.html +66 -0
  198. data/manual/html/overtime.booking.html +76 -0
  199. data/manual/html/period.column.html +67 -0
  200. data/manual/html/period.limit.html +69 -0
  201. data/manual/html/period.report.html +69 -0
  202. data/manual/html/period.task.html +69 -0
  203. data/manual/html/persistent.html +66 -0
  204. data/manual/html/precedes.html +86 -0
  205. data/manual/html/priority.html +114 -0
  206. data/manual/html/priority.timesheet.html +68 -0
  207. data/manual/html/project.html +88 -0
  208. data/manual/html/projectid.html +66 -0
  209. data/manual/html/projectid.task.html +68 -0
  210. data/manual/html/projectids.html +66 -0
  211. data/manual/html/projection.html +75 -0
  212. data/manual/html/prolog.html +72 -0
  213. data/manual/html/properties.html +64 -0
  214. data/manual/html/purge.html +69 -0
  215. data/manual/html/rate.html +66 -0
  216. data/manual/html/rate.resource.html +68 -0
  217. data/manual/html/reference.extend.html +77 -0
  218. data/manual/html/remaining.html +117 -0
  219. data/manual/html/replace.html +66 -0
  220. data/manual/html/report.html +333 -0
  221. data/manual/html/reportprefix.html +67 -0
  222. data/manual/html/resource.html +194 -0
  223. data/manual/html/resourceattributes.html +83 -0
  224. data/manual/html/resourceprefix.html +67 -0
  225. data/manual/html/resourcereport.html +69 -0
  226. data/manual/html/resourceroot.html +90 -0
  227. data/manual/html/resources.limit.html +82 -0
  228. data/manual/html/responsible.html +69 -0
  229. data/manual/html/richtext.extend.html +78 -0
  230. data/manual/html/right.html +66 -0
  231. data/manual/html/rollupresource.html +92 -0
  232. data/manual/html/rolluptask.html +69 -0
  233. data/manual/html/scale.column.html +87 -0
  234. data/manual/html/scenario.html +123 -0
  235. data/manual/html/scenario.ical.html +67 -0
  236. data/manual/html/scenarios.export.html +66 -0
  237. data/manual/html/scenarios.html +66 -0
  238. data/manual/html/scenariospecific.extend.html +68 -0
  239. data/manual/html/scheduled.html +68 -0
  240. data/manual/html/scheduling.html +74 -0
  241. data/manual/html/select.html +86 -0
  242. data/manual/html/selfcontained.html +66 -0
  243. data/manual/html/shift.html +128 -0
  244. data/manual/html/shift.resource.html +74 -0
  245. data/manual/html/shift.task.html +74 -0
  246. data/manual/html/shift.timesheet.html +70 -0
  247. data/manual/html/shifts.allocate.html +71 -0
  248. data/manual/html/shifts.resource.html +73 -0
  249. data/manual/html/shifts.task.html +73 -0
  250. data/manual/html/shorttimeformat.html +67 -0
  251. data/manual/html/sloppy.booking.html +77 -0
  252. data/manual/html/sloppy.projection.html +66 -0
  253. data/manual/html/sortjournalentries.html +81 -0
  254. data/manual/html/sortresources.html +73 -0
  255. data/manual/html/sorttasks.html +73 -0
  256. data/manual/html/start.column.html +67 -0
  257. data/manual/html/start.html +78 -0
  258. data/manual/html/start.limit.html +69 -0
  259. data/manual/html/start.report.html +69 -0
  260. data/manual/html/startcredit.html +68 -0
  261. data/manual/html/status.statussheet.html +73 -0
  262. data/manual/html/status.timesheet.html +91 -0
  263. data/manual/html/statussheet.html +124 -0
  264. data/manual/html/statussheetreport.html +125 -0
  265. data/manual/html/strict.projection.html +66 -0
  266. data/manual/html/summary.html +69 -0
  267. data/manual/html/supplement.html +108 -0
  268. data/manual/html/supplement.resource.html +195 -0
  269. data/manual/html/supplement.task.html +329 -0
  270. data/manual/html/tagfile.html +73 -0
  271. data/manual/html/task.html +320 -0
  272. data/manual/html/task.statussheet.html +74 -0
  273. data/manual/html/task.timesheet.html +89 -0
  274. data/manual/html/taskattributes.html +115 -0
  275. data/manual/html/taskprefix.html +67 -0
  276. data/manual/html/taskreport.html +69 -0
  277. data/manual/html/taskroot.html +103 -0
  278. data/manual/html/text.extend.html +77 -0
  279. data/manual/html/textreport.html +66 -0
  280. data/manual/html/timeformat.html +160 -0
  281. data/manual/html/timeoff.nikureport.html +71 -0
  282. data/manual/html/timesheet.html +129 -0
  283. data/manual/html/timesheetreport.html +107 -0
  284. data/manual/html/timezone.export.html +66 -0
  285. data/manual/html/timezone.html +72 -0
  286. data/manual/html/timezone.report.html +66 -0
  287. data/manual/html/timezone.shift.html +70 -0
  288. data/manual/html/timingresolution.html +71 -0
  289. data/manual/html/title.column.html +67 -0
  290. data/manual/html/title.html +68 -0
  291. data/manual/html/toc.html +1330 -0
  292. data/manual/html/tooltip.column.html +72 -0
  293. data/manual/html/trackingscenario.html +80 -0
  294. data/manual/html/treelevel.html +66 -0
  295. data/manual/html/vacation.html +71 -0
  296. data/manual/html/vacation.resource.html +73 -0
  297. data/manual/html/vacation.shift.html +71 -0
  298. data/manual/html/warn.html +69 -0
  299. data/manual/html/weeklymax.html +99 -0
  300. data/manual/html/weeklymin.html +99 -0
  301. data/manual/html/weekstartsmonday.html +66 -0
  302. data/manual/html/weekstartssunday.html +66 -0
  303. data/manual/html/width.column.html +66 -0
  304. data/manual/html/work.html +105 -0
  305. data/manual/html/workinghours.project.html +102 -0
  306. data/manual/html/workinghours.resource.html +79 -0
  307. data/manual/html/workinghours.shift.html +81 -0
  308. data/manual/html/yearlyworkingdays.html +70 -0
  309. data/spec/StatusSheets_spec.rb +0 -6
  310. data/spec/TimeSheets_spec.rb +0 -6
  311. data/spec/Tj3Daemon_spec.rb +2 -0
  312. data/spec/support/DaemonControl.rb +10 -0
  313. data/taskjuggler.gemspec +71 -0
  314. data/tasks/changelog.rake +2 -2
  315. data/tasks/gem.rake +50 -21
  316. data/tasks/manual.rake +1 -1
  317. data/tasks/rdoc.rake +5 -12
  318. data/tasks/spec.rake +1 -1
  319. data/tasks/test.rake +5 -8
  320. data/test/ReferenceGenerator.rb +91 -0
  321. data/test/TestSuite/CSV-Reports/refs/resourcereport.csv +4 -4
  322. data/test/TestSuite/ReportGenerator/Correct/Journal.tjp +21 -0
  323. data/test/TestSuite/ReportGenerator/Correct/JournalMode.tjp +124 -0
  324. data/test/TestSuite/ReportGenerator/Correct/refs/Alerts-1.csv +124 -124
  325. data/test/TestSuite/ReportGenerator/Correct/refs/Journal-1.csv +1 -7
  326. data/test/TestSuite/ReportGenerator/Correct/refs/Journal-2.csv +7 -3
  327. data/test/TestSuite/ReportGenerator/Correct/refs/JournalMode-1.csv +79 -0
  328. data/test/TestSuite/ReportGenerator/Correct/refs/JournalMode-2.csv +208 -0
  329. data/test/TjpGen.rb +152 -0
  330. metadata +1290 -741
  331. data/benchmarks/666tasks.tjp +0 -3183
  332. data/benchmarks/allocate.tjp +0 -30
  333. data/benchmarks/allocatedSlots.tjp +0 -1602
  334. data/benchmarks/booking.tjp +0 -76
  335. data/benchmarks/depends.tjp +0 -113
  336. data/benchmarks/gantt.tjp +0 -57
  337. data/benchmarks/htmltaskreport.tjp +0 -71
  338. data/benchmarks/icons/details.png +0 -0
  339. data/benchmarks/icons/flag-green.png +0 -0
  340. data/benchmarks/icons/flag-red.png +0 -0
  341. data/benchmarks/icons/flag-yellow.png +0 -0
  342. data/benchmarks/icons/resource.png +0 -0
  343. data/benchmarks/icons/resourcegroup.png +0 -0
  344. data/benchmarks/icons/task.png +0 -0
  345. data/benchmarks/icons/taskgroup.png +0 -0
  346. data/benchmarks/icons/trend-down.png +0 -0
  347. data/benchmarks/icons/trend-flat.png +0 -0
  348. data/benchmarks/icons/trend-up.png +0 -0
  349. data/benchmarks/runbench.rb +0 -30
  350. data/benchmarks/scripts/wz_tooltip.js +0 -1301
  351. data/gem_spec.rb +0 -37
  352. data/lib/exchangebug.rb +0 -42
  353. data/lib/ruby-signal-bug.rb +0 -55
  354. data/prj_cfg.rb +0 -50
  355. data/tasks/csts.rake +0 -72
  356. data/tasks/rcov.rake +0 -14
  357. data/tasks/rexml_fix.rb +0 -16
  358. data/tasks/rexml_fix_19.rb +0 -49
  359. data/tasks/show.rake +0 -21
  360. data/tasks/stats.rake +0 -25
  361. data/test/TestSuite/Export-Reports/refs/DST.tjp +0 -60
  362. data/test/TestSuite/Export-Reports/refs/ReleasePlan.tjp +0 -80
  363. data/test/TestSuite/Export-Reports/tp.tjp +0 -49
  364. data/test/TestSuite/HTML-Reports/Alerts.html +0 -424
  365. data/test/TestSuite/HTML-Reports/TimeSheet.html +0 -79
  366. data/test/TestSuite/HTML-Reports/css/tjmanual.css +0 -86
  367. data/test/TestSuite/HTML-Reports/css/tjreport.css +0 -413
  368. data/test/TestSuite/HTML-Reports/icons/details.png +0 -0
  369. data/test/TestSuite/HTML-Reports/icons/flag-green.png +0 -0
  370. data/test/TestSuite/HTML-Reports/icons/flag-red.png +0 -0
  371. data/test/TestSuite/HTML-Reports/icons/flag-yellow.png +0 -0
  372. data/test/TestSuite/HTML-Reports/icons/resource.png +0 -0
  373. data/test/TestSuite/HTML-Reports/icons/resourcegroup.png +0 -0
  374. data/test/TestSuite/HTML-Reports/icons/task.png +0 -0
  375. data/test/TestSuite/HTML-Reports/icons/taskgroup.png +0 -0
  376. data/test/TestSuite/HTML-Reports/icons/trend-down.png +0 -0
  377. data/test/TestSuite/HTML-Reports/icons/trend-flat.png +0 -0
  378. data/test/TestSuite/HTML-Reports/icons/trend-up.png +0 -0
  379. data/test/TestSuite/HTML-Reports/reference.html +0 -51
  380. data/test/TestSuite/HTML-Reports/scripts/wz_tooltip.js +0 -1301
  381. data/test/TestSuite/ReportGenerator/Correct/css/tjmanual.css +0 -86
  382. data/test/TestSuite/ReportGenerator/Correct/css/tjreport.css +0 -413
  383. data/test/TestSuite/ReportGenerator/Correct/icons/details.png +0 -0
  384. data/test/TestSuite/ReportGenerator/Correct/icons/flag-green.png +0 -0
  385. data/test/TestSuite/ReportGenerator/Correct/icons/flag-red.png +0 -0
  386. data/test/TestSuite/ReportGenerator/Correct/icons/flag-yellow.png +0 -0
  387. data/test/TestSuite/ReportGenerator/Correct/icons/resource.png +0 -0
  388. data/test/TestSuite/ReportGenerator/Correct/icons/resourcegroup.png +0 -0
  389. data/test/TestSuite/ReportGenerator/Correct/icons/task.png +0 -0
  390. data/test/TestSuite/ReportGenerator/Correct/icons/taskgroup.png +0 -0
  391. data/test/TestSuite/ReportGenerator/Correct/icons/trend-down.png +0 -0
  392. data/test/TestSuite/ReportGenerator/Correct/icons/trend-flat.png +0 -0
  393. data/test/TestSuite/ReportGenerator/Correct/icons/trend-up.png +0 -0
  394. data/test/TestSuite/ReportGenerator/Correct/opennodes.tjp +0 -26
  395. data/test/TestSuite/ReportGenerator/Correct/refs/opennodes-1.csv +0 -2
  396. data/test/TestSuite/ReportGenerator/Correct/scripts/wz_tooltip.js +0 -1301
  397. data/test/TestSuite/Scheduler/Correct/Allocate.html +0 -1075
  398. data/test/TestSuite/Scheduler/Correct/Duration.html +0 -610
  399. data/test/TestSuite/Scheduler/Correct/css/tjmanual.css +0 -85
  400. data/test/TestSuite/Scheduler/Correct/css/tjreport.css +0 -413
  401. data/test/TestSuite/Scheduler/Correct/icons/details.png +0 -0
  402. data/test/TestSuite/Scheduler/Correct/icons/flag-green.png +0 -0
  403. data/test/TestSuite/Scheduler/Correct/icons/flag-red.png +0 -0
  404. data/test/TestSuite/Scheduler/Correct/icons/flag-yellow.png +0 -0
  405. data/test/TestSuite/Scheduler/Correct/icons/resource.png +0 -0
  406. data/test/TestSuite/Scheduler/Correct/icons/resourcegroup.png +0 -0
  407. data/test/TestSuite/Scheduler/Correct/icons/task.png +0 -0
  408. data/test/TestSuite/Scheduler/Correct/icons/taskgroup.png +0 -0
  409. data/test/TestSuite/Scheduler/Correct/icons/trend-down.png +0 -0
  410. data/test/TestSuite/Scheduler/Correct/icons/trend-flat.png +0 -0
  411. data/test/TestSuite/Scheduler/Correct/icons/trend-up.png +0 -0
  412. data/test/TestSuite/Scheduler/Correct/scripts/wz_tooltip.js +0 -1301
  413. data/test/TestSuite/StatusSheetTemplates/project.tji +0 -35
  414. data/test/TestSuite/StatusSheetTemplates/project.tjp +0 -56
  415. data/test/TestSuite/StatusSheets/TimeSheets/2002-03-01/missing-reports +0 -2
  416. data/test/TestSuite/StatusSheets/TimeSheets/2002-03-01/resource1_2002-03-01.tji +0 -0
  417. data/test/TestSuite/StatusSheets/boss.tji +0 -45
  418. data/test/TestSuite/StatusSheets/boss_mail +0 -51
  419. data/test/TestSuite/StatusSheets/dev2_mail +0 -37
  420. data/test/TestSuite/StatusSheets/project.tjp +0 -275
  421. data/test/TestSuite/StatusSheets/run +0 -54
  422. data/test/TestSuite/Syntax/Correct/DST.tjp +0 -11
  423. data/test/TestSuite/Syntax/Correct/ReleasePlan.tjp +0 -32
  424. data/test/TestSuite/Syntax/Correct/css/tjmanual.css +0 -86
  425. data/test/TestSuite/Syntax/Correct/css/tjreport.css +0 -413
  426. data/test/TestSuite/Syntax/Correct/icons/details.png +0 -0
  427. data/test/TestSuite/Syntax/Correct/icons/flag-green.png +0 -0
  428. data/test/TestSuite/Syntax/Correct/icons/flag-red.png +0 -0
  429. data/test/TestSuite/Syntax/Correct/icons/flag-yellow.png +0 -0
  430. data/test/TestSuite/Syntax/Correct/icons/resource.png +0 -0
  431. data/test/TestSuite/Syntax/Correct/icons/resourcegroup.png +0 -0
  432. data/test/TestSuite/Syntax/Correct/icons/task.png +0 -0
  433. data/test/TestSuite/Syntax/Correct/icons/taskgroup.png +0 -0
  434. data/test/TestSuite/Syntax/Correct/icons/trend-down.png +0 -0
  435. data/test/TestSuite/Syntax/Correct/icons/trend-flat.png +0 -0
  436. data/test/TestSuite/Syntax/Correct/icons/trend-up.png +0 -0
  437. data/test/TestSuite/Syntax/Correct/scripts/wz_tooltip.js +0 -1301
  438. data/test/TestSuite/TimeSheets/dev2_mail1 +0 -84
  439. data/test/TestSuite/TimeSheets/dev2_mail2 +0 -87
  440. data/test/TestSuite/TimeSheets/project.tjp +0 -271
  441. data/test/TestSuite/TimeSheets/receiver.log.mod +0 -1056
  442. data/test/TestSuite/TimeSheets/run +0 -76
  443. data/test/TestSuite/TimeSheets/uu.txt +0 -29
File without changes
data/CHANGELOG CHANGED
@@ -1,3 +1,30 @@
1
+ = Release 0.2.2 (2011-09-13)
2
+
3
+ == New Features
4
+
5
+ * Check all input files for encoding errors.
6
+ * Adding Fedora 20 schedule as an example.
7
+ * Deprecating old journal columns.
8
+ * Making journal reports more configureable.
9
+ * Add --html option for tj3man to show help in browser.
10
+ * More elaborate explanation of the reported 'complete' values.
11
+ * 'purge' is now supported in reports
12
+ * Eliminate the need to set TASKJUGGLER_DATA_PATH when installed from gem.
13
+ * Improved debugging output for --debuglevel and --debugmodules option.
14
+ * Using a standard gemspec file to build the gem package.
15
+
16
+ == Bug Fixes
17
+
18
+ * Use stricter encoding checks for incoming emails.
19
+ * Don't report unset min/max start/end dates as errors in reports.
20
+ * <-query attribute="journal'-> now also works without a property context.
21
+ * Don't crash when 'scenario' is used with 'icalreport'.
22
+ * Propagate dates from scheduled tasks to dependencies with effort.
23
+ * Be less agressive when inheriting project start and end dates.
24
+ * Don't crash when tasks don't fit the project time frame.
25
+ * Correct 'effort must be larger than 0' error message.
26
+
27
+
1
28
  = Release 0.2.1 (2011-07-13)
2
29
 
3
30
  == Bug Fixes
data/Rakefile CHANGED
@@ -1,21 +1,20 @@
1
1
  $:.unshift File.join(File.dirname(__FILE__))
2
2
 
3
- require 'rake/clean'
4
- require 'rake/gempackagetask'
5
-
6
- require 'prj_cfg'
7
- load 'tasks/csts.rake'
8
- require 'gem_spec'
3
+ # Add the lib directory to the search path if it isn't included already
4
+ lib = File.expand_path('../lib', __FILE__)
5
+ $:.unshift lib unless $:.include?(lib)
9
6
 
7
+ require 'rake/clean'
10
8
 
11
9
  Dir.glob( 'tasks/*.rake').each do |fn|
12
- next if fn =~ /csts.rake/;
13
10
  begin
14
11
  load fn;
15
12
  rescue LoadError
16
- puts "#{fn.split('/')[1]} tasks unavailable"
13
+ puts "#{fn.split('/')[1]} tasks unavailable: #{$!}"
17
14
  end
18
15
  end
19
16
 
20
- task :default => [:test]
17
+ task :default => [ :test ]
21
18
 
19
+ desc 'Run all unit and spec tests'
20
+ task :test => [ :unittest, :spec ]
data/bin/tj3 CHANGED
@@ -1,3 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
- require File.basename(__FILE__)
3
2
 
3
+ $:.unshift File.join(File.dirname(__FILE__), '..', 'lib')
4
+ require File.basename(__FILE__)
data/bin/tj3client CHANGED
@@ -1,3 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
- require File.basename(__FILE__)
3
2
 
3
+ $:.unshift File.join(File.dirname(__FILE__), '..', 'lib')
4
+ require File.basename(__FILE__)
data/bin/tj3d CHANGED
@@ -1,3 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
- require File.basename(__FILE__)
3
2
 
3
+ $:.unshift File.join(File.dirname(__FILE__), '..', 'lib')
4
+ require File.basename(__FILE__)
data/bin/tj3man CHANGED
@@ -1,3 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
- require File.basename(__FILE__)
3
2
 
3
+ $:.unshift File.join(File.dirname(__FILE__), '..', 'lib')
4
+ require File.basename(__FILE__)
data/bin/tj3ss_receiver CHANGED
@@ -1,3 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
- require File.basename(__FILE__)
3
2
 
3
+ $:.unshift File.join(File.dirname(__FILE__), '..', 'lib')
4
+ require File.basename(__FILE__)
data/bin/tj3ss_sender CHANGED
@@ -1,3 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
- require File.basename(__FILE__)
3
2
 
3
+ $:.unshift File.join(File.dirname(__FILE__), '..', 'lib')
4
+ require File.basename(__FILE__)
data/bin/tj3ts_receiver CHANGED
@@ -1,3 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
- require File.basename(__FILE__)
3
2
 
3
+ $:.unshift File.join(File.dirname(__FILE__), '..', 'lib')
4
+ require File.basename(__FILE__)
data/bin/tj3ts_sender CHANGED
@@ -1,3 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
- require File.basename(__FILE__)
3
2
 
3
+ $:.unshift File.join(File.dirname(__FILE__), '..', 'lib')
4
+ require File.basename(__FILE__)
data/bin/tj3ts_summary CHANGED
@@ -1,3 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
- require File.basename(__FILE__)
3
2
 
3
+ $:.unshift File.join(File.dirname(__FILE__), '..', 'lib')
4
+ require File.basename(__FILE__)
data/data/tjp.vim CHANGED
@@ -1,7 +1,7 @@
1
1
  " Vim syntax file
2
2
  " Language: TaskJuggler
3
3
  " Maintainer: TaskJuggler Developers <taskjuggler-devel@googlegroups.com>
4
- " Last Change: 2011-07-13 20:16:00 +0200
4
+ " Last Change: Tue Sep 13 19:31:13 +0200 2011
5
5
  " This file was automatically generated by VimSyntax.rb
6
6
 
7
7
  if exists("b:current_syntax")
@@ -21,61 +21,115 @@ syn keyword tjp_macro macro contained
21
21
  syn keyword tjp_project project contained
22
22
  syn keyword tjp_supplement supplement contained
23
23
 
24
- syn keyword tjp_account account contained
25
- hi def link tjp_account Function
26
- syn keyword tjp_export export contained
27
- hi def link tjp_export Function
28
24
  syn keyword tjp_nikureport nikureport contained
29
25
  hi def link tjp_nikureport Function
26
+ syn keyword tjp_scenario scenario contained
27
+ hi def link tjp_scenario Function
28
+ syn keyword tjp_shift shift contained
29
+ hi def link tjp_shift Function
30
+ syn keyword tjp_task task contained
31
+ hi def link tjp_task Function
30
32
  syn keyword tjp_report_resourcereport resourcereport contained
31
33
  hi def link tjp_report_resourcereport Function
32
34
  syn keyword tjp_report_taskreport taskreport contained
33
35
  hi def link tjp_report_taskreport Function
34
36
  syn keyword tjp_report_textreport textreport contained
35
37
  hi def link tjp_report_textreport Function
38
+ syn keyword tjp_timesheetreport timesheetreport contained
39
+ hi def link tjp_timesheetreport Function
40
+ syn keyword tjp_export export contained
41
+ hi def link tjp_export Function
36
42
  syn keyword tjp_resource resource contained
37
43
  hi def link tjp_resource Function
38
- syn keyword tjp_scenario scenario contained
39
- hi def link tjp_scenario Function
40
- syn keyword tjp_shift shift contained
41
- hi def link tjp_shift Function
44
+ syn keyword tjp_account account contained
45
+ hi def link tjp_account Function
42
46
  syn keyword tjp_statussheetreport statussheetreport contained
43
47
  hi def link tjp_statussheetreport Function
44
48
  syn keyword tjp_task_statussheet task contained
45
49
  hi def link tjp_task_statussheet Function
46
- syn keyword tjp_task task contained
47
- hi def link tjp_task Function
48
- syn keyword tjp_timesheetreport timesheetreport contained
49
- hi def link tjp_timesheetreport Function
50
50
 
51
- syn keyword tjp_credit credit contained
52
- hi def link tjp_credit Type
53
- syn keyword tjp_flags_account flags contained
54
- hi def link tjp_flags_account Type
55
- syn keyword tjp_allocate allocate contained
56
- hi def link tjp_allocate Type
57
- syn keyword tjp_alternative alternative contained
58
- hi def link tjp_alternative Type
59
- syn keyword tjp_limits_allocate limits contained
60
- hi def link tjp_limits_allocate Type
61
- syn keyword tjp_select select contained
62
- hi def link tjp_select Type
63
- syn keyword tjp_persistent persistent contained
64
- hi def link tjp_persistent Type
51
+ syn keyword tjp_shifts_resource shifts contained
52
+ hi def link tjp_shifts_resource Type
53
+ syn keyword tjp_end_limit end contained
54
+ hi def link tjp_end_limit Type
55
+ syn keyword tjp_columns columns contained
56
+ hi def link tjp_columns Type
57
+ syn keyword tjp_depends depends contained
58
+ hi def link tjp_depends Type
59
+ syn keyword tjp_currency currency contained
60
+ hi def link tjp_currency Type
61
+ syn keyword tjp_note_task note contained
62
+ hi def link tjp_note_task Type
63
+ syn keyword tjp_epilog epilog contained
64
+ hi def link tjp_epilog Type
65
+ syn keyword tjp_sortjournalentries sortjournalentries contained
66
+ hi def link tjp_sortjournalentries Type
67
+ syn keyword tjp_period_limit period contained
68
+ hi def link tjp_period_limit Type
69
+ syn keyword tjp_period_column period contained
70
+ hi def link tjp_period_column Type
71
+ syn keyword tjp_vacation vacation
72
+ hi def link tjp_vacation Type
73
+ syn keyword tjp_halign_column halign contained
74
+ hi def link tjp_halign_column Type
75
+ syn keyword tjp_shift_task shift contained
76
+ hi def link tjp_shift_task Type
77
+ syn keyword tjp_shift_resource shift contained
78
+ hi def link tjp_shift_resource Type
79
+ syn keyword tjp_disabled disabled contained
80
+ hi def link tjp_disabled Type
81
+ syn keyword tjp_scenariospecific_extend scenariospecific contained
82
+ hi def link tjp_scenariospecific_extend Type
83
+ syn keyword tjp_center center contained
84
+ hi def link tjp_center Type
85
+ syn keyword tjp_shifts_task shifts contained
86
+ hi def link tjp_shifts_task Type
87
+ syn keyword tjp_listtype_column listtype contained
88
+ hi def link tjp_listtype_column Type
89
+ syn keyword tjp_celltext_column celltext contained
90
+ hi def link tjp_celltext_column Type
65
91
  syn keyword tjp_mandatory mandatory contained
66
92
  hi def link tjp_mandatory Type
67
- syn keyword tjp_shifts_allocate shift contained
68
- hi def link tjp_shifts_allocate Type
69
- syn keyword tjp_author author contained
70
- hi def link tjp_author Type
93
+ syn keyword tjp_flags flags
94
+ hi def link tjp_flags Type
95
+ syn keyword tjp_formats formats contained
96
+ hi def link tjp_formats Type
97
+ syn keyword tjp_width_column width contained
98
+ hi def link tjp_width_column Type
99
+ syn keyword tjp_limits_allocate limits contained
100
+ hi def link tjp_limits_allocate Type
101
+ syn keyword tjp_resourceprefix resourceprefix contained
102
+ hi def link tjp_resourceprefix Type
103
+ syn keyword tjp_timesheet timesheet contained
104
+ hi def link tjp_timesheet Type
105
+ syn keyword tjp_rolluptask rolluptask contained
106
+ hi def link tjp_rolluptask Type
71
107
  syn keyword tjp_balance balance
72
108
  hi def link tjp_balance Type
73
- syn keyword tjp_overtime_booking overtime contained
74
- hi def link tjp_overtime_booking Type
75
- syn keyword tjp_sloppy_booking sloppy contained
76
- hi def link tjp_sloppy_booking Type
77
- syn keyword tjp_chargeset chargeset contained
78
- hi def link tjp_chargeset Type
109
+ syn keyword tjp_dailyworkinghours dailyworkinghours contained
110
+ hi def link tjp_dailyworkinghours Type
111
+ syn keyword tjp_strict_projection strict contained
112
+ hi def link tjp_strict_projection Type
113
+ syn keyword tjp_prolog prolog contained
114
+ hi def link tjp_prolog Type
115
+ syn keyword tjp_projectid_task projectid contained
116
+ hi def link tjp_projectid_task Type
117
+ syn keyword tjp_listitem_column listitem contained
118
+ hi def link tjp_listitem_column Type
119
+ syn keyword tjp_scenario_ical scenario contained
120
+ hi def link tjp_scenario_ical Type
121
+ syn keyword tjp_scheduling scheduling contained
122
+ hi def link tjp_scheduling Type
123
+ syn keyword tjp_weekstartsmonday weekstartsmonday contained
124
+ hi def link tjp_weekstartsmonday Type
125
+ syn keyword tjp_select select contained
126
+ hi def link tjp_select Type
127
+ syn keyword tjp_journalentry journalentry contained
128
+ hi def link tjp_journalentry Type
129
+ syn keyword tjp_fail fail contained
130
+ hi def link tjp_fail Type
131
+ syn keyword tjp_isfeatureof isfeatureof contained
132
+ hi def link tjp_isfeatureof Type
79
133
  syn keyword tjp_columnid_alert alert
80
134
  hi def link tjp_columnid_alert Type
81
135
  syn keyword tjp_columnid_alertmessages alertmessages
@@ -200,384 +254,336 @@ syn keyword tjp_columnid_weekly weekly
200
254
  hi def link tjp_columnid_weekly Type
201
255
  syn keyword tjp_columnid_yearly yearly
202
256
  hi def link tjp_columnid_yearly Type
203
- syn keyword tjp_celltext_column celltext contained
204
- hi def link tjp_celltext_column Type
205
- syn keyword tjp_cellcolor_column cellcolor contained
206
- hi def link tjp_cellcolor_column Type
207
- syn keyword tjp_end_column end contained
208
- hi def link tjp_end_column Type
209
- syn keyword tjp_fontcolor_column fontcolor contained
210
- hi def link tjp_fontcolor_column Type
211
- syn keyword tjp_halign_column halign contained
212
- hi def link tjp_halign_column Type
213
- syn keyword tjp_listitem_column listitem contained
214
- hi def link tjp_listitem_column Type
215
- syn keyword tjp_listtype_column listtype contained
216
- hi def link tjp_listtype_column Type
217
- syn keyword tjp_period_column period contained
218
- hi def link tjp_period_column Type
219
- syn keyword tjp_scale_column scale contained
220
- hi def link tjp_scale_column Type
257
+ syn keyword tjp_copyright copyright
258
+ hi def link tjp_copyright Type
259
+ syn keyword tjp_rate_resource rate contained
260
+ hi def link tjp_rate_resource Type
221
261
  syn keyword tjp_start_column start contained
222
262
  hi def link tjp_start_column Type
263
+ syn keyword tjp_replace replace contained
264
+ hi def link tjp_replace Type
265
+ syn keyword tjp_dailymax dailymax contained
266
+ hi def link tjp_dailymax Type
267
+ syn keyword tjp_monthlymax monthlymax contained
268
+ hi def link tjp_monthlymax Type
269
+ syn keyword tjp_workinghours_project workinghours contained
270
+ hi def link tjp_workinghours_project Type
271
+ syn keyword tjp_efficiency efficiency contained
272
+ hi def link tjp_efficiency Type
273
+ syn keyword tjp_responsible responsible contained
274
+ hi def link tjp_responsible Type
275
+ syn keyword tjp_flags_report flags contained
276
+ hi def link tjp_flags_report Type
277
+ syn keyword tjp_managers managers contained
278
+ hi def link tjp_managers Type
279
+ syn keyword tjp_end end contained
280
+ hi def link tjp_end Type
223
281
  syn keyword tjp_title_column title contained
224
282
  hi def link tjp_title_column Type
225
- syn keyword tjp_tooltip_column tooltip contained
226
- hi def link tjp_tooltip_column Type
227
- syn keyword tjp_width_column width contained
228
- hi def link tjp_width_column Type
229
- syn keyword tjp_currencyformat currencyformat contained
230
- hi def link tjp_currencyformat Type
231
- syn keyword tjp_details details contained
232
- hi def link tjp_details Type
233
- syn keyword tjp_definitions definitions contained
234
- hi def link tjp_definitions Type
235
- syn keyword tjp_resourceattributes resourceattributes contained
236
- hi def link tjp_resourceattributes Type
283
+ syn keyword tjp_newtask newtask contained
284
+ hi def link tjp_newtask Type
285
+ syn keyword tjp_limits limits contained
286
+ hi def link tjp_limits Type
287
+ syn keyword tjp_reference_extend reference contained
288
+ hi def link tjp_reference_extend Type
289
+ syn keyword tjp_minimum minimum contained
290
+ hi def link tjp_minimum Type
291
+ syn keyword tjp_sloppy_booking sloppy contained
292
+ hi def link tjp_sloppy_booking Type
293
+ syn keyword tjp_sortresources sortresources contained
294
+ hi def link tjp_sortresources Type
295
+ syn keyword tjp_workinghours_shift workinghours contained
296
+ hi def link tjp_workinghours_shift Type
297
+ syn keyword tjp_timingresolution timingresolution contained
298
+ hi def link tjp_timingresolution Type
299
+ syn keyword tjp_caption caption contained
300
+ hi def link tjp_caption Type
301
+ syn keyword tjp_shift_timesheet shift contained
302
+ hi def link tjp_shift_timesheet Type
237
303
  syn keyword tjp_scenarios_export scenarios contained
238
304
  hi def link tjp_scenarios_export Type
239
- syn keyword tjp_taskattributes taskattributes contained
240
- hi def link tjp_taskattributes Type
241
- syn keyword tjp_timezone_export timezone contained
242
- hi def link tjp_timezone_export Type
243
305
  syn keyword tjp_date_extend date contained
244
306
  hi def link tjp_date_extend Type
245
- syn keyword tjp_reference_extend reference contained
246
- hi def link tjp_reference_extend Type
247
- syn keyword tjp_richtext_extend richtext contained
248
- hi def link tjp_richtext_extend Type
249
- syn keyword tjp_text_extend text contained
250
- hi def link tjp_text_extend Type
251
- syn keyword tjp_inherit_extend inherit contained
252
- hi def link tjp_inherit_extend Type
253
- syn keyword tjp_scenariospecific_extend scenariospecific contained
254
- hi def link tjp_scenariospecific_extend Type
255
- syn keyword tjp_fail fail contained
256
- hi def link tjp_fail Type
257
- syn keyword tjp_formats formats contained
258
- hi def link tjp_formats Type
259
- syn keyword tjp_hasalert hasalert contained
260
- hi def link tjp_hasalert Type
261
- syn keyword tjp_isactive isactive contained
262
- hi def link tjp_isactive Type
263
- syn keyword tjp_ischildof ischildof contained
264
- hi def link tjp_ischildof Type
265
- syn keyword tjp_isdependencyof isdependencyof contained
266
- hi def link tjp_isdependencyof Type
267
- syn keyword tjp_isdutyof isdutyof contained
268
- hi def link tjp_isdutyof Type
269
- syn keyword tjp_isfeatureof isfeatureof contained
270
- hi def link tjp_isfeatureof Type
271
- syn keyword tjp_isleaf isleaf contained
272
- hi def link tjp_isleaf Type
273
- syn keyword tjp_ismilestone ismilestone contained
274
- hi def link tjp_ismilestone Type
275
- syn keyword tjp_isongoing isongoing contained
276
- hi def link tjp_isongoing Type
277
- syn keyword tjp_isresource isresource contained
278
- hi def link tjp_isresource Type
307
+ syn keyword tjp_shorttimeformat shorttimeformat contained
308
+ hi def link tjp_shorttimeformat Type
309
+ syn keyword tjp_chargeset chargeset contained
310
+ hi def link tjp_chargeset Type
279
311
  syn keyword tjp_istask istask contained
280
312
  hi def link tjp_istask Type
281
- syn keyword tjp_treelevel treelevel contained
282
- hi def link tjp_treelevel Type
283
- syn keyword tjp_halign_center center
284
- hi def link tjp_halign_center Type
285
- syn keyword tjp_halign_left left
286
- hi def link tjp_halign_left Type
287
- syn keyword tjp_halign_right right
288
- hi def link tjp_halign_right Type
289
- syn keyword tjp_headline headline contained
290
- hi def link tjp_headline Type
291
- syn keyword tjp_hidejournalentry hidejournalentry contained
292
- hi def link tjp_hidejournalentry Type
293
- syn keyword tjp_hideresource hideresource contained
294
- hi def link tjp_hideresource Type
295
- syn keyword tjp_hidetask hidetask contained
296
- hi def link tjp_hidetask Type
297
- syn keyword tjp_icalreport icalreport contained
298
- hi def link tjp_icalreport Type
299
- syn keyword tjp_scenario_ical scenario contained
300
- hi def link tjp_scenario_ical Type
301
- syn keyword tjp_accountprefix accountprefix contained
302
- hi def link tjp_accountprefix Type
303
- syn keyword tjp_reportprefix reportprefix contained
304
- hi def link tjp_reportprefix Type
305
- syn keyword tjp_resourceprefix resourceprefix contained
306
- hi def link tjp_resourceprefix Type
307
- syn keyword tjp_taskprefix taskprefix contained
308
- hi def link tjp_taskprefix Type
309
- syn keyword tjp_journalentry journalentry contained
310
- hi def link tjp_journalentry Type
311
- syn keyword tjp_alert alert contained
312
- hi def link tjp_alert Type
313
- syn keyword tjp_flags_journalentry flags contained
314
- hi def link tjp_flags_journalentry Type
315
- syn keyword tjp_end_limit end contained
316
- hi def link tjp_end_limit Type
317
- syn keyword tjp_period_limit period contained
318
- hi def link tjp_period_limit Type
319
- syn keyword tjp_resources_limit resources contained
320
- hi def link tjp_resources_limit Type
321
- syn keyword tjp_start_limit start contained
322
- hi def link tjp_start_limit Type
323
- syn keyword tjp_dailymax dailymax contained
324
- hi def link tjp_dailymax Type
325
- syn keyword tjp_dailymin dailymin contained
326
- hi def link tjp_dailymin Type
327
- syn keyword tjp_maximum maximum contained
328
- hi def link tjp_maximum Type
329
- syn keyword tjp_minimum minimum contained
330
- hi def link tjp_minimum Type
331
- syn keyword tjp_monthlymax monthlymax contained
332
- hi def link tjp_monthlymax Type
333
- syn keyword tjp_monthlymin monthlymin contained
334
- hi def link tjp_monthlymin Type
335
- syn keyword tjp_weeklymax weeklymax contained
336
- hi def link tjp_weeklymax Type
337
- syn keyword tjp_weeklymin weeklymin contained
338
- hi def link tjp_weeklymin Type
339
- syn keyword tjp_navigator navigator contained
340
- hi def link tjp_navigator Type
341
- syn keyword tjp_hidereport hidereport contained
342
- hi def link tjp_hidereport Type
313
+ syn keyword tjp_fontcolor_column fontcolor contained
314
+ hi def link tjp_fontcolor_column Type
315
+ syn keyword tjp_journalmode journalmode contained
316
+ hi def link tjp_journalmode Type
317
+ syn keyword tjp_booking_task booking contained
318
+ hi def link tjp_booking_task Type
319
+ syn keyword tjp_maxend maxend contained
320
+ hi def link tjp_maxend Type
343
321
  syn keyword tjp_timeoff_nikureport timeoff contained
344
322
  hi def link tjp_timeoff_nikureport Type
323
+ syn keyword tjp_persistent persistent contained
324
+ hi def link tjp_persistent Type
325
+ syn keyword tjp_overtime_booking overtime contained
326
+ hi def link tjp_overtime_booking Type
327
+ syn keyword tjp_minend minend contained
328
+ hi def link tjp_minend Type
329
+ syn keyword tjp_milestone milestone contained
330
+ hi def link tjp_milestone Type
331
+ syn keyword tjp_halign_right right
332
+ hi def link tjp_halign_right Type
333
+ syn keyword tjp_hideresource hideresource contained
334
+ hi def link tjp_hideresource Type
335
+ syn keyword tjp_projection projection contained
336
+ hi def link tjp_projection Type
337
+ syn keyword tjp_priority priority contained
338
+ hi def link tjp_priority Type
339
+ syn keyword tjp_period_report period contained
340
+ hi def link tjp_period_report Type
341
+ syn keyword tjp_timezone timezone contained
342
+ hi def link tjp_timezone Type
343
+ syn keyword tjp_tagfile tagfile contained
344
+ hi def link tjp_tagfile Type
345
+ syn keyword tjp_hidereport hidereport contained
346
+ hi def link tjp_hidereport Type
347
+ syn keyword tjp_selfcontained selfcontained contained
348
+ hi def link tjp_selfcontained Type
349
+ syn keyword tjp_alert alert contained
350
+ hi def link tjp_alert Type
351
+ syn keyword tjp_details details contained
352
+ hi def link tjp_details Type
353
+ syn keyword tjp_workinghours_resource workinghours contained
354
+ hi def link tjp_workinghours_resource Type
355
+ syn keyword tjp_limits_resource limits contained
356
+ hi def link tjp_limits_resource Type
345
357
  syn keyword tjp_numberformat numberformat contained
346
358
  hi def link tjp_numberformat Type
347
- syn keyword tjp_currency currency contained
348
- hi def link tjp_currency Type
349
- syn keyword tjp_dailyworkinghours dailyworkinghours contained
350
- hi def link tjp_dailyworkinghours Type
351
- syn keyword tjp_extend extend contained
352
- hi def link tjp_extend Type
359
+ syn keyword tjp_adopt_task adopt contained
360
+ hi def link tjp_adopt_task Type
361
+ syn keyword tjp_sloppy_projection sloppy contained
362
+ hi def link tjp_sloppy_projection Type
363
+ syn keyword tjp_isleaf isleaf contained
364
+ hi def link tjp_isleaf Type
353
365
  syn keyword tjp_now now contained
354
366
  hi def link tjp_now Type
355
- syn keyword tjp_shorttimeformat shorttimeformat contained
356
- hi def link tjp_shorttimeformat Type
357
- syn keyword tjp_timingresolution timingresolution contained
358
- hi def link tjp_timingresolution Type
367
+ syn keyword tjp_maxstart maxstart contained
368
+ hi def link tjp_maxstart Type
369
+ syn keyword tjp_cellcolor_column cellcolor contained
370
+ hi def link tjp_cellcolor_column Type
359
371
  syn keyword tjp_trackingscenario trackingscenario contained
360
372
  hi def link tjp_trackingscenario Type
361
- syn keyword tjp_weekstartsmonday weekstartsmonday contained
362
- hi def link tjp_weekstartsmonday Type
363
- syn keyword tjp_weekstartssunday weekstartssunday contained
364
- hi def link tjp_weekstartssunday Type
365
- syn keyword tjp_yearlyworkingdays yearlyworkingdays contained
366
- hi def link tjp_yearlyworkingdays Type
367
- syn keyword tjp_sloppy_projection sloppy contained
368
- hi def link tjp_sloppy_projection Type
369
- syn keyword tjp_strict_projection strict contained
370
- hi def link tjp_strict_projection Type
371
- syn keyword tjp_copyright copyright
372
- hi def link tjp_copyright Type
373
- syn keyword tjp_flags flags
374
- hi def link tjp_flags Type
375
- syn keyword tjp_limits limits contained
376
- hi def link tjp_limits Type
377
- syn keyword tjp_projectid projectid
378
- hi def link tjp_projectid Type
379
- syn keyword tjp_projectids projectids
380
- hi def link tjp_projectids Type
381
- syn keyword tjp_rate rate
382
- hi def link tjp_rate Type
383
- syn keyword tjp_vacation vacation
384
- hi def link tjp_vacation Type
373
+ syn keyword tjp_onstart onstart contained
374
+ hi def link tjp_onstart Type
375
+ syn keyword tjp_account_task account contained
376
+ hi def link tjp_account_task Type
377
+ syn keyword tjp_vacation_shift vacation contained
378
+ hi def link tjp_vacation_shift Type
379
+ syn keyword tjp_effort effort contained
380
+ hi def link tjp_effort Type
381
+ syn keyword tjp_sorttasks sorttasks contained
382
+ hi def link tjp_sorttasks Type
383
+ syn keyword tjp_definitions definitions contained
384
+ hi def link tjp_definitions Type
385
+ syn keyword tjp_resourceroot resourceroot contained
386
+ hi def link tjp_resourceroot Type
387
+ syn keyword tjp_hasalert hasalert contained
388
+ hi def link tjp_hasalert Type
389
+ syn keyword tjp_resources_limit resources contained
390
+ hi def link tjp_resources_limit Type
391
+ syn keyword tjp_treelevel treelevel contained
392
+ hi def link tjp_treelevel Type
393
+ syn keyword tjp_flags_task flags contained
394
+ hi def link tjp_flags_task Type
395
+ syn keyword tjp_endcredit endcredit contained
396
+ hi def link tjp_endcredit Type
385
397
  syn keyword tjp_purge purge contained
386
398
  hi def link tjp_purge Type
387
- syn keyword tjp_caption caption contained
388
- hi def link tjp_caption Type
389
- syn keyword tjp_center center contained
390
- hi def link tjp_center Type
391
- syn keyword tjp_columns columns contained
392
- hi def link tjp_columns Type
393
- syn keyword tjp_epilog epilog contained
394
- hi def link tjp_epilog Type
395
- syn keyword tjp_flags_report flags contained
396
- hi def link tjp_flags_report Type
399
+ syn keyword tjp_priority_timesheet priority contained
400
+ hi def link tjp_priority_timesheet Type
401
+ syn keyword tjp_journalattributes journalattributes contained
402
+ hi def link tjp_journalattributes Type
403
+ syn keyword tjp_resourceattributes resourceattributes contained
404
+ hi def link tjp_resourceattributes Type
405
+ syn keyword tjp_dailymin dailymin contained
406
+ hi def link tjp_dailymin Type
407
+ syn keyword tjp_right right contained
408
+ hi def link tjp_right Type
397
409
  syn keyword tjp_footer footer contained
398
410
  hi def link tjp_footer Type
399
- syn keyword tjp_header header contained
400
- hi def link tjp_header Type
411
+ syn keyword tjp_vacation_resource vacation contained
412
+ hi def link tjp_vacation_resource Type
413
+ syn keyword tjp_scenarios scenarios contained
414
+ hi def link tjp_scenarios Type
415
+ syn keyword tjp_monthlymin monthlymin contained
416
+ hi def link tjp_monthlymin Type
417
+ syn keyword tjp_projectid projectid
418
+ hi def link tjp_projectid Type
419
+ syn keyword tjp_isactive isactive contained
420
+ hi def link tjp_isactive Type
421
+ syn keyword tjp_end_column end contained
422
+ hi def link tjp_end_column Type
423
+ syn keyword tjp_statussheet statussheet contained
424
+ hi def link tjp_statussheet Type
425
+ syn keyword tjp_allocate allocate contained
426
+ hi def link tjp_allocate Type
427
+ syn keyword tjp_limits_task limits contained
428
+ hi def link tjp_limits_task Type
429
+ syn keyword tjp_task_timesheet task contained
430
+ hi def link tjp_task_timesheet Type
431
+ syn keyword tjp_tooltip_column tooltip contained
432
+ hi def link tjp_tooltip_column Type
433
+ syn keyword tjp_work work contained
434
+ hi def link tjp_work Type
435
+ syn keyword tjp_charge charge contained
436
+ hi def link tjp_charge Type
437
+ syn keyword tjp_ismilestone ismilestone contained
438
+ hi def link tjp_ismilestone Type
401
439
  syn keyword tjp_left left contained
402
440
  hi def link tjp_left Type
441
+ syn keyword tjp_hidejournalentry hidejournalentry contained
442
+ hi def link tjp_hidejournalentry Type
443
+ syn keyword tjp_summary summary contained
444
+ hi def link tjp_summary Type
445
+ syn keyword tjp_ischildof ischildof contained
446
+ hi def link tjp_ischildof Type
447
+ syn keyword tjp_timezone_shift timezone contained
448
+ hi def link tjp_timezone_shift Type
403
449
  syn keyword tjp_loadunit loadunit contained
404
450
  hi def link tjp_loadunit Type
405
- syn keyword tjp_prolog prolog contained
406
- hi def link tjp_prolog Type
451
+ syn keyword tjp_halign_left left
452
+ hi def link tjp_halign_left Type
453
+ syn keyword tjp_richtext_extend richtext contained
454
+ hi def link tjp_richtext_extend Type
455
+ syn keyword tjp_period_task period contained
456
+ hi def link tjp_period_task Type
457
+ syn keyword tjp_weeklymax weeklymax contained
458
+ hi def link tjp_weeklymax Type
459
+ syn keyword tjp_warn warn contained
460
+ hi def link tjp_warn Type
461
+ syn keyword tjp_duration duration contained
462
+ hi def link tjp_duration Type
407
463
  syn keyword tjp_opennodes opennodes contained
408
464
  hi def link tjp_opennodes Type
409
- syn keyword tjp_right right contained
410
- hi def link tjp_right Type
411
- syn keyword tjp_scenarios scenarios contained
412
- hi def link tjp_scenarios Type
413
- syn keyword tjp_selfcontained selfcontained contained
414
- hi def link tjp_selfcontained Type
415
- syn keyword tjp_resourceroot resourceroot contained
416
- hi def link tjp_resourceroot Type
417
- syn keyword tjp_taskroot taskroot contained
418
- hi def link tjp_taskroot Type
419
- syn keyword tjp_timezone_report timezone contained
420
- hi def link tjp_timezone_report Type
421
- syn keyword tjp_end_report end contained
422
- hi def link tjp_end_report Type
423
- syn keyword tjp_period_report period contained
424
- hi def link tjp_period_report Type
425
- syn keyword tjp_start_report start contained
426
- hi def link tjp_start_report Type
427
- syn keyword tjp_title title contained
428
- hi def link tjp_title Type
429
- syn keyword tjp_email email contained
430
- hi def link tjp_email Type
431
- syn keyword tjp_efficiency efficiency contained
432
- hi def link tjp_efficiency Type
433
- syn keyword tjp_flags_resource flags contained
434
- hi def link tjp_flags_resource Type
465
+ syn keyword tjp_length length contained
466
+ hi def link tjp_length Type
467
+ syn keyword tjp_isdependencyof isdependencyof contained
468
+ hi def link tjp_isdependencyof Type
469
+ syn keyword tjp_scheduled scheduled contained
470
+ hi def link tjp_scheduled Type
471
+ syn keyword tjp_isongoing isongoing contained
472
+ hi def link tjp_isongoing Type
473
+ syn keyword tjp_headline headline contained
474
+ hi def link tjp_headline Type
435
475
  syn keyword tjp_booking_resource booking contained
436
476
  hi def link tjp_booking_resource Type
437
- syn keyword tjp_limits_resource limits contained
438
- hi def link tjp_limits_resource Type
439
- syn keyword tjp_managers managers contained
440
- hi def link tjp_managers Type
441
- syn keyword tjp_rate_resource rate contained
442
- hi def link tjp_rate_resource Type
443
- syn keyword tjp_shift_resource shift contained
444
- hi def link tjp_shift_resource Type
445
- syn keyword tjp_shifts_resource shifts contained
446
- hi def link tjp_shifts_resource Type
447
- syn keyword tjp_vacation_resource vacation contained
448
- hi def link tjp_vacation_resource Type
449
- syn keyword tjp_rollupresource rollupresource contained
450
- hi def link tjp_rollupresource Type
451
- syn keyword tjp_rolluptask rolluptask contained
452
- hi def link tjp_rolluptask Type
477
+ syn keyword tjp_alternative alternative contained
478
+ hi def link tjp_alternative Type
479
+ syn keyword tjp_shifts_allocate shift contained
480
+ hi def link tjp_shifts_allocate Type
481
+ syn keyword tjp_flags_timesheet flags contained
482
+ hi def link tjp_flags_timesheet Type
483
+ syn keyword tjp_remaining remaining contained
484
+ hi def link tjp_remaining Type
485
+ syn keyword tjp_status_statussheet status contained
486
+ hi def link tjp_status_statussheet Type
487
+ syn keyword tjp_weekstartssunday weekstartssunday contained
488
+ hi def link tjp_weekstartssunday Type
489
+ syn keyword tjp_onend onend contained
490
+ hi def link tjp_onend Type
491
+ syn keyword tjp_taskprefix taskprefix contained
492
+ hi def link tjp_taskprefix Type
493
+ syn keyword tjp_rate rate
494
+ hi def link tjp_rate Type
495
+ syn keyword tjp_author author contained
496
+ hi def link tjp_author Type
453
497
  syn keyword tjp_active active contained
454
498
  hi def link tjp_active Type
455
- syn keyword tjp_disabled disabled contained
456
- hi def link tjp_disabled Type
499
+ syn keyword tjp_start start contained
500
+ hi def link tjp_start Type
457
501
  syn keyword tjp_enabled enabled contained
458
502
  hi def link tjp_enabled Type
459
- syn keyword tjp_projection projection contained
460
- hi def link tjp_projection Type
461
- syn keyword tjp_replace replace contained
462
- hi def link tjp_replace Type
463
- syn keyword tjp_timezone_shift timezone contained
464
- hi def link tjp_timezone_shift Type
465
- syn keyword tjp_vacation_shift vacation contained
466
- hi def link tjp_vacation_shift Type
467
- syn keyword tjp_sortresources sortresources contained
468
- hi def link tjp_sortresources Type
469
- syn keyword tjp_sorttasks sorttasks contained
470
- hi def link tjp_sorttasks Type
503
+ syn keyword tjp_header header contained
504
+ hi def link tjp_header Type
471
505
  syn keyword tjp_flags_statussheet flags contained
472
506
  hi def link tjp_flags_statussheet Type
473
- syn keyword tjp_status_statussheet status contained
474
- hi def link tjp_status_statussheet Type
475
- syn keyword tjp_statussheet statussheet contained
476
- hi def link tjp_statussheet Type
477
- syn keyword tjp_summary summary contained
478
- hi def link tjp_summary Type
479
- syn keyword tjp_tagfile tagfile contained
480
- hi def link tjp_tagfile Type
481
- syn keyword tjp_adopt_task adopt contained
482
- hi def link tjp_adopt_task Type
483
- syn keyword tjp_note_task note contained
484
- hi def link tjp_note_task Type
485
- syn keyword tjp_gapduration gapduration contained
486
- hi def link tjp_gapduration Type
507
+ syn keyword tjp_status_timesheet status contained
508
+ hi def link tjp_status_timesheet Type
509
+ syn keyword tjp_flags_journalentry flags contained
510
+ hi def link tjp_flags_journalentry Type
511
+ syn keyword tjp_end_timesheet end contained
512
+ hi def link tjp_end_timesheet Type
513
+ syn keyword tjp_reportprefix reportprefix contained
514
+ hi def link tjp_reportprefix Type
515
+ syn keyword tjp_start_report start contained
516
+ hi def link tjp_start_report Type
517
+ syn keyword tjp_startcredit startcredit contained
518
+ hi def link tjp_startcredit Type
519
+ syn keyword tjp_start_limit start contained
520
+ hi def link tjp_start_limit Type
487
521
  syn keyword tjp_gaplength gaplength contained
488
522
  hi def link tjp_gaplength Type
489
- syn keyword tjp_onend onend contained
490
- hi def link tjp_onend Type
491
- syn keyword tjp_onstart onstart contained
492
- hi def link tjp_onstart Type
493
- syn keyword tjp_period_task period contained
494
- hi def link tjp_period_task Type
495
- syn keyword tjp_account_task account contained
496
- hi def link tjp_account_task Type
497
- syn keyword tjp_booking_task booking contained
498
- hi def link tjp_booking_task Type
499
- syn keyword tjp_charge charge contained
500
- hi def link tjp_charge Type
523
+ syn keyword tjp_halign_center center
524
+ hi def link tjp_halign_center Type
525
+ syn keyword tjp_title title contained
526
+ hi def link tjp_title Type
527
+ syn keyword tjp_icalreport icalreport contained
528
+ hi def link tjp_icalreport Type
529
+ syn keyword tjp_hidetask hidetask contained
530
+ hi def link tjp_hidetask Type
531
+ syn keyword tjp_rollupresource rollupresource contained
532
+ hi def link tjp_rollupresource Type
533
+ syn keyword tjp_flags_account flags contained
534
+ hi def link tjp_flags_account Type
501
535
  syn keyword tjp_complete complete contained
502
536
  hi def link tjp_complete Type
503
- syn keyword tjp_depends depends contained
504
- hi def link tjp_depends Type
505
- syn keyword tjp_duration duration contained
506
- hi def link tjp_duration Type
507
- syn keyword tjp_effort effort contained
508
- hi def link tjp_effort Type
509
- syn keyword tjp_end end contained
510
- hi def link tjp_end Type
511
- syn keyword tjp_endcredit endcredit contained
512
- hi def link tjp_endcredit Type
513
- syn keyword tjp_flags_task flags contained
514
- hi def link tjp_flags_task Type
515
- syn keyword tjp_length length contained
516
- hi def link tjp_length Type
517
- syn keyword tjp_limits_task limits contained
518
- hi def link tjp_limits_task Type
519
- syn keyword tjp_maxend maxend contained
520
- hi def link tjp_maxend Type
521
- syn keyword tjp_maxstart maxstart contained
522
- hi def link tjp_maxstart Type
523
- syn keyword tjp_milestone milestone contained
524
- hi def link tjp_milestone Type
525
- syn keyword tjp_minend minend contained
526
- hi def link tjp_minend Type
527
- syn keyword tjp_minstart minstart contained
528
- hi def link tjp_minstart Type
529
- syn keyword tjp_startcredit startcredit contained
530
- hi def link tjp_startcredit Type
537
+ syn keyword tjp_currencyformat currencyformat contained
538
+ hi def link tjp_currencyformat Type
539
+ syn keyword tjp_taskattributes taskattributes contained
540
+ hi def link tjp_taskattributes Type
541
+ syn keyword tjp_timezone_export timezone contained
542
+ hi def link tjp_timezone_export Type
543
+ syn keyword tjp_maximum maximum contained
544
+ hi def link tjp_maximum Type
545
+ syn keyword tjp_extend extend contained
546
+ hi def link tjp_extend Type
547
+ syn keyword tjp_credit credit contained
548
+ hi def link tjp_credit Type
531
549
  syn keyword tjp_precedes precedes contained
532
550
  hi def link tjp_precedes Type
533
- syn keyword tjp_priority priority contained
534
- hi def link tjp_priority Type
535
- syn keyword tjp_projectid_task projectid contained
536
- hi def link tjp_projectid_task Type
537
- syn keyword tjp_responsible responsible contained
538
- hi def link tjp_responsible Type
539
- syn keyword tjp_scheduled scheduled contained
540
- hi def link tjp_scheduled Type
541
- syn keyword tjp_scheduling scheduling contained
542
- hi def link tjp_scheduling Type
543
- syn keyword tjp_shift_task shift contained
544
- hi def link tjp_shift_task Type
545
- syn keyword tjp_shifts_task shifts contained
546
- hi def link tjp_shifts_task Type
547
- syn keyword tjp_start start contained
548
- hi def link tjp_start Type
551
+ syn keyword tjp_projectids projectids
552
+ hi def link tjp_projectids Type
553
+ syn keyword tjp_taskroot taskroot contained
554
+ hi def link tjp_taskroot Type
555
+ syn keyword tjp_yearlyworkingdays yearlyworkingdays contained
556
+ hi def link tjp_yearlyworkingdays Type
557
+ syn keyword tjp_isresource isresource contained
558
+ hi def link tjp_isresource Type
559
+ syn keyword tjp_navigator navigator contained
560
+ hi def link tjp_navigator Type
561
+ syn keyword tjp_minstart minstart contained
562
+ hi def link tjp_minstart Type
563
+ syn keyword tjp_end_report end contained
564
+ hi def link tjp_end_report Type
565
+ syn keyword tjp_timezone_report timezone contained
566
+ hi def link tjp_timezone_report Type
567
+ syn keyword tjp_inherit_extend inherit contained
568
+ hi def link tjp_inherit_extend Type
569
+ syn keyword tjp_isdutyof isdutyof contained
570
+ hi def link tjp_isdutyof Type
571
+ syn keyword tjp_flags_resource flags contained
572
+ hi def link tjp_flags_resource Type
573
+ syn keyword tjp_scale_column scale contained
574
+ hi def link tjp_scale_column Type
575
+ syn keyword tjp_gapduration gapduration contained
576
+ hi def link tjp_gapduration Type
577
+ syn keyword tjp_weeklymin weeklymin contained
578
+ hi def link tjp_weeklymin Type
579
+ syn keyword tjp_text_extend text contained
580
+ hi def link tjp_text_extend Type
549
581
  syn keyword tjp_timeformat timeformat contained
550
582
  hi def link tjp_timeformat Type
551
- syn keyword tjp_timesheet timesheet contained
552
- hi def link tjp_timesheet Type
553
- syn keyword tjp_newtask newtask contained
554
- hi def link tjp_newtask Type
555
- syn keyword tjp_shift_timesheet shift contained
556
- hi def link tjp_shift_timesheet Type
557
- syn keyword tjp_task_timesheet task contained
558
- hi def link tjp_task_timesheet Type
559
- syn keyword tjp_timezone timezone contained
560
- hi def link tjp_timezone Type
561
- syn keyword tjp_flags_timesheet flags contained
562
- hi def link tjp_flags_timesheet Type
563
- syn keyword tjp_status_timesheet status contained
564
- hi def link tjp_status_timesheet Type
565
- syn keyword tjp_end_timesheet end contained
566
- hi def link tjp_end_timesheet Type
567
- syn keyword tjp_priority_timesheet priority contained
568
- hi def link tjp_priority_timesheet Type
569
- syn keyword tjp_remaining remaining contained
570
- hi def link tjp_remaining Type
571
- syn keyword tjp_work work contained
572
- hi def link tjp_work Type
573
- syn keyword tjp_warn warn contained
574
- hi def link tjp_warn Type
575
- syn keyword tjp_workinghours_project workinghours contained
576
- hi def link tjp_workinghours_project Type
577
- syn keyword tjp_workinghours_resource workinghours contained
578
- hi def link tjp_workinghours_resource Type
579
- syn keyword tjp_workinghours_shift workinghours contained
580
- hi def link tjp_workinghours_shift Type
583
+ syn keyword tjp_email email contained
584
+ hi def link tjp_email Type
585
+ syn keyword tjp_accountprefix accountprefix contained
586
+ hi def link tjp_accountprefix Type
581
587
 
582
588
  syn match tjparg contained /\${.*}/
583
589
  syn match tjpcomment /#.*$/
@@ -588,57 +594,57 @@ syn match tjpdate /\s\d\{4}-\d\{1,2}-\d\{1,2}\(-\d\{1,2}:\d\{1,2}\(:\d\{1,2}\)\?
588
594
  syn match tjptime /\s\d\{1,2}:\d\d\(:\d\d\)\?/
589
595
 
590
596
  syn cluster tjpcommon contains=tjpcomment,tjpdate,tjptime,tjpstring,tjpnumber
591
- syn region tjpblk_account start=/^\s*account\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_account,tjp_account,tjpblk_account,tjp_credit,tjp_flags_account
592
- syn region tjpblk_allocate start=/^\s*allocate\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_allocate,tjp_alternative,tjp_limits_allocate,tjpblk_limits_allocate,tjp_select,tjp_persistent,tjp_mandatory,tjp_shifts_allocate contained
593
- syn region tjpblk_limits_allocate start=/^\s*limits\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_limits_allocate,tjp_dailymax,tjpblk_dailymax,tjp_dailymin,tjpblk_dailymin,tjp_maximum,tjpblk_maximum,tjp_minimum,tjpblk_minimum,tjp_monthlymax,tjpblk_monthlymax,tjp_monthlymin,tjpblk_monthlymin,tjp_weeklymax,tjpblk_weeklymax,tjp_weeklymin,tjpblk_weeklymin contained
594
- syn region tjpblk_export start=/^\s*export\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_export,tjp_definitions,tjp_hideresource,tjp_hidetask,tjp_end_report,tjp_period_report,tjp_start_report,tjp_resourceattributes,tjp_rollupresource,tjp_rolluptask,tjp_scenarios_export,tjp_taskattributes,tjp_timezone_export
595
- syn region tjpblk_date_extend start=/^\s*date\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_date_extend,tjp_inherit_extend,tjp_scenariospecific_extend contained
597
+ syn region tjpblk_columns start=/^\s*columns\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_columns,tjp_tooltip_column,tjp_halign_column,tjp_start_column,tjp_listitem_column,tjp_fontcolor_column,tjp_end_column,tjp_period_column,tjp_listtype_column,tjp_cellcolor_column,tjp_celltext_column,tjp_width_column,tjp_scale_column,tjp_title_column contained
598
+ syn region tjpblk_depends start=/^\s*depends\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_depends,tjp_onend,tjp_onstart,tjp_gapduration,tjp_gaplength contained
599
+ syn region tjpblk_nikureport start=/^\s*nikureport\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_nikureport,tjp_hidetask,tjp_title,tjp_period_report,tjp_end_report,tjp_formats,tjp_start_report,tjp_headline,tjp_hideresource,tjp_timeoff_nikureport,tjp_numberformat
600
+ syn region tjpblk_limits_allocate start=/^\s*limits\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_limits_allocate,tjp_maximum,tjpblk_maximum,tjp_monthlymin,tjpblk_monthlymin,tjp_weeklymin,tjpblk_weeklymin,tjp_monthlymax,tjpblk_monthlymax,tjp_dailymax,tjpblk_dailymax,tjp_weeklymax,tjpblk_weeklymax,tjp_minimum,tjpblk_minimum,tjp_dailymin,tjpblk_dailymin contained
601
+ syn region tjpblk_timesheet start=/^\s*timesheet\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_timesheet,tjp_status_timesheet,tjpblk_status_timesheet,tjp_shift_timesheet,tjp_task_timesheet,tjpblk_task_timesheet,tjp_newtask,tjpblk_newtask
602
+ syn region tjpblk_supplement_resource start=/^\s*supplement resource\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_supplement_resource,tjp_supplement_resource,tjpblk_supplement_resource,tjp_shifts_resource,tjp_vacation_resource,tjp_booking_resource,tjpblk_booking_resource,tjp_resource,tjpblk_resource,tjp_flags_resource,tjp_fail,tjp_limits_resource,tjpblk_limits_resource,tjp_shift_resource,tjp_warn,tjp_efficiency,tjp_managers,tjp_rate_resource,tjp_workinghours_resource,tjp_journalentry,tjpblk_journalentry,tjp_purge,tjp_email,tjp_supplement contained
603
+ syn region tjpblk_scenario start=/^\s*scenario\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_scenario,tjp_projection,tjpblk_projection,tjp_enabled,tjp_scenario,tjpblk_scenario,tjp_disabled,tjp_active contained
604
+ syn region tjpblk_journalentry start=/^\s*journalentry\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_journalentry,tjp_author,tjp_flags_journalentry,tjp_alert,tjp_summary,tjp_details contained
605
+ syn region tjpblk_include_properties start=/^\s*include\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_include_properties,tjp_resourceprefix,tjp_taskprefix,tjp_accountprefix,tjp_reportprefix
606
+ syn region tjpblk_dailymax start=/^\s*dailymax\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_dailymax,tjp_end_limit,tjp_resources_limit,tjp_start_limit,tjp_period_limit contained
607
+ syn region tjpblk_monthlymax start=/^\s*monthlymax\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_monthlymax,tjp_end_limit,tjp_resources_limit,tjp_start_limit,tjp_period_limit contained
608
+ syn region tjpblk_shift start=/^\s*shift\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_shift,tjp_vacation_shift,tjp_timezone_shift,tjp_workinghours_shift,tjp_replace,tjp_shift,tjpblk_shift
609
+ syn region tjpblk_newtask start=/^\s*newtask\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_newtask,tjp_status_timesheet,tjpblk_status_timesheet,tjp_priority_timesheet,tjp_remaining,tjp_work,tjp_end_timesheet contained
610
+ syn region tjpblk_limits start=/^\s*limits\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_limits,tjp_maximum,tjpblk_maximum,tjp_monthlymin,tjpblk_monthlymin,tjp_weeklymin,tjpblk_weeklymin,tjp_monthlymax,tjpblk_monthlymax,tjp_dailymax,tjpblk_dailymax,tjp_weeklymax,tjpblk_weeklymax,tjp_minimum,tjpblk_minimum,tjp_dailymin,tjpblk_dailymin
596
611
  syn region tjpblk_reference_extend start=/^\s*reference\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_reference_extend,tjp_inherit_extend,tjp_scenariospecific_extend contained
612
+ syn region tjpblk_minimum start=/^\s*minimum\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_minimum,tjp_end_limit,tjp_resources_limit,tjp_start_limit,tjp_period_limit contained
613
+ syn region tjpblk_date_extend start=/^\s*date\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_date_extend,tjp_inherit_extend,tjp_scenariospecific_extend contained
614
+ syn region tjpblk_booking_task start=/^\s*booking\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_booking_task,tjp_overtime_booking,tjp_sloppy_booking contained
615
+ syn region tjpblk_projection start=/^\s*projection\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_projection,tjp_strict_projection,tjp_sloppy_projection contained
616
+ syn region tjpblk_tagfile start=/^\s*tagfile\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_tagfile,tjp_hidetask,tjp_rollupresource,tjp_hideresource,tjp_rolluptask
617
+ syn region tjpblk_limits_resource start=/^\s*limits\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_limits_resource,tjp_maximum,tjpblk_maximum,tjp_monthlymin,tjpblk_monthlymin,tjp_weeklymin,tjpblk_weeklymin,tjp_monthlymax,tjpblk_monthlymax,tjp_dailymax,tjpblk_dailymax,tjp_weeklymax,tjpblk_weeklymax,tjp_minimum,tjpblk_minimum,tjp_dailymin,tjpblk_dailymin contained
618
+ syn region tjpblk_task start=/^\s*task\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_task,tjp_chargeset,tjp_minend,tjp_minstart,tjp_shift_task,tjp_effort,tjp_booking_task,tjpblk_booking_task,tjp_length,tjp_milestone,tjp_flags_task,tjp_responsible,tjp_scheduling,tjp_shifts_task,tjp_task,tjpblk_task,tjp_fail,tjp_maxend,tjp_priority,tjp_start,tjp_adopt_task,tjp_startcredit,tjp_warn,tjp_charge,tjp_end,tjp_note_task,tjp_allocate,tjpblk_allocate,tjp_duration,tjp_limits_task,tjpblk_limits_task,tjp_maxstart,tjp_precedes,tjpblk_precedes,tjp_projectid_task,tjp_supplement_task,tjpblk_supplement_task,tjp_journalentry,tjpblk_journalentry,tjp_period_task,tjp_scheduled,tjp_complete,tjp_depends,tjpblk_depends,tjp_endcredit,tjp_account_task,tjp_purge
619
+ syn region tjpblk_dailymin start=/^\s*dailymin\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_dailymin,tjp_end_limit,tjp_resources_limit,tjp_start_limit,tjp_period_limit contained
620
+ syn region tjpblk_supplement_task start=/^\s*supplement task\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_supplement_task,tjp_chargeset,tjp_minend,tjp_minstart,tjp_shift_task,tjp_effort,tjp_booking_task,tjpblk_booking_task,tjp_length,tjp_milestone,tjp_flags_task,tjp_responsible,tjp_scheduling,tjp_shifts_task,tjp_task,tjpblk_task,tjp_fail,tjp_maxend,tjp_priority,tjp_start,tjp_adopt_task,tjp_startcredit,tjp_warn,tjp_charge,tjp_end,tjp_note_task,tjp_allocate,tjpblk_allocate,tjp_duration,tjp_limits_task,tjpblk_limits_task,tjp_maxstart,tjp_precedes,tjpblk_precedes,tjp_projectid_task,tjp_supplement_task,tjpblk_supplement_task,tjp_journalentry,tjpblk_journalentry,tjp_period_task,tjp_scheduled,tjp_complete,tjp_depends,tjpblk_depends,tjp_endcredit,tjp_account_task,tjp_purge,tjp_supplement contained
621
+ syn region tjpblk_monthlymin start=/^\s*monthlymin\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_monthlymin,tjp_end_limit,tjp_resources_limit,tjp_start_limit,tjp_period_limit contained
622
+ syn region tjpblk_statussheet start=/^\s*statussheet\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_statussheet,tjp_task_statussheet,tjpblk_task_statussheet
623
+ syn region tjpblk_allocate start=/^\s*allocate\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_allocate,tjp_limits_allocate,tjpblk_limits_allocate,tjp_shifts_allocate,tjp_persistent,tjp_select,tjp_alternative,tjp_mandatory contained
624
+ syn region tjpblk_limits_task start=/^\s*limits\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_limits_task,tjp_maximum,tjpblk_maximum,tjp_monthlymin,tjpblk_monthlymin,tjp_weeklymin,tjpblk_weeklymin,tjp_monthlymax,tjpblk_monthlymax,tjp_dailymax,tjpblk_dailymax,tjp_weeklymax,tjpblk_weeklymax,tjp_minimum,tjpblk_minimum,tjp_dailymin,tjpblk_dailymin contained
625
+ syn region tjpblk_task_timesheet start=/^\s*task\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_task_timesheet,tjp_status_timesheet,tjpblk_status_timesheet,tjp_priority_timesheet,tjp_remaining,tjp_work,tjp_end_timesheet contained
597
626
  syn region tjpblk_richtext_extend start=/^\s*richtext\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_richtext_extend,tjp_inherit_extend,tjp_scenariospecific_extend contained
598
- syn region tjpblk_text_extend start=/^\s*text\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_text_extend,tjp_inherit_extend,tjp_scenariospecific_extend contained
599
- syn region tjpblk_icalreport start=/^\s*icalreport\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_icalreport,tjp_hideresource,tjp_hidejournalentry,tjp_hidetask,tjp_end_report,tjp_period_report,tjp_start_report,tjp_rollupresource,tjp_rolluptask,tjp_scenario_ical
600
- syn region tjpblk_journalentry start=/^\s*journalentry\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_journalentry,tjp_alert,tjp_author,tjp_flags_journalentry,tjp_summary,tjp_details contained
601
- syn region tjpblk_dailymax start=/^\s*dailymax\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_dailymax,tjp_end_limit,tjp_period_limit,tjp_resources_limit,tjp_start_limit contained
602
- syn region tjpblk_dailymin start=/^\s*dailymin\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_dailymin,tjp_end_limit,tjp_period_limit,tjp_resources_limit,tjp_start_limit contained
603
- syn region tjpblk_maximum start=/^\s*maximum\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_maximum,tjp_end_limit,tjp_period_limit,tjp_resources_limit,tjp_start_limit contained
604
- syn region tjpblk_minimum start=/^\s*minimum\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_minimum,tjp_end_limit,tjp_period_limit,tjp_resources_limit,tjp_start_limit contained
605
- syn region tjpblk_monthlymax start=/^\s*monthlymax\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_monthlymax,tjp_end_limit,tjp_period_limit,tjp_resources_limit,tjp_start_limit contained
606
- syn region tjpblk_monthlymin start=/^\s*monthlymin\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_monthlymin,tjp_end_limit,tjp_period_limit,tjp_resources_limit,tjp_start_limit contained
607
- syn region tjpblk_weeklymax start=/^\s*weeklymax\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_weeklymax,tjp_end_limit,tjp_period_limit,tjp_resources_limit,tjp_start_limit contained
608
- syn region tjpblk_weeklymin start=/^\s*weeklymin\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_weeklymin,tjp_end_limit,tjp_period_limit,tjp_resources_limit,tjp_start_limit contained
609
- syn region tjpblk_navigator start=/^\s*navigator\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_navigator,tjp_hidereport
610
- syn region tjpblk_nikureport start=/^\s*nikureport\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_nikureport,tjp_formats,tjp_headline,tjp_hideresource,tjp_hidetask,tjp_numberformat,tjp_end_report,tjp_period_report,tjp_start_report,tjp_title,tjp_timeoff_nikureport
611
- syn region tjpblk_extend start=/^\s*extend\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_extend,tjp_date_extend,tjpblk_date_extend,tjp_reference_extend,tjpblk_reference_extend,tjp_richtext_extend,tjpblk_richtext_extend,tjp_text_extend,tjpblk_text_extend contained
612
- syn region tjpblk_project start=/^\s*project\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_project,tjp_currencyformat,tjp_currency,tjp_dailyworkinghours,tjp_extend,tjpblk_extend,tjp_include_project,tjp_journalentry,tjpblk_journalentry,tjp_now,tjp_numberformat,tjp_scenario,tjpblk_scenario,tjp_shorttimeformat,tjp_timeformat,tjp_timezone,tjp_timingresolution,tjp_trackingscenario,tjp_weekstartsmonday,tjp_weekstartssunday,tjp_workinghours_project,tjp_yearlyworkingdays
613
- syn region tjpblk_limits start=/^\s*limits\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_limits,tjp_dailymax,tjpblk_dailymax,tjp_dailymin,tjpblk_dailymin,tjp_maximum,tjpblk_maximum,tjp_minimum,tjpblk_minimum,tjp_monthlymax,tjpblk_monthlymax,tjp_monthlymin,tjpblk_monthlymin,tjp_weeklymax,tjpblk_weeklymax,tjp_weeklymin,tjpblk_weeklymin
614
- syn region tjpblk_include_properties start=/^\s*include\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_include_properties,tjp_accountprefix,tjp_reportprefix,tjp_resourceprefix,tjp_taskprefix
615
- syn region tjpblk_report_resourcereport start=/^\s*resourcereport\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_report_resourcereport,tjp_balance,tjp_caption,tjp_center,tjp_columns,tjpblk_columns,tjp_currencyformat,tjp_end_report,tjp_epilog,tjp_flags_report,tjp_footer,tjp_formats,tjp_header,tjp_headline,tjp_hidejournalentry,tjp_hideresource,tjp_hidetask,tjp_left,tjp_loadunit,tjp_numberformat,tjp_period_report,tjp_prolog,tjp_opennodes,tjp_report,tjpblk_report,tjp_right,tjp_rollupresource,tjp_rolluptask,tjp_scenarios,tjp_selfcontained,tjp_sortresources,tjp_sorttasks,tjp_start_report,tjp_resourceroot,tjp_taskroot,tjp_timeformat,tjp_timezone_report,tjp_title
616
- syn region tjpblk_report_taskreport start=/^\s*taskreport\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_report_taskreport,tjp_balance,tjp_caption,tjp_center,tjp_columns,tjpblk_columns,tjp_currencyformat,tjp_end_report,tjp_epilog,tjp_flags_report,tjp_footer,tjp_formats,tjp_header,tjp_headline,tjp_hidejournalentry,tjp_hideresource,tjp_hidetask,tjp_left,tjp_loadunit,tjp_numberformat,tjp_period_report,tjp_prolog,tjp_opennodes,tjp_report,tjpblk_report,tjp_right,tjp_rollupresource,tjp_rolluptask,tjp_scenarios,tjp_selfcontained,tjp_sortresources,tjp_sorttasks,tjp_start_report,tjp_resourceroot,tjp_taskroot,tjp_timeformat,tjp_timezone_report,tjp_title
617
- syn region tjpblk_report_textreport start=/^\s*textreport\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_report_textreport,tjp_balance,tjp_caption,tjp_center,tjp_columns,tjpblk_columns,tjp_currencyformat,tjp_end_report,tjp_epilog,tjp_flags_report,tjp_footer,tjp_formats,tjp_header,tjp_headline,tjp_hidejournalentry,tjp_hideresource,tjp_hidetask,tjp_left,tjp_loadunit,tjp_numberformat,tjp_period_report,tjp_prolog,tjp_opennodes,tjp_report,tjpblk_report,tjp_right,tjp_rollupresource,tjp_rolluptask,tjp_scenarios,tjp_selfcontained,tjp_sortresources,tjp_sorttasks,tjp_start_report,tjp_resourceroot,tjp_taskroot,tjp_timeformat,tjp_timezone_report,tjp_title
618
- syn region tjpblk_columns start=/^\s*columns\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_columns,tjp_celltext_column,tjp_cellcolor_column,tjp_end_column,tjp_fontcolor_column,tjp_halign_column,tjp_listitem_column,tjp_listtype_column,tjp_period_column,tjp_scale_column,tjp_start_column,tjp_title_column,tjp_tooltip_column,tjp_width_column contained
619
- syn region tjpblk_resource start=/^\s*resource\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_resource,tjp_email,tjp_journalentry,tjpblk_journalentry,tjp_purge,tjp_resource,tjpblk_resource,tjp_efficiency,tjp_flags_resource,tjp_booking_resource,tjpblk_booking_resource,tjp_fail,tjp_limits_resource,tjpblk_limits_resource,tjp_managers,tjp_rate_resource,tjp_shift_resource,tjp_shifts_resource,tjp_vacation_resource,tjp_warn,tjp_workinghours_resource,tjp_supplement_resource,tjpblk_supplement_resource
620
- syn region tjpblk_supplement_resource start=/^\s*supplement resource\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_supplement_resource,tjp_email,tjp_journalentry,tjpblk_journalentry,tjp_purge,tjp_resource,tjpblk_resource,tjp_efficiency,tjp_flags_resource,tjp_booking_resource,tjpblk_booking_resource,tjp_fail,tjp_limits_resource,tjpblk_limits_resource,tjp_managers,tjp_rate_resource,tjp_shift_resource,tjp_shifts_resource,tjp_vacation_resource,tjp_warn,tjp_workinghours_resource,tjp_supplement_resource,tjpblk_supplement_resource,tjp_supplement contained
627
+ syn region tjpblk_weeklymax start=/^\s*weeklymax\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_weeklymax,tjp_end_limit,tjp_resources_limit,tjp_start_limit,tjp_period_limit contained
621
628
  syn region tjpblk_booking_resource start=/^\s*booking\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_booking_resource,tjp_overtime_booking,tjp_sloppy_booking contained
622
- syn region tjpblk_limits_resource start=/^\s*limits\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_limits_resource,tjp_dailymax,tjpblk_dailymax,tjp_dailymin,tjpblk_dailymin,tjp_maximum,tjpblk_maximum,tjp_minimum,tjpblk_minimum,tjp_monthlymax,tjpblk_monthlymax,tjp_monthlymin,tjpblk_monthlymin,tjp_weeklymax,tjpblk_weeklymax,tjp_weeklymin,tjpblk_weeklymin contained
623
- syn region tjpblk_scenario start=/^\s*scenario\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_scenario,tjp_active,tjp_disabled,tjp_enabled,tjp_projection,tjpblk_projection,tjp_scenario,tjpblk_scenario contained
624
- syn region tjpblk_projection start=/^\s*projection\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_projection,tjp_sloppy_projection,tjp_strict_projection contained
625
- syn region tjpblk_shift start=/^\s*shift\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_shift,tjp_shift,tjpblk_shift,tjp_replace,tjp_timezone_shift,tjp_vacation_shift,tjp_workinghours_shift
626
- syn region tjpblk_status_statussheet start=/^\s*status\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_status_statussheet,tjp_author,tjp_details,tjp_flags_statussheet,tjp_summary contained
627
- syn region tjpblk_statussheet start=/^\s*statussheet\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_statussheet,tjp_task_statussheet,tjpblk_task_statussheet
628
- syn region tjpblk_statussheetreport start=/^\s*statussheetreport\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_statussheetreport,tjp_hideresource,tjp_hidetask,tjp_end_report,tjp_period_report,tjp_start_report,tjp_sortresources,tjp_sorttasks
629
- syn region tjpblk_task_statussheet start=/^\s*task\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_task_statussheet,tjp_status_statussheet,tjpblk_status_statussheet,tjp_task_statussheet,tjpblk_task_statussheet contained
630
- syn region tjpblk_tagfile start=/^\s*tagfile\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_tagfile,tjp_hideresource,tjp_hidetask,tjp_rollupresource,tjp_rolluptask
631
- syn region tjpblk_task start=/^\s*task\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_task,tjp_adopt_task,tjp_journalentry,tjpblk_journalentry,tjp_note_task,tjp_purge,tjp_supplement_task,tjpblk_supplement_task,tjp_task,tjpblk_task,tjp_account_task,tjp_allocate,tjpblk_allocate,tjp_booking_task,tjpblk_booking_task,tjp_charge,tjp_chargeset,tjp_complete,tjp_depends,tjpblk_depends,tjp_duration,tjp_effort,tjp_end,tjp_endcredit,tjp_flags_task,tjp_fail,tjp_length,tjp_limits_task,tjpblk_limits_task,tjp_maxend,tjp_maxstart,tjp_milestone,tjp_minend,tjp_minstart,tjp_startcredit,tjp_period_task,tjp_precedes,tjpblk_precedes,tjp_priority,tjp_projectid_task,tjp_responsible,tjp_scheduled,tjp_scheduling,tjp_shift_task,tjp_shifts_task,tjp_start,tjp_warn
632
- syn region tjpblk_supplement_task start=/^\s*supplement task\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_supplement_task,tjp_adopt_task,tjp_journalentry,tjpblk_journalentry,tjp_note_task,tjp_purge,tjp_supplement_task,tjpblk_supplement_task,tjp_task,tjpblk_task,tjp_account_task,tjp_allocate,tjpblk_allocate,tjp_booking_task,tjpblk_booking_task,tjp_charge,tjp_chargeset,tjp_complete,tjp_depends,tjpblk_depends,tjp_duration,tjp_effort,tjp_end,tjp_endcredit,tjp_flags_task,tjp_fail,tjp_length,tjp_limits_task,tjpblk_limits_task,tjp_maxend,tjp_maxstart,tjp_milestone,tjp_minend,tjp_minstart,tjp_startcredit,tjp_period_task,tjp_precedes,tjpblk_precedes,tjp_priority,tjp_projectid_task,tjp_responsible,tjp_scheduled,tjp_scheduling,tjp_shift_task,tjp_shifts_task,tjp_start,tjp_warn,tjp_supplement contained
633
- syn region tjpblk_booking_task start=/^\s*booking\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_booking_task,tjp_overtime_booking,tjp_sloppy_booking contained
634
- syn region tjpblk_depends start=/^\s*depends\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_depends,tjp_gapduration,tjp_gaplength,tjp_onend,tjp_onstart contained
635
- syn region tjpblk_limits_task start=/^\s*limits\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_limits_task,tjp_dailymax,tjpblk_dailymax,tjp_dailymin,tjpblk_dailymin,tjp_maximum,tjpblk_maximum,tjp_minimum,tjpblk_minimum,tjp_monthlymax,tjpblk_monthlymax,tjp_monthlymin,tjpblk_monthlymin,tjp_weeklymax,tjpblk_weeklymax,tjp_weeklymin,tjpblk_weeklymin contained
636
- syn region tjpblk_precedes start=/^\s*precedes\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_precedes,tjp_gapduration,tjp_gaplength,tjp_onend,tjp_onstart contained
637
- syn region tjpblk_timesheet start=/^\s*timesheet\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_timesheet,tjp_newtask,tjpblk_newtask,tjp_shift_timesheet,tjp_status_timesheet,tjpblk_status_timesheet,tjp_task_timesheet,tjpblk_task_timesheet
638
- syn region tjpblk_newtask start=/^\s*newtask\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_newtask,tjp_end_timesheet,tjp_priority_timesheet,tjp_remaining,tjp_status_timesheet,tjpblk_status_timesheet,tjp_work contained
639
- syn region tjpblk_task_timesheet start=/^\s*task\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_task_timesheet,tjp_end_timesheet,tjp_priority_timesheet,tjp_remaining,tjp_status_timesheet,tjpblk_status_timesheet,tjp_work contained
640
- syn region tjpblk_timesheetreport start=/^\s*timesheetreport\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_timesheetreport,tjp_hideresource,tjp_end_report,tjp_period_report,tjp_start_report
641
- syn region tjpblk_status_timesheet start=/^\s*status\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_status_timesheet,tjp_details,tjp_flags_timesheet,tjp_summary contained
629
+ syn region tjpblk_report_resourcereport start=/^\s*resourcereport\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_report_resourcereport,tjp_selfcontained,tjp_scenarios,tjp_hidetask,tjp_title,tjp_sorttasks,tjp_period_report,tjp_opennodes,tjp_end_report,tjp_caption,tjp_taskroot,tjp_report,tjpblk_report,tjp_formats,tjp_flags_report,tjp_loadunit,tjp_sortresources,tjp_journalattributes,tjp_hidejournalentry,tjp_header,tjp_center,tjp_timezone_report,tjp_start_report,tjp_balance,tjp_resourceroot,tjp_headline,tjp_epilog,tjp_sortjournalentries,tjp_timeformat,tjp_rollupresource,tjp_right,tjp_hideresource,tjp_footer,tjp_rolluptask,tjp_journalmode,tjp_purge,tjp_prolog,tjp_numberformat,tjp_left,tjp_currencyformat,tjp_columns,tjpblk_columns
630
+ syn region tjpblk_report_taskreport start=/^\s*taskreport\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_report_taskreport,tjp_selfcontained,tjp_scenarios,tjp_hidetask,tjp_title,tjp_sorttasks,tjp_period_report,tjp_opennodes,tjp_end_report,tjp_caption,tjp_taskroot,tjp_report,tjpblk_report,tjp_formats,tjp_flags_report,tjp_loadunit,tjp_sortresources,tjp_journalattributes,tjp_hidejournalentry,tjp_header,tjp_center,tjp_timezone_report,tjp_start_report,tjp_balance,tjp_resourceroot,tjp_headline,tjp_epilog,tjp_sortjournalentries,tjp_timeformat,tjp_rollupresource,tjp_right,tjp_hideresource,tjp_footer,tjp_rolluptask,tjp_journalmode,tjp_purge,tjp_prolog,tjp_numberformat,tjp_left,tjp_currencyformat,tjp_columns,tjpblk_columns
631
+ syn region tjpblk_report_textreport start=/^\s*textreport\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_report_textreport,tjp_selfcontained,tjp_scenarios,tjp_hidetask,tjp_title,tjp_sorttasks,tjp_period_report,tjp_opennodes,tjp_end_report,tjp_caption,tjp_taskroot,tjp_report,tjpblk_report,tjp_formats,tjp_flags_report,tjp_loadunit,tjp_sortresources,tjp_journalattributes,tjp_hidejournalentry,tjp_header,tjp_center,tjp_timezone_report,tjp_start_report,tjp_balance,tjp_resourceroot,tjp_headline,tjp_epilog,tjp_sortjournalentries,tjp_timeformat,tjp_rollupresource,tjp_right,tjp_hideresource,tjp_footer,tjp_rolluptask,tjp_journalmode,tjp_purge,tjp_prolog,tjp_numberformat,tjp_left,tjp_currencyformat,tjp_columns,tjpblk_columns
632
+ syn region tjpblk_status_statussheet start=/^\s*status\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_status_statussheet,tjp_author,tjp_summary,tjp_details,tjp_flags_statussheet contained
633
+ syn region tjpblk_timesheetreport start=/^\s*timesheetreport\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_timesheetreport,tjp_period_report,tjp_end_report,tjp_start_report,tjp_hideresource
634
+ syn region tjpblk_status_timesheet start=/^\s*status\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_status_timesheet,tjp_summary,tjp_flags_timesheet,tjp_details contained
635
+ syn region tjpblk_project start=/^\s*project\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_project,tjp_timezone,tjp_currency,tjp_trackingscenario,tjp_shorttimeformat,tjp_scenario,tjpblk_scenario,tjp_now,tjp_weekstartsmonday,tjp_include_project,tjp_yearlyworkingdays,tjp_timingresolution,tjp_weekstartssunday,tjp_journalentry,tjpblk_journalentry,tjp_timeformat,tjp_workinghours_project,tjp_numberformat,tjp_extend,tjpblk_extend,tjp_dailyworkinghours,tjp_currencyformat
636
+ syn region tjpblk_icalreport start=/^\s*icalreport\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_icalreport,tjp_scenario_ical,tjp_hidetask,tjp_period_report,tjp_end_report,tjp_hidejournalentry,tjp_start_report,tjp_rollupresource,tjp_hideresource,tjp_rolluptask
637
+ syn region tjpblk_maximum start=/^\s*maximum\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_maximum,tjp_end_limit,tjp_resources_limit,tjp_start_limit,tjp_period_limit contained
638
+ syn region tjpblk_extend start=/^\s*extend\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_extend,tjp_reference_extend,tjpblk_reference_extend,tjp_date_extend,tjpblk_date_extend,tjp_richtext_extend,tjpblk_richtext_extend,tjp_text_extend,tjpblk_text_extend contained
639
+ syn region tjpblk_precedes start=/^\s*precedes\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_precedes,tjp_onend,tjp_onstart,tjp_gapduration,tjp_gaplength contained
640
+ syn region tjpblk_export start=/^\s*export\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_export,tjp_hidetask,tjp_period_report,tjp_end_report,tjp_scenarios_export,tjp_resourceattributes,tjp_start_report,tjp_definitions,tjp_timezone_export,tjp_taskattributes,tjp_rollupresource,tjp_hideresource,tjp_rolluptask
641
+ syn region tjpblk_resource start=/^\s*resource\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_resource,tjp_supplement_resource,tjpblk_supplement_resource,tjp_shifts_resource,tjp_vacation_resource,tjp_booking_resource,tjpblk_booking_resource,tjp_resource,tjpblk_resource,tjp_flags_resource,tjp_fail,tjp_limits_resource,tjpblk_limits_resource,tjp_shift_resource,tjp_warn,tjp_efficiency,tjp_managers,tjp_rate_resource,tjp_workinghours_resource,tjp_journalentry,tjpblk_journalentry,tjp_purge,tjp_email
642
+ syn region tjpblk_navigator start=/^\s*navigator\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_navigator,tjp_hidereport
643
+ syn region tjpblk_account start=/^\s*account\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_account,tjp_account,tjpblk_account,tjp_flags_account,tjp_credit
644
+ syn region tjpblk_statussheetreport start=/^\s*statussheetreport\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_statussheetreport,tjp_hidetask,tjp_sorttasks,tjp_period_report,tjp_end_report,tjp_sortresources,tjp_start_report,tjp_hideresource
645
+ syn region tjpblk_weeklymin start=/^\s*weeklymin\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_weeklymin,tjp_end_limit,tjp_resources_limit,tjp_start_limit,tjp_period_limit contained
646
+ syn region tjpblk_text_extend start=/^\s*text\s.*{/ end=/^\s*}/ transparent contains=@tjpcommon,tjp_text_extend,tjp_inherit_extend,tjp_scenariospecific_extend contained
647
+ syn region tjpblk_task_statussheet start=/^\s*task\s.*{/ end=/^\s*}/ transparent fold contains=@tjpcommon,tjp_task_statussheet,tjp_task_statussheet,tjpblk_task_statussheet,tjp_status_statussheet,tjpblk_status_statussheet contained
642
648
  syn region tjpblk_macro start=/macro\s\+\h\w*\s*\[/ end=/\]$/ transparent fold contains=ALL
643
649
  syn region tjpstring start=/"/ skip=/\\"/ end=/"/
644
650
  syn region tjpstring start=/'/ skip=/\\'/ end=/'/