You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
468 B
17 lines
468 B
<AddIn name = "Alternate Editor Sample"> |
|
|
|
<Manifest> |
|
<Identity name = "SharpDevelop.Samples.AlternateEditor"/> |
|
</Manifest> |
|
|
|
<Runtime> |
|
<Import assembly = "AlternateEditor.dll"/> |
|
</Runtime> |
|
|
|
<Path name = "/SharpDevelop/Workbench/DisplayBindings"> |
|
<DisplayBinding id = "AlternateEditor" |
|
insertbefore = "Text" |
|
supportedformats = "Text Files,Source Files" |
|
class = "AlternateEditor.AlternateEditorDisplayBinding" /> |
|
</Path> |
|
</AddIn>
|
|
|