Skip to content

Implement Text Search #2

Open
Open
@gbroques

Description

@gbroques

It's common for spreadsheets referencing a property in another document to duplicate that as a label in a nearby cell or alias in it's internal spreadsheet.

We could possibly implement this as a simple "text search" and have separate find and replace functions for "text references".

Pattern would be r'\bText\b'.

Changing an internal alias is somewhat complicated as you need to also change all references to that alias.

FreeCAD implements this by default, so maybe it's not worth addressing.

This search could be performed after a rename operation, on only the documents that were renamed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions