[Solved] Rename: Draft_Edit_Improved to Draft_SubelementHighlight

Discussions about the wiki documentation of FreeCAD and its translation.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
vocx
Veteran
Posts: 5197
Joined: Thu Oct 18, 2018 9:18 pm

[Solved] Rename: Draft_Edit_Improved to Draft_SubelementHighlight

Post by vocx »

The Draft_Edit_Improved page should be renamed to Draft_SubelementHighlight.

This command was previously called Draft_Edit_Improved, but after further consideration, and to avoid confusion, it was decided to rename it first to Draft_SubelementModify, and now to Draft_SubelementHighlight.

See pull request #2597 and #2705. The original tool comes from pull request #1975, and Proposal for draft modifiers to work in draft edit mode.

https://github.com/FreeCAD/FreeCAD/blob ... s.py#L5688

Code: Select all

FreeCADGui.addCommand('Draft_SubelementHighlight', SubelementHighlight())
Last edited by Kunda1 on Thu Dec 05, 2019 9:51 pm, edited 1 time in total.
Reason: Added [Solved] to thread title
Always add the important information to your posts if you need help. Also see Tutorials and Video tutorials.
To support the documentation effort, and code development, your donation is appreciated: liberapay.com/FreeCAD.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Rename: Draft_Edit_Improved to Draft_SubelementHighlight

Post by Kunda1 »

Moved but concernably it didn't auto redirect the old pages to the new one. I had to manually redirect the main English page. Does this need to be done for the translation pages as well?
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply