实例介绍
插件式IDE简化版, 若需要什么插件,方便自己下载或者开发. 简化版实现最简单的文本编辑功能; 去除了不必要的功能,呈现最原始的功能,方便初学者学习插件式框架
【实例截图】
【核心代码】
4744302543373151625.rar
└── XmlVisualizer
├── ILMerge.exe
├── lib
│ ├── ICSharpCode.Core.dll
│ └── ICSharpCode.SharpDevelop.dll
├── ResourceEditor
│ ├── Configuration
│ │ └── AssemblyInfo.cs
│ ├── obj
│ │ └── Debug
│ │ ├── ResourceEditor.csproj.FileListAbsolute.txt
│ │ ├── ResourceEditor.dll
│ │ ├── ResourceEditor.pdb
│ │ └── TempPE
│ ├── Properties
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ResourceEditor.addin
│ ├── ResourceEditor.csproj
│ ├── ResourceEditor.csproj.user
│ └── Src
│ ├── Commands
│ │ ├── AddNewFileCommand.cs
│ │ ├── AddStringEntryCommand.cs
│ │ ├── ClipboardCommands.cs
│ │ ├── CopyResourceNameCommand.cs
│ │ ├── RenameEntryCommand.cs
│ │ └── SaveEntryAsCommand.cs
│ ├── DisplayDefinition.cs
│ └── ResourceEdit
│ ├── AbstractImageView.cs
│ ├── BinaryView.cs
│ ├── BitmapView.cs
│ ├── BooleanView.cs
│ ├── CursorView.cs
│ ├── IconView.cs
│ ├── IResourceView.cs
│ ├── ResourceEditor.cs
│ ├── ResourceItem.cs
│ ├── ResourceList.cs
│ └── TextView.cs
├── Visualizer
│ ├── AboutForm.cs
│ ├── AboutForm.Designer.cs
│ ├── AboutForm.resx
│ ├── AProposalPrototype
│ │ ├── XslFilesTree.cs
│ │ ├── XslFilesTree.Designer.cs
│ │ └── XslFilesTree.resx
│ ├── bin
│ ├── Commands.cs
│ ├── CommonAboutDialog.cs
│ ├── EditorControlsUserControl.cs
│ ├── EditorControlsUserControl.Designer.cs
│ ├── EditorControlsUserControl.resx
│ ├── EditorUserControl.cs
│ ├── EditorUserControl.Designer.cs
│ ├── EditorUserControl.resx
│ ├── FileService.cs
│ ├── frmPrintPreviewTest.cs
│ ├── frmPrintPreviewTest.Designer.cs
│ ├── frmPrintPreviewTest.resx
│ ├── ICSharpCode.TextEditor.dll
│ ├── IXmlEditorForm.cs
│ ├── lib
│ │ ├── BinaryComponents.SuperTree.dll
│ │ ├── BinaryComponents.Utility.dll
│ │ └── BinaryComponents.WinFormsUtility.dll
│ ├── MyBrowser.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ │ └── VisualizerForm.dll
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Visualizer.csproj.FileListAbsolute.txt
│ │ │ ├── Visualizer.csproj.GenerateResource.Cache
│ │ │ ├── VisualizerForm.dll
│ │ │ ├── VisualizerForm.pdb
│ │ │ ├── XmlVisualizer.AboutForm.resources
│ │ │ ├── XmlVisualizer.AProposalPrototype.XslFilesTree.resources
│ │ │ ├── XmlVisualizer.csproj.FileListAbsolute.txt
│ │ │ ├── XmlVisualizer.csproj.GenerateResource.Cache
│ │ │ ├── XmlVisualizer.EditorControlsUserControl.resources
│ │ │ ├── XmlVisualizer.EditorUserControl.resources
│ │ │ ├── XmlVisualizer.frmPrintPreviewTest.resources
│ │ │ ├── XmlVisualizer.Properties.Resources.resources
│ │ │ ├── XmlVisualizer.TreeViewUserControl.resources
│ │ │ ├── XmlVisualizer.ValidateForm.resources
│ │ │ ├── XmlVisualizer.VisualizerForm.resources
│ │ │ └── XmlVisualizer.VisualizerUserControl.resources
│ │ └── Release
│ │ ├── build.force
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Visualizer.csproj.FileListAbsolute.txt
│ │ ├── Visualizer.csproj.GenerateResource.Cache
│ │ ├── Visualizer.dll
│ │ ├── VisualizerForm.dll
│ │ ├── VisualizerForm.pdb
│ │ ├── Visualizer.pdb
│ │ ├── Visualizer.Properties.Resources.resources
│ │ ├── XmlVisualizer.AboutForm.resources
│ │ ├── XmlVisualizer.AProposalPrototype.XslFilesTree.resources
│ │ ├── XmlVisualizer.csproj.FileListAbsolute.txt
│ │ ├── XmlVisualizer.csproj.GenerateResource.Cache
│ │ ├── XmlVisualizer.EditorControlsUserControl.resources
│ │ ├── XmlVisualizer.EditorUserControl.resources
│ │ ├── XmlVisualizer.frmPrintPreviewTest.resources
│ │ ├── XmlVisualizer.Properties.Resources.resources
│ │ ├── XmlVisualizer.TreeViewUserControl.resources
│ │ ├── XmlVisualizer.ValidateForm.resources
│ │ ├── XmlVisualizer.VisualizerForm.resources
│ │ └── XmlVisualizer.VisualizerUserControl.resources
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── CollapsedFolderTreeItem16.ico
│ │ ├── CommonAboutDialog.xfrm
│ │ ├── ExpandedFolderTreeItem16.ico
│ │ ├── FeedTreeItem16.ico
│ │ ├── KeyFileTreeItem_orange12.ico
│ │ ├── ProposalFileTreeItem_blue16.ico
│ │ └── SubfileTreeItem_green12.ico
│ ├── TreeViewUserControl.cs
│ ├── TreeViewUserControl.Designer.cs
│ ├── TreeViewUserControl.resx
│ ├── Util.cs
│ ├── UtilTemplate.cs
│ ├── ValidateForm.cs
│ ├── ValidateForm.Designer.cs
│ ├── ValidateForm.resx
│ ├── Visualizer.cs
│ ├── VisualizerForm.cs
│ ├── VisualizerForm.Designer.cs
│ ├── VisualizerForm.resx
│ ├── VisualizerFormViewContent.cs
│ ├── VisualizerUserControl.cs
│ ├── VisualizerUserControl.Designer.cs
│ ├── VisualizerUserControl.resx
│ ├── XmlFormattingStrategy.cs
│ ├── XmlVisualizer.addin
│ ├── XmlVisualizer.csproj
│ └── XMLVisualizer.csproj.user
├── XmlVisualizer.sln
├── XmlVisualizer.suo
└── XVStartup
├── bin
│ ├── AddIns
│ │ ├── AddIns
│ │ │ ├── BackendBindings
│ │ │ │ ├── CSharpBinding
│ │ │ │ │ ├── CSharpBinding.addin
│ │ │ │ │ ├── CSharpBinding.dll
│ │ │ │ │ └── CSharpBinding.pdb
│ │ │ │ └── VBNetBinding
│ │ │ │ ├── VBNetBinding.addin
│ │ │ │ ├── VBNetBinding.dll
│ │ │ │ └── VBNetBinding.pdb
│ │ │ ├── DisplayBindings
│ │ │ │ └── ResourceEditor
│ │ │ │ ├── ICSharpCode.Core.dll
│ │ │ │ ├── ResourceEditor.addin
│ │ │ │ ├── ResourceEditor.dll
│ │ │ │ └── ResourceEditor.pdb
│ │ │ └── Misc
│ │ │ ├── AddInManager
│ │ │ │ ├── AddInManager.addin
│ │ │ │ ├── ICSharpCode.AddInManager.dll
│ │ │ │ ├── ICSharpCode.AddInManager.pdb
│ │ │ │ └── ICSharpCode.SharpZipLib.dll
│ │ │ ├── AddinScout
│ │ │ │ ├── AddInScout.addin
│ │ │ │ ├── AddinScout.dll
│ │ │ │ └── AddinScout.pdb
│ │ │ └── XmlVisualizer
│ │ │ ├── BinaryComponents.SuperTree.dll
│ │ │ ├── BinaryComponents.Utility.dll
│ │ │ ├── BinaryComponents.WinFormsUtility.dll
│ │ │ ├── ICSharpCode.Core.dll
│ │ │ ├── ICSharpCode.NRefactory.dll
│ │ │ ├── ICSharpCode.TextEditor.dll
│ │ │ ├── VisualizerForm.dll
│ │ │ ├── VisualizerForm.pdb
│ │ │ ├── WeifenLuo.WinFormsUI.Docking.dll
│ │ │ ├── WeifenLuo.WinFormsUI.Docking.pdb
│ │ │ ├── XmlVisualizer.addin
│ │ │ └── XmlVisualizer.addin.bak
│ │ ├── ICSharpCode.SharpDevelop.addin
│ │ └── ICSharpCode.SharpDevelop.addin.bak
│ ├── data
│ │ ├── ConversionStyleSheets
│ │ │ ├── ConvertPrjx10to11.xsl
│ │ │ ├── CSharp_prjx2csproj_user.xsl
│ │ │ ├── CSharp_prjx2csproj.xsl
│ │ │ ├── ShowChangeLog.xsl
│ │ │ ├── ShowXmlDocumentation.xsl
│ │ │ ├── SVNChangelogToXml.xsl
│ │ │ ├── vsnet2msbuild_user.xsl
│ │ │ └── vsnet2msbuild.xsl
│ │ ├── modes
│ │ │ ├── C64CSharp.xshd
│ │ │ ├── CSharp-Mode-VSEnh.xshd
│ │ │ └── Jay-Mode.xshd
│ │ ├── options
│ │ │ ├── SharpDevelopControlLibrary.sdcl
│ │ │ ├── SharpDevelopProperties.xml
│ │ │ ├── SharpDevelop-templates.xml
│ │ │ ├── SharpDevelop-tools.xml
│ │ │ ├── StandardHeader.xml
│ │ │ ├── TextLib
│ │ │ │ ├── ASCIITable.xml
│ │ │ │ ├── CSharpDocumentationTags.xml
│ │ │ │ ├── Licenses.xml
│ │ │ │ └── XSLT.xml
│ │ │ └── TipsOfTheDay.xml
│ │ ├── resources
│ │ │ ├── css
│ │ │ │ ├── MsdnHelp.css
│ │ │ │ └── SharpDevelopStandard.css
│ │ │ ├── InstallerBitmaps
│ │ │ │ ├── default-banner.bmp
│ │ │ │ ├── default-dialog.bmp
│ │ │ │ ├── exclamic.bmp
│ │ │ │ ├── info.bmp
│ │ │ │ ├── new.bmp
│ │ │ │ └── up.bmp
│ │ │ ├── languages
│ │ │ │ ├── Arabic.png
│ │ │ │ ├── badgoisern.png
│ │ │ │ ├── brazil.png
│ │ │ │ ├── bulgaria.png
│ │ │ │ ├── catalonia.png
│ │ │ │ ├── chinalg.png
│ │ │ │ ├── czech.png
│ │ │ │ ├── denmark.png
│ │ │ │ ├── england.png
│ │ │ │ ├── finnish.png
│ │ │ │ ├── france.png
│ │ │ │ ├── germany.png
│ │ │ │ ├── hungary.png
│ │ │ │ ├── italy.png
│ │ │ │ ├── japan.png
│ │ │ │ ├── LanguageDefinition.xml
│ │ │ │ ├── lithuania.png
│ │ │ │ ├── mexico.png
│ │ │ │ ├── netherlands.png
│ │ │ │ ├── norway.png
│ │ │ │ ├── poland.png
│ │ │ │ ├── portugal.png
│ │ │ │ ├── romania.png
│ │ │ │ ├── russia.png
│ │ │ │ ├── Serbia.png
│ │ │ │ ├── slovenia.png
│ │ │ │ ├── south_korea.png
│ │ │ │ ├── spain.png
│ │ │ │ ├── sweden.png
│ │ │ │ ├── turkey.png
│ │ │ │ ├── uk.png
│ │ │ │ └── usa.png
│ │ │ ├── layouts
│ │ │ │ ├── Debug.xml
│ │ │ │ ├── Default.xml
│ │ │ │ ├── LayoutConfig.xml
│ │ │ │ └── Plain.xml
│ │ │ ├── startpage
│ │ │ │ └── Layout
│ │ │ │ ├── blue
│ │ │ │ │ ├── balken_links.gif
│ │ │ │ │ ├── balken_mitte.gif
│ │ │ │ │ └── balken_rechts.gif
│ │ │ │ ├── brown
│ │ │ │ │ ├── balken_links.gif
│ │ │ │ │ ├── balken_mitte.gif
│ │ │ │ │ └── balken_rechts.gif
│ │ │ │ ├── common
│ │ │ │ │ ├── blind.gif
│ │ │ │ │ ├── dot_listing.gif
│ │ │ │ │ ├── klinker_milestone.gif
│ │ │ │ │ ├── line_hor_black.gif
│ │ │ │ │ ├── milestone_col_head.gif
│ │ │ │ │ └── pixel_weiss.gif
│ │ │ │ ├── default.css
│ │ │ │ ├── green
│ │ │ │ │ ├── balken_links.gif
│ │ │ │ │ ├── balken_mitte.gif
│ │ │ │ │ └── balken_rechts.gif
│ │ │ │ ├── orange
│ │ │ │ │ ├── balken_links.gif
│ │ │ │ │ ├── balken_mitte.gif
│ │ │ │ │ └── balken_rechts.gif
│ │ │ │ └── red
│ │ │ │ ├── balken_links.gif
│ │ │ │ ├── balken_mitte.gif
│ │ │ │ └── balken_rechts.gif
│ │ │ ├── StringResources.cz.resources
│ │ │ ├── StringResources.de.resources
│ │ │ ├── StringResources.es-mx.resources
│ │ │ ├── StringResources.es.resources
│ │ │ ├── StringResources.fr.resources
│ │ │ ├── StringResources.hu.resources
│ │ │ ├── StringResources.it.resources
│ │ │ ├── StringResources.jp.resources
│ │ │ ├── StringResources.kr.resources
│ │ │ ├── StringResources.nl.resources
│ │ │ ├── StringResources.no.resources
│ │ │ ├── StringResources.pl.resources
│ │ │ ├── StringResources.pt-br.resources
│ │ │ ├── StringResources.pt.resources
│ │ │ ├── StringResources.ro.resources
│ │ │ ├── StringResources.se.resources
│ │ │ └── StringResources.tr.resources
│ │ ├── schemas
│ │ │ ├── AddIn.xsd
│ │ │ ├── appconfig.xsd
│ │ │ ├── manifest.xsd
│ │ │ ├── nant.xsd
│ │ │ ├── readme.txt
│ │ │ ├── W3C-License.html
│ │ │ ├── wix.xsd
│ │ │ ├── XMLSchema.xsd
│ │ │ └── xslt.xsd
│ │ └── templates
│ │ ├── file
│ │ │ ├── CSharp
│ │ │ │ ├── CSharp.EmptyClass.xft
│ │ │ │ ├── CSharp.Empty.xft
│ │ │ │ ├── CSharp.Forms.Form.xft
│ │ │ │ ├── CSharp.Forms.UserControl.xft
│ │ │ │ ├── CSharp.Gtk.Window.xft
│ │ │ │ ├── CSharp.Interface.xft
│ │ │ │ ├── CSharp.Patterns.Singleton.xft
│ │ │ │ ├── CSharp.UnitTest.xft
│ │ │ │ ├── CSharp.Web.WebControl.xft
│ │ │ │ ├── CSharp.Web.WebForm.xft
│ │ │ │ ├── CSharp.Web.WebService.xft
│ │ │ │ ├── CSharp.WPFFlowDocument.xft
│ │ │ │ ├── CSharp.WPFPageFunction.xft
│ │ │ │ ├── CSharp.WPFPage.xft
│ │ │ │ ├── CSharp.WPFResourceDictionary.xft
│ │ │ │ ├── CSharp.WPFUserControl.xft
│ │ │ │ ├── CSharp.WPFWindow.xft
│ │ │ │ └── FileCategorySortOrder.xml
│ │ │ ├── Misc
│ │ │ │ ├── EmptyHTMLFile.xft
│ │ │ │ ├── EmptyMsBuildFile.xft
│ │ │ │ ├── EmptyNAntBuildFile.xft
│ │ │ │ ├── EmptyResourceFile.xft
│ │ │ │ ├── EmptySharpReport.xft
│ │ │ │ ├── EmptyTextFile.xft
│ │ │ │ ├── EmptyXMLFile.xft
│ │ │ │ ├── EmptyXmlForm.xft
│ │ │ │ └── EmptyXmlUserControl.xft
│ │ │ ├── SharpDevelop
│ │ │ │ ├── AddInOptions.xft
│ │ │ │ ├── ExampleMenuCommand.xft
│ │ │ │ ├── ExampleOptionPanel.xft
│ │ │ │ ├── ExamplePad.xft
│ │ │ │ ├── ExampleView.xft
│ │ │ │ └── SimpleCommand.xft
│ │ │ ├── VBNet
│ │ │ │ ├── VBNet.EmptyClass.xft
│ │ │ │ ├── VBNet.Empty.xft
│ │ │ │ ├── VBNet.Forms.Form.xft
│ │ │ │ ├── VBNet.Forms.UserControl.xft
│ │ │ │ ├── VBNet.Interface.xft
│ │ │ │ ├── VBNet.Module.xft
│ │ │ │ ├── VBNet.MyExtensionClass.xft
│ │ │ │ ├── VBNet.Patterns.Singleton.xft
│ │ │ │ └── VBNet.UnitTest.xft
│ │ │ └── XmlProposal
│ │ │ ├── XmlProposal.Xml.xft
│ │ │ └── XmlProposal.Xsl.xft
│ │ └── project
│ │ ├── ComplexExample.xpt.test
│ │ ├── CSharp
│ │ │ ├── ConsoleProject.xpt
│ │ │ ├── ControlLibrary.xpt
│ │ │ ├── Direct3DProject.xpt
│ │ │ ├── EmptyProject.xpt
│ │ │ ├── FormsProject.xpt
│ │ │ ├── GladeProject.xpt
│ │ │ ├── GtkProject.xpt
│ │ │ ├── Library.xpt
│ │ │ ├── ProjectCategorySortOrder.xml
│ │ │ ├── Service.xpt
│ │ │ ├── SharpDevelopAddin.xpt
│ │ │ ├── SharpDevelopMacro.xpt
│ │ │ ├── WebpageProject.xpt
│ │ │ ├── WPFApplication.xpt
│ │ │ └── WPFNavigationApplication.xpt
│ │ ├── Misc
│ │ │ └── BlankCombine.xpt
│ │ ├── VBNet
│ │ │ ├── ConsoleProject.xpt
│ │ │ ├── ControlLibrary.xpt
│ │ │ ├── Direct3DProject.xpt
│ │ │ ├── EmptyProject.xpt
│ │ │ ├── FormsProject.xpt
│ │ │ ├── Library.xpt
│ │ │ ├── Service.xpt
│ │ │ ├── SharpDevelopAddin.xpt
│ │ │ └── SharpDevelopMacro.xpt
│ │ └── XmlProposal
│ │ └── Xslt Translate.xpt
│ ├── Debug
│ │ ├── a.resources
│ │ ├── ICSharpCode.Core.dll
│ │ ├── ICSharpCode.NRefactory.dll
│ │ ├── ICSharpCode.SharpDevelop.dll
│ │ ├── ICSharpCode.TextEditor.dll
│ │ ├── log4net.dll
│ │ ├── Resources
│ │ │ ├── BitmapResources.resources
│ │ │ └── StringResources.resources
│ │ ├── WeifenLuo.WinFormsUI.Docking.dll
│ │ ├── XVStartup.exe
│ │ ├── XVStartup.pdb
│ │ ├── XVStartup.vshost.exe
│ │ └── XVStartup.vshost.exe.manifest
│ ├── doc
│ │ ├── readme.rtf
│ │ └── technotes
│ │ └── CodingStyleGuide.rtf
│ └── Release
├── Commands.cs
├── CommonAboutDialog.cs
├── obj
│ ├── Debug
│ │ ├── Refactor
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── TempPE
│ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ ├── Resources.Resource1.Designer.cs.dll
│ │ │ └── Resources.Resource2.Designer.cs.dll
│ │ ├── XVStartup.csproj.FileListAbsolute.txt
│ │ ├── XVStartup.csproj.GenerateResource.Cache
│ │ ├── XVStartup.exe
│ │ ├── XVStartup.pdb
│ │ └── XVStartup.Properties.Resources.resources
│ └── Release
│ ├── build.force
│ └── TempPE
│ └── Properties.Resources.Designer.cs.dll
├── Program.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── Resources
│ ├── BitmapResources.resources
│ ├── SharpDevelop.exe.manifest
│ ├── SharpDevelop.ico
│ ├── SplashScreen.jpg
│ ├── StartUp.snk
│ └── StringResources.resources
├── XVStartup.csproj
└── XVStartup.csproj.user
80 directories, 386 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论