File: text_replace.inx

package info (click to toggle)
inkscape 0.48.5-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 117,392 kB
  • ctags: 50,110
  • sloc: cpp: 368,612; ansic: 28,176; python: 18,877; sh: 4,555; xml: 3,490; makefile: 1,750; perl: 1,534; ruby: 148
file content (18 lines) | stat: -rw-r--r-- 724 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
	<_name>Replace text</_name>
	<id>org.inkscape.text.replacetext</id>
	<dependency type="executable" location="extensions">chardataeffect.py</dependency>
	<dependency type="executable" location="extensions">text_replace.py</dependency>
	<param name="from_text" type="string" _gui-text="Replace:"></param>
	<param name="to_text" type="string" _gui-text="By:"></param>
	<effect>
		<object-type>all</object-type>
		<effects-menu>
			<submenu _name="Text"/>
		</effects-menu>
	</effect>
	<script>
		<command reldir="extensions" interpreter="python">text_replace.py</command>
	</script>
</inkscape-extension>