实例介绍
ScintillaNET是一个功能强大的文本编辑器 ScintillaNET API可以很方便地添加到您的应用程序或IDE先进的文本编辑和语法高亮。支持语言有MSSQL、C#、python等...
【实例截图】
【核心代码】
0a90b6b5-a4ff-4def-b36c-4589b16530fd
└── ScintillaNET
├── bin
│ └── Debug
│ ├── License.txt
│ ├── SCide.exe
│ ├── SCide.exe.config
│ ├── SCide.pdb
│ ├── SCide.vshost.exe
│ ├── SCide.vshost.exe.config
│ ├── SCide.vshost.exe.manifest
│ ├── SciLexer64.dll
│ ├── SciLexer.dll
│ ├── ScintillaNET.dll
│ ├── ScintillaNET.pdb
│ └── WeifenLuo.WinFormsUI.Docking.dll
├── keyee.txt
├── Libraries
│ ├── SciLexer64.dll
│ ├── SciLexer.dll
│ └── WeifenLuo.WinFormsUI.Docking.dll
├── SCide
│ ├── AboutForm.cs
│ ├── AboutForm.Designer.cs
│ ├── AboutForm.resx
│ ├── app.config
│ ├── DocumentForm.cs
│ ├── DocumentForm.Designer.cs
│ ├── DocumentForm.resx
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── Form2.cs
│ ├── Form2.Designer.cs
│ ├── Form2.resx
│ ├── IniLexer.cs
│ ├── Libraries
│ │ ├── SciLexer64.dll
│ │ ├── SciLexer.dll
│ │ └── WeifenLuo.WinFormsUI.Docking.dll
│ ├── License.txt
│ ├── MainForm.cs
│ ├── MainForm.Designer.cs
│ ├── MainForm.resx
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── SCide.AboutForm.resources
│ │ ├── SCide.csproj.FileListAbsolute.txt
│ │ ├── SCide.DocumentForm.resources
│ │ ├── SCide.exe
│ │ ├── scide.exe.licenses
│ │ ├── SCide.Form1.resources
│ │ ├── SCide.Form2.resources
│ │ ├── SCide.MainForm.resources
│ │ ├── SCide.pdb
│ │ ├── SCide.Properties.Resources.resources
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── licenses.licx
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── IconApplication.ico
│ │ ├── ImageEditCopy.png
│ │ ├── ImageEditCut.png
│ │ ├── ImageEditPaste.png
│ │ ├── ImageEditRedo.png
│ │ ├── ImageEditUndo.png
│ │ ├── ImageFileNew.png
│ │ ├── ImageFileOpen.png
│ │ ├── ImageFilePrint.png
│ │ ├── ImageFilePrintPreview.png
│ │ ├── ImageFileSaveAll.png
│ │ └── ImageFileSave.png
│ ├── SCide.csproj
│ ├── SCide.csproj.user
│ └── SCide.csproj.vspscc
├── ScintillaNET
│ ├── AnnotationChangedEventArgs.cs
│ ├── AnnotationCollection.cs
│ ├── Annotation.cs
│ ├── AnnotationsVisibility.cs
│ ├── AutoCompleteAcceptedEventArgs.cs
│ ├── AutoComplete.cs
│ ├── BindableCommand.cs
│ ├── CallTipArrow.cs
│ ├── CallTipClickEventArgs.cs
│ ├── CallTip.cs
│ ├── CaretInfo.cs
│ ├── CaretPolicy.cs
│ ├── CaretStyle.cs
│ ├── CharacterRange.cs
│ ├── CharacterSet.cs
│ ├── CharAddedEventArgs.cs
│ ├── Clipboard.cs
│ ├── Commands.cs
│ ├── Configuration
│ │ ├── Builtin
│ │ │ ├── cpp.xml
│ │ │ ├── cs.xml
│ │ │ ├── default.xml
│ │ │ ├── html.xml
│ │ │ ├── js.xml
│ │ │ ├── LexerKeywordListNames
│ │ │ │ ├── ada.txt
│ │ │ │ ├── apdl.txt
│ │ │ │ ├── asm.txt
│ │ │ │ ├── asn1.txt
│ │ │ │ ├── au3.txt
│ │ │ │ ├── ave.txt
│ │ │ │ ├── baan.txt
│ │ │ │ ├── bash.txt
│ │ │ │ ├── batch.txt
│ │ │ │ ├── blitsbasic.txt
│ │ │ │ ├── bullant.txt
│ │ │ │ ├── caml.txt
│ │ │ │ ├── clwnocase.txt
│ │ │ │ ├── clw.txt
│ │ │ │ ├── cmake.txt
│ │ │ │ ├── conf.txt
│ │ │ │ ├── cppnocase.txt
│ │ │ │ ├── cpp.txt
│ │ │ │ ├── csound.txt
│ │ │ │ ├── css.txt
│ │ │ │ ├── diff.txt
│ │ │ │ ├── d.txt
│ │ │ │ ├── eiffelkw.txt
│ │ │ │ ├── eiffel.txt
│ │ │ │ ├── erlang.txt
│ │ │ │ ├── errorlist.txt
│ │ │ │ ├── escript.txt
│ │ │ │ ├── f77.txt
│ │ │ │ ├── flagship.txt
│ │ │ │ ├── forth.txt
│ │ │ │ ├── fortran.txt
│ │ │ │ ├── freebasic.txt
│ │ │ │ ├── gap.txt
│ │ │ │ ├── gui4cli.txt
│ │ │ │ ├── haskell.txt
│ │ │ │ ├── hypertext.txt
│ │ │ │ ├── innosetup.txt
│ │ │ │ ├── kix.txt
│ │ │ │ ├── latex.txt
│ │ │ │ ├── lisp.txt
│ │ │ │ ├── lot.txt
│ │ │ │ ├── lout.txt
│ │ │ │ ├── lua.txt
│ │ │ │ ├── make.txt
│ │ │ │ ├── matlab.txt
│ │ │ │ ├── metapost.txt
│ │ │ │ ├── mmixal.txt
│ │ │ │ ├── mssql.txt
│ │ │ │ ├── nncrontab.txt
│ │ │ │ ├── nsis.txt
│ │ │ │ ├── null.txt
│ │ │ │ ├── octave.txt
│ │ │ │ ├── opal.txt
│ │ │ │ ├── pascal.txt
│ │ │ │ ├── perl.txt
│ │ │ │ ├── phpscript.txt
│ │ │ │ ├── plm.txt
│ │ │ │ ├── pov.txt
│ │ │ │ ├── powerbasic.txt
│ │ │ │ ├── progress.txt
│ │ │ │ ├── props.txt
│ │ │ │ ├── ps.txt
│ │ │ │ ├── purebasic.txt
│ │ │ │ ├── python.txt
│ │ │ │ ├── rebol.txt
│ │ │ │ ├── ruby.txt
│ │ │ │ ├── scriptol.txt
│ │ │ │ ├── smalltalk.txt
│ │ │ │ ├── specman.txt
│ │ │ │ ├── spice.txt
│ │ │ │ ├── sql.txt
│ │ │ │ ├── tads3.txt
│ │ │ │ ├── tcl.txt
│ │ │ │ ├── tex.txt
│ │ │ │ ├── vbscript.txt
│ │ │ │ ├── vb.txt
│ │ │ │ ├── verilog.txt
│ │ │ │ ├── vhdl.txt
│ │ │ │ ├── xml.txt
│ │ │ │ └── yaml.txt
│ │ │ ├── LexerStyleNames
│ │ │ │ ├── ada.txt
│ │ │ │ ├── apdl.txt
│ │ │ │ ├── asm.txt
│ │ │ │ ├── asn1.txt
│ │ │ │ ├── au3.txt
│ │ │ │ ├── ave.txt
│ │ │ │ ├── baan.txt
│ │ │ │ ├── bash.txt
│ │ │ │ ├── batch.txt
│ │ │ │ ├── blitsbasic.txt
│ │ │ │ ├── bullant.txt
│ │ │ │ ├── caml.txt
│ │ │ │ ├── clwnocase.txt
│ │ │ │ ├── clw.txt
│ │ │ │ ├── cmake.txt
│ │ │ │ ├── conf.txt
│ │ │ │ ├── cppnocase.txt
│ │ │ │ ├── cpp.txt
│ │ │ │ ├── csound.txt
│ │ │ │ ├── css.txt
│ │ │ │ ├── diff.txt
│ │ │ │ ├── d.txt
│ │ │ │ ├── eiffelkw.txt
│ │ │ │ ├── eiffel.txt
│ │ │ │ ├── erlang.txt
│ │ │ │ ├── errorlist.txt
│ │ │ │ ├── escript.txt
│ │ │ │ ├── f77.txt
│ │ │ │ ├── flagship.txt
│ │ │ │ ├── forth.txt
│ │ │ │ ├── fortran.txt
│ │ │ │ ├── freebasic.txt
│ │ │ │ ├── gap.txt
│ │ │ │ ├── gui4cli.txt
│ │ │ │ ├── haskell.txt
│ │ │ │ ├── hypertext.txt
│ │ │ │ ├── innosetup.txt
│ │ │ │ ├── kix.txt
│ │ │ │ ├── latext.txt
│ │ │ │ ├── lisp.txt
│ │ │ │ ├── lot.txt
│ │ │ │ ├── lout.txt
│ │ │ │ ├── lua.txt
│ │ │ │ ├── make.txt
│ │ │ │ ├── matlab.txt
│ │ │ │ ├── metapost.txt
│ │ │ │ ├── mmixal.txt
│ │ │ │ ├── mssql.txt
│ │ │ │ ├── nncrontab.txt
│ │ │ │ ├── nsis.txt
│ │ │ │ ├── null.txt
│ │ │ │ ├── octave.txt
│ │ │ │ ├── opal.txt
│ │ │ │ ├── pascal.txt
│ │ │ │ ├── perl.txt
│ │ │ │ ├── phpscript.txt
│ │ │ │ ├── plm.txt
│ │ │ │ ├── pov.txt
│ │ │ │ ├── powerbasic.txt
│ │ │ │ ├── progress.txt
│ │ │ │ ├── props.txt
│ │ │ │ ├── ps.txt
│ │ │ │ ├── purebasic.txt
│ │ │ │ ├── python.txt
│ │ │ │ ├── rebol.txt
│ │ │ │ ├── ruby.txt
│ │ │ │ ├── scriptol.txt
│ │ │ │ ├── smalltalk.txt
│ │ │ │ ├── specman.txt
│ │ │ │ ├── spice.txt
│ │ │ │ ├── sql.txt
│ │ │ │ ├── tads3.txt
│ │ │ │ ├── tcl.txt
│ │ │ │ ├── tex.txt
│ │ │ │ ├── vbscript.txt
│ │ │ │ ├── vb.txt
│ │ │ │ ├── verilog.txt
│ │ │ │ ├── vhdl.txt
│ │ │ │ ├── xml.txt
│ │ │ │ └── yaml.txt
│ │ │ ├── mssql.xml
│ │ │ ├── pgsql.xml
│ │ │ ├── python.xml
│ │ │ ├── vbscript.xml
│ │ │ └── xml.xml
│ │ ├── CommandBindingConfig.cs
│ │ ├── CommandBindingConfigList.cs
│ │ ├── Configuration.cs
│ │ ├── ConfigurationLoadOrder.cs
│ │ ├── ConfigurationManager.cs
│ │ ├── IndicatorConfigList.cs
│ │ ├── IndicatorsConfig.cs
│ │ ├── KeyWordConfig.cs
│ │ ├── KeyWordConfigList.cs
│ │ ├── LexerProperties.cs
│ │ ├── MarginConfig.cs
│ │ ├── MarginConfigList.cs
│ │ ├── MarkersConfig.cs
│ │ ├── MarkersConfigList.cs
│ │ ├── ResolvedStyleList.cs
│ │ ├── SnippetsConfig.cs
│ │ ├── SnippetsConfigList.cs
│ │ ├── StyleConfig.cs
│ │ └── StyleConfigList.cs
│ ├── Constants.cs
│ ├── CopyFormat.cs
│ ├── CursorShape.cs
│ ├── Design
│ │ ├── FlagsDesigner.cs
│ │ └── ScintillaDesigner.cs
│ ├── Document.cs
│ ├── DocumentHandler.cs
│ ├── DocumentNavigation.cs
│ ├── DropMarkerCollectEventArgs.cs
│ ├── DropMarker.cs
│ ├── DropMarkerList.cs
│ ├── DropMarkers.cs
│ ├── EdgeMode.cs
│ ├── EndOfLine.cs
│ ├── EndOfLineMode.cs
│ ├── Events.cs
│ ├── FakeStack.cs
│ ├── FindReplace
│ │ ├── FindOption.cs
│ │ ├── FindReplace.cs
│ │ ├── FindReplaceDialog.cs
│ │ ├── FindReplaceDialog.Designer.cs
│ │ ├── FindReplaceDialog.resx
│ │ ├── IncrementalSearcher.cs
│ │ ├── IncrementalSearcher.Designer.cs
│ │ ├── IncrementalSearcher.resx
│ │ └── ToolStripIncrementalSearcher.cs
│ ├── FoldChangedEventArgs.cs
│ ├── FoldFlag.cs
│ ├── Folding.cs
│ ├── FoldLevel.cs
│ ├── FoldMarkerScheme.cs
│ ├── GoTo.cs
│ ├── GoToDialog.cs
│ ├── GoToDialog.Designer.cs
│ ├── GoToDialog.resx
│ ├── HotspotClickEventArgs.cs
│ ├── HotspotStyle.cs
│ ├── INativeScintilla.cs
│ ├── Indentation.cs
│ ├── IndicatorCollection.cs
│ ├── Indicator.cs
│ ├── IndicatorStyle.cs
│ ├── KeyBinding.cs
│ ├── KeyMod.cs
│ ├── KeywordCollection.cs
│ ├── LayoutCacheMode.cs
│ ├── Lexer.cs
│ ├── Lexing.cs
│ ├── Line.cs
│ ├── LinesCollection.cs
│ ├── LinesNeedShownEventArgs.cs
│ ├── LineWrapping.cs
│ ├── LineWrappingIndentMode.cs
│ ├── LineWrappingMode.cs
│ ├── LineWrappingVisualFlags.cs
│ ├── LineWrappingVisualFlagsLocations.cs
│ ├── LongLines.cs
│ ├── MacroRecordEventArgs.cs
│ ├── ManagedRange.cs
│ ├── MarginClickEventArgs.cs
│ ├── MarginCollection.cs
│ ├── Margin.cs
│ ├── MarginType.cs
│ ├── MarkerChangedEventArgs.cs
│ ├── MarkerCollection.cs
│ ├── Marker.cs
│ ├── MarkerInstance.cs
│ ├── MarkerOutline.cs
│ ├── MarkerSymbol.cs
│ ├── ModificationFlags.cs
│ ├── ModifiedEventArgs.cs
│ ├── NativeMethods.cs
│ ├── NativeMethods.Scintilla.cs
│ ├── NativeScintillaEventArgs.cs
│ ├── NavigationPont.cs
│ ├── NotifyHeader.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── ScintillaNET.csproj.FileListAbsolute.txt
│ │ ├── ScintillaNET.dll
│ │ ├── ScintillaNET.FindReplaceDialog.resources
│ │ ├── ScintillaNET.GoToDialog.resources
│ │ ├── ScintillaNET.IncrementalSearcher.resources
│ │ ├── ScintillaNET.pdb
│ │ ├── ScintillaNET.Properties.Resources.resources
│ │ ├── ScintillaNET.SnippetChooser.resources
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── OverloadList.cs
│ ├── PrintColorMode.cs
│ ├── Printing
│ │ ├── FooterInformation.cs
│ │ ├── HeaderInformation.cs
│ │ ├── InformationType.cs
│ │ ├── PageInformationBorder.cs
│ │ ├── PageInformation.cs
│ │ ├── PageSettings.cs
│ │ ├── PrintDocument.cs
│ │ └── Printing.cs
│ ├── PrintRectangle.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── Range.cs
│ ├── RangeToFormat.cs
│ ├── RECT.cs
│ ├── Resources
│ │ ├── DeleteHS.png
│ │ ├── GoToNextMessage - Copy.png
│ │ ├── GoToNextMessage.png
│ │ ├── GoToPreviousMessage.png
│ │ └── LineColorHS.png
│ ├── Scintilla.cs
│ ├── ScintillaHelperBase.cs
│ ├── Scintilla.INativeScintilla.cs
│ ├── ScintillaMouseEventArgs.cs
│ ├── ScintillaNET.csproj
│ ├── ScintillaNET.csproj.vspscc
│ ├── ScintillaNET.snk
│ ├── SCNotification.cs
│ ├── Scrolling.cs
│ ├── SearchFlags.cs
│ ├── Selection.cs
│ ├── SelectionMode.cs
│ ├── SmartIndent.cs
│ ├── Snippets
│ │ ├── SnippetChooser.cs
│ │ ├── SnippetChooser.Designer.cs
│ │ ├── SnippetChooser.resx
│ │ ├── Snippet.cs
│ │ ├── SnippetLinkCollection.cs
│ │ ├── SnippetLinkEnd.cs
│ │ ├── SnippetLinkRange.cs
│ │ ├── SnippetLinks.cs
│ │ ├── SnippetList.cs
│ │ └── SnippetManager.cs
│ ├── StyleCase.cs
│ ├── StyleChangedEventArgs.cs
│ ├── StyleCollection.cs
│ ├── Style.cs
│ ├── StyleNeededEventArgs.cs
│ ├── StyleRun.cs
│ ├── StyleRunReader.cs
│ ├── StyleRunWriter.cs
│ ├── StylesCommon.cs
│ ├── TextModifiedEventArgs.cs
│ ├── TextRange.cs
│ ├── TextToFind.cs
│ ├── TopLevelHelper.cs
│ ├── UndoRedo.cs
│ ├── UndoRedoFlags.cs
│ ├── UriDroppedEventArgs.cs
│ ├── Utilities.cs
│ ├── VOID.cs
│ ├── Whitespace.cs
│ ├── WhitespaceMode.cs
│ ├── WhitespaceStringConverter.cs
│ └── XpmAdapter.cs
├── ScintillaNET.sln
├── ScintillaNET.suo
└── WindowsFormsApplication1
├── app.config
├── bin
│ └── Debug
│ ├── ScintillaNET.dll
│ ├── ScintillaNET.pdb
│ ├── WeifenLuo.WinFormsUI.Docking.dll
│ ├── WindowsFormsApplication1.exe
│ ├── WindowsFormsApplication1.exe.config
│ ├── WindowsFormsApplication1.pdb
│ ├── WindowsFormsApplication1.vshost.exe
│ ├── WindowsFormsApplication1.vshost.exe.config
│ └── WindowsFormsApplication1.vshost.exe.manifest
├── DocumentForm.cs
├── DocumentForm.Designer.cs
├── Form1.cs
├── Form1.Designer.cs
├── Form1.resx
├── IniLexer.cs
├── obj
│ └── x86
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── GenerateResource.read.1.tlog
│ ├── GenerateResource.write.1.tlog
│ ├── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── WindowsFormsApplication1.csproj.FileListAbsolute.txt
│ ├── WindowsFormsApplication1.exe
│ ├── WindowsFormsApplication1.Form1.resources
│ ├── WindowsFormsApplication1.pdb
│ └── WindowsFormsApplication1.Properties.Resources.resources
├── Program.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
└── WindowsFormsApplication1.csproj
33 directories, 472 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论