⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 highlightingeditor.addin

📁 c#源代码
💻 ADDIN
字号:
<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>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -