Basic document handling
This commit is contained in:
17
BEdit/.vscode/tasks.json
vendored
17
BEdit/.vscode/tasks.json
vendored
@@ -98,13 +98,28 @@
|
||||
"panel": "shared"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Qt: Compile Component Options UI to Python",
|
||||
"type": "shell",
|
||||
"command": "pyside6-uic",
|
||||
"args": [
|
||||
"--from-imports",
|
||||
"${workspaceFolder}/ui/component_options_dialog.ui",
|
||||
"-o",
|
||||
"${workspaceFolder}/src/bedit/ui_component_options_dialog.py"
|
||||
],
|
||||
"options": {"cwd": "${workspaceFolder}"},
|
||||
"problemMatcher": [],
|
||||
"presentation": {"reveal": "silent", "panel": "shared"}
|
||||
},
|
||||
{
|
||||
"label": "Qt: Build Designer Files",
|
||||
"dependsOrder": "sequence",
|
||||
"dependsOn": [
|
||||
"Qt: Compile Resources to Python",
|
||||
"Qt: Compile UI to Python",
|
||||
"Qt: Compile Settings UI to Python"
|
||||
"Qt: Compile Settings UI to Python",
|
||||
"Qt: Compile Component Options UI to Python"
|
||||
],
|
||||
"problemMatcher": [],
|
||||
"group": {
|
||||
|
||||
Reference in New Issue
Block a user