Wesnoth: 'todo:' notes in help pages for Scenario Editor

Created on 26 Apr 2018  路  10Comments  路  Source: wesnoth/wesnoth

some help pages, in particular those about the editor contain are incomplete and contain 'todo:' comments.

New Stable Bug Editor Help Prose

All 10 comments

I'd like to re-enable the editor help pages for the 1.15 branch, with the idea that they'll either be improved or hidden again before 1.16.0.

The remaining todos in the help are only about the scenario editor - retitling the issue to match that.

Marked blocker for the same reason as #4280: We shouldn't release 1.16.0 with todos in the help.

Current list:

git grep -ni todo data/core/editor/
data/core/editor/help.cfg:133:    text= "<img>src=icons/action/editor-tool-label_60.png align=left box=yes</img>" + _"TODO"
data/core/editor/help.cfg:141:    text= "<img>src=icons/action/editor-tool-item_60.png align=left box=yes</img>" + _"TODO"
data/core/editor/help.cfg:159:    text= "<img>src=icons/action/editor-tool-village_60.png align=left box=yes</img>" + _"TODO"
data/core/editor/help.cfg:167:    text= "<img>src=icons/action/editor-tool-unit_60.png align=left box=yes</img>" + _"TODO"
data/core/editor/help.cfg:299:    text= _ "TODO"
data/core/editor/help.cfg:349:TODO.>>
data/core/editor/terrain-groups.cfg:8:#TODO

@fendrin what's to be done in the TODO in terrain-groups.cfg, please?

It was added in 169c74ba55048f12731b86b0a537a99f649af3c5, which also adds [terrain-group]id=autumn to that file. My guess is that the TODO was just a reminder to add that terrain-group, and you forgot to remove the TODO comment.

Re: jostephd's list:

If we don't hear otherwise, I suggest to just remove the TODO in terrain-groups.cfg.

@stevecotton Do you plan to work on this further before string freeze? I assume these todos were made user-visible again by your PR, #4414.

I'm hoping that someone who uses the scenario editor will take over and write the documentation. Without the knowledge of someone who uses the editor, the only option is to leave a gap in the documentation.

If no-one else does it, then I'll do a clean-up that hides those pages while keeping the terrain-editor's pages visible.

@Pentarctagon this issue corresponds to the roadmap item "Improve the documentation for the editor, following from the discussion in PR #4999".

@Pentarctagon although I'd put this in the roadmap for 1.15.5, I think it's going to come much later, possibly as late as 1.15.11 (the milestone for finishing the scenario editor's feature removal).

Alright, I've updated to roadmap to reflect that.

Note when fixing this - check for dead links by running in --debug mode.

Was this page helpful?
0 / 5 - 0 ratings