Skip to content

Commit 8d7769e

Browse files
Add documentation for convert_ident_case
1 parent c80973e commit 8d7769e

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

st_commands_metadata/c.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,5 +396,29 @@
396396
"doc_string": "Opens a new side by side window layout, with the current color scheme (default version) on the left & the user version on the right side. To make color scheme customization easier.",
397397
"type": "default",
398398
"location": "Default/ui.py"
399+
},
400+
"convert_ident_case": {
401+
"command_type": "text",
402+
"doc_string": "Transforms the target selection(s) based on the specified casing.",
403+
"args": [
404+
{
405+
"name": "case",
406+
"doc_string": "The target casing. Valid values are 'upper', 'lower' & 'title'.",
407+
"type": "string"
408+
},
409+
{
410+
"name": "first_case",
411+
"doc_string": "The casing of the first word. Defaults to the value of the argument 'case', if not specified.",
412+
"type": "string"
413+
},
414+
{
415+
"name": "separator",
416+
"doc_string": "The string to use to seperate words.",
417+
"type": "string"
418+
}
419+
],
420+
"added": 4128,
421+
"type": "default",
422+
"location": "Default/transform.py"
399423
}
400424
}

0 commit comments

Comments
 (0)