Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

OSEE/HowTo/MassEdit

< OSEE‎ | HowTo
Revision as of 14:13, 29 October 2010 by Mark.db.zytek.co.uk (Talk | contribs) (New page: There are times, particularly with enumerated attributes, when it is useful to be able to change the value of an attribute in many artifacts at the same time. Mass edit is the way to do t...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

There are times, particularly with enumerated attributes, when it is useful to be able to change the value of an attribute in many artifacts at the same time.

Mass edit is the way to do this.

In Artifact explorer, select all the artifacts that you want to change (the "Expand All" option is often useful here), then right-click "Mass Edit".

In the Mass Edit window, again select the artifacts that you want to change. Note that they must all be of the same artifact type for this to work. Then, right-click "Column Multi Edit", pick the name of the attribute you want to change, and then the new value.

Save, and all the artifacts are updated.

Note: If the arttribute is an enumeration, you get three options when choosing the new value.

The default is to add the new value to the enumeration if it is not already chosen so, for example, a value of "None" where they were all "E" will yield a result of "E","None"

The next, which is typically what you want, is to replace any existing values with the new value so, for example, a value of "None" where they were all "E" will yield a result of "None"

The final option is to remove the value if it is already chosen so, for example, a value of "E" where they were all "E","None" will yield a result of "None"

Copyright © Eclipse Foundation, Inc. All Rights Reserved.