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

📄 highlightingeditor.addin

📁 SharpDevelop2.0.0 c#开发免费工具
💻 ADDIN
字号:
<AddIn name        = "Highlighting Editor"
       author      = "Georg Brandl"
       copyright   = "prj:///doc/copyright.txt"
       description = "Editor for syntax highlighting styles for the text editor">
	
	<Manifest>
		<Identity name = "ICSharpCode.HighlightingEditor"/>
	</Manifest>
	
	<Runtime>
		<Import assembly="HighlightingEditor.dll"/>
	</Runtime>

	<Path name = "/SharpDevelop/Dialogs/OptionsDialog/TextEditorOptions">
		<DialogPanel id = "EditHighlighting"
		             label = "${res:Dialog.Options.TextEditorOptions.EditHighlighting.Title}"
			     	 insertafter = "Behavior"
		             class = "ICSharpCode.SharpDevelop.Gui.OptionPanels.EditHighlightingPanel"/>
	</Path>
	
</AddIn>

⌨️ 快捷键说明

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