home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
CMCD0404.ISO
/
Software
/
Freeware
/
Programare
/
Sharpdev
/
099bsetup.exe
/
HighlightingEditor.addin
< prev
next >
Wrap
Text File
|
2003-10-08
|
777b
|
21 lines
<AddIn name = "#develop highlighting editor"
author = "Georg Brandl"
copyright = "GPL"
url = "http://www.icsharpcode.net"
description = "Editor for highlighting styles in #develop"
version = "1.0.0">
<Runtime>
<Import assembly="SharpDevelop.HighlightingEditor.dll"/>
</Runtime>
<Extension path = "/SharpDevelop/Dialogs/OptionsDialog/TextEditorOptions">
<DialogPanel id = "EditHighlighting"
label = "${res:Dialog.Options.TextEditorOptions.EditHighlighting.PanelName}"
insertafter = "Behavior"
insertbefore = "VBSpecificOptions"
class = "ICSharpCode.SharpDevelop.Gui.Dialogs.OptionPanels.EditHighlightingPanel"/>
</Extension>
</AddIn>