/usr/share/pgmodeler/conf/schemas/widget.sch is in pgmodeler-common 0.9.1~beta-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # XML definition for files opened on a session
# CAUTION: Do not modify this file unless you know what you are doing.
$tb [<widget]
%if {validator} %then
[ id="validator"]
[ sql-validation="] %if {sql-validation} %then true %else false %end ["]
[ use-unique-names="] %if {use-unique-names} %then true %else false %end ["]
[ pgsql-version="] %if {pgsql-ver} %then {pgsql-ver} %else auto %end ["]
%else
%if {objectfinder} %then
[ id="objectfinder"]
[ regexp="] %if {regexp} %then true %else false %end ["]
[ case-sensitive="] %if {case-sensitive} %then true %else false %end ["]
[ exact-match="] %if {exact-match} %then true %else false %end ["]
[ select-objects="] %if {select-objects} %then true %else false %end ["]
[ fadein-objects="] %if {fadein-objects} %then true %else false %end ["]
%else
%if {sqltool} %then
[ id="sqltool"]
[ show-attributes-grid="] %if {show-attributes-grid} %then true %else false %end ["]
[ show-source-pane="] %if {show-source-pane} %then true %else false %end ["]
%end
%end
%end
/> $br
|