This shows you the differences between two versions of the page.
| smithbox:param-editor-massedit-reference [2026/01/20 16:13] – created admin | smithbox:param-editor-massedit-reference [2026/01/20 16:22] (current) – admin | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| ===== Param Selectors ===== | ===== Param Selectors ===== | ||
| + | |< 100% 25% 100% >| | ||
| + | ^ Usage^ Description ^ | ||
| + | | selection | Selects the current param selection and selected rows in that param. | | ||
| + | | clipboard | Selects the param of the clipboard and the rows in the clipboard. | | ||
| + | | param | Selects all params whose name matches the given regex. | | ||
| + | | modified | Selects params where any rows do not match the vanilla version, or where any are added. Ignores row names. | | ||
| + | | auxparam: < | ||
| + | | vars: < | ||
| ===== Row Selectors ===== | ===== Row Selectors ===== | ||
| + | |< 100% 25% 100% >| | ||
| + | ^ Usage^ Description ^ | ||
| + | | selection | Selects the current param selection and selected rows in that param. | | ||
| + | | clipboard | Selects the param of the clipboard and the rows in the clipboard. | | ||
| + | | modified | Selects rows which do not match the vanilla version, or are added. Ignores row name. | | ||
| + | | added | Selects rows where the ID is not found in the vanilla param. | | ||
| + | | id: < | ||
| + | | idrange: <min> <max> | Selects rows whose ID falls in the given numerical range. Minimum and maximum are inclusive. | | ||
| + | | name: < | ||
| + | | prop: < | ||
| + | | proprange: < | ||
| + | | propref: < | ||
| + | | propwhere: < | ||
| + | | mergeable | Selects rows which are not modified in the primary regulation or parambnd and there is exactly one equivalent row in another regulation or parambnd that is modified. | | ||
| + | | conflicts | Selects rows which, among all equivalents in the primary and additional regulations or parambnds, there is more than 1 row which is modified | | ||
| + | | fmg: < | ||
| + | | vanillaprop: | ||
| + | | vanillaproprange: | ||
| + | | auxprop: < | ||
| + | | auxproprange: | ||
| + | | semijoin: < | ||
| + | | unique: < | ||
| + | | vars: < | ||
| + | |||
| ===== Field Selectors ===== | ===== Field Selectors ===== | ||
| + | |< 100% 25% 100% >| | ||
| + | ^ Usage^ Description ^ | ||
| + | | < | ||
| + | | modified | Selects cells/ | ||
| + | | auxmodified: | ||
| + | | sftype: < | ||
| + | | vars: < | ||
| ===== Global Operations ===== | ===== Global Operations ===== | ||
| Line 44: | Line 83: | ||
| | rowIndex | Gives an integer for the current selected row, beginning at 0 and increasing by 1 for each row selected. | | | rowIndex | Gives an integer for the current selected row, beginning at 0 and increasing by 1 for each row selected. | | ||
| | fieldIndex | Gives an integer for the current selected field, beginning at 0 and increasing by 1 for each field selected. | | | fieldIndex | Gives an integer for the current selected field, beginning at 0 and increasing by 1 for each field selected. | | ||
| + | |||
| ===== Row Operations ===== | ===== Row Operations ===== | ||
| + | |< 100% 25% 100% >| | ||
| + | ^ Usage^ Description ^ | ||
| + | | copy | Adds the selected rows into clipboard. If the clipboard param is different, the clipboard is emptied first. | | ||
| + | | copyN < | ||
| + | | paste | Adds the selected rows to the primary regulation or parambnd in the selected param | | ||
| ===== Field Operations ===== | ===== Field Operations ===== | ||
| + | |< 100% 25% 100% >| | ||
| + | | = < | ||
| + | | + < | ||
| + | | - < | ||
| + | | * < | ||
| + | | / < | ||
| + | | % < | ||
| + | | scale < | ||
| + | | replace <search string> <replace string> | Interprets the selected values as text and replaces all occurances of the text to replace with the new text | | ||
| + | | replacex <search string> <replace string> | Interprets the selected values as text and replaces all occurances of the given regex with the replacement, | ||
| + | | max < | ||
| + | | min < | ||
| + | | round < | ||
| + | | ceil < | ||
| + | | floor < | ||