File: org.gnome.anjuta.plugins.python.gschema.xml.in

package info (click to toggle)
anjuta 2%3A3.34.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 72,196 kB
  • sloc: ansic: 207,444; sh: 47,499; cpp: 11,461; makefile: 3,588; yacc: 2,821; perl: 2,094; lex: 1,546; xml: 904; python: 149; sql: 99; java: 10
file content (25 lines) | stat: -rw-r--r-- 715 bytes parent folder | download | duplicates (5)
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
<schemalist>
	<schema id="org.gnome.anjuta.plugins.python" path="/org/gnome/anjuta/plugins/python/">
		<key name="no-rope-warning" type="b">
			<default>false</default>
		</key>
		<key name="completion-enable" type="b">
			<default>true</default>
		</key>
		<key name="completion-space-after-func" type="b">
			<default>true</default>
		</key>
		<key name="completion-brace-after-func" type="b">
			<default>true</default>
		</key>
		<key name="completion-closebrace-after-func" type="b">
			<default>true</default>
		</key>
		<key name="calltip-enable" type="b">
			<default>true</default>
		</key>
		<key name="interpreter-path" type="s">
			<default>"/usr/bin/python"</default>
		</key>
	</schema>
</schemalist>