-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.xml
20 lines (20 loc) · 1.12 KB
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_plugin_manifest_file>
<SdkVersion major="1" minor="11" release="12" />
<Plugin name="XPMEditor">
<Value title="XPMEditor" />
<Value version="1.0" />
<Value description="Internal image editor.
This allow a quick visualisation and edition images / icons.
The most common formats are recognized (xpm, bmp, png, ...).
The goal is not to replace specialized image editors.
The goal is rather to provide a convenient way to create / edit / view icons for toolbars or menu.
For more help, use the HELP button in the editor (open an image or use the command FILE->NEW->NEW IMAGE to open the editor)
" />
<Value author="Sebastien" />
<Value authorEmail="seb_seb0@lycos.com" />
<Value authorWebsite="" />
<Value thanksTo="The Code::Blocks team !" />
<Value license="GPL v3" />
</Plugin>
</CodeBlocks_plugin_manifest_file>