Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra text portions for ref numbers #5

Open
jkornelsen opened this issue Feb 6, 2017 · 0 comments
Open

Extra text portions for ref numbers #5

jkornelsen opened this issue Feb 6, 2017 · 0 comments
Labels

Comments

@jkornelsen
Copy link
Collaborator

Editing a ref number manually adds a new text section,
and then updating examples will only get part of the ref number.

Add a cleanup dialog? Like SOLID.

  • first have an option that just looks for problems
  • to fix, could simply replace the word string, which seems fairly easy.
  • searching will be the difficult thing.
    • Replace the whole contiguous string, not just one word at a time.
      Or maybe a paragraph at a time. See how it is typically done in the XML.
    • Make a textcursor for the main text.
    • Loop through each frame and make a textcursor for each one.
    • Loop through each table and make a textcursor for each cell.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant