highlightingeditor.addin
来自「全功能c#编译器」· ADDIN 代码 · 共 21 行
ADDIN
21 行
<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 + =
减小字号Ctrl + -
显示快捷键?