home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <PluginDefinition>
- <Plugin Name="TextTools" Assembly="TextTools.dll" Version="1.0">
- <Author>Mike Krueger</Author>
- <Copyright>BSD license</Copyright>
- <Url>http://www.icsharpcode.net/OpenSource/SD/Plugins/TextTools/</Url>
- <Description>This is only a little demo Plugin</Description>
- </Plugin>
-
- <MenuStructure>
- <MENU NAME = "TextTools">
- <MENU NAME = "Remove Trailing Whitespace" ACTIVE="Buffer" EVENT="TextTools.RemoveTrailingWS" />
- </MENU>
- </MenuStructure>
-
- <EditorKeys>
- <ACTION EVENT = "TextTools.IndentSelection" KEYS = "I|Control"/>
- </EditorKeys>
-
- </PluginDefinition>