P-McG / BT-MatML-Editor

Material Text Editor for the xml MatML schema (https://www.matml.org)
GNU General Public License v3.0
6 stars 0 forks source link

Qualifier, when it is an Optional element, has incorrectly BumpUp BumpDown in the context menu. #27

Open P-McG opened 2 years ago

P-McG commented 2 years ago

The way the context menu works assumes that all occurrences of a MatML element is the same type of element, eg. sequence, optional, required. Elements that are multiple types, e.g. Qualifier is a sequence and an optional element in different parent classes. Needs fixing.