📄 highlightingeditor.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 + -