├── Readme.txt ├── _config.yml ├── Edi ├── Edi.Util │ ├── Local │ │ ├── Strings.de-DE.Designer.cs │ │ ├── Strings.es-ES.Designer.cs │ │ ├── Strings.fr-FR.Designer.cs │ │ ├── Strings.hi-IN.Designer.cs │ │ ├── Strings.id-ID.Designer.cs │ │ ├── Strings.it-IT.Designer.cs │ │ ├── Strings.ja-JP.Designer.cs │ │ ├── Strings.pt-PT.Designer.cs │ │ ├── Strings.ru-RU.Designer.cs │ │ └── Strings.zh-Hans.Designer.cs │ ├── UtilSignature.pfx │ ├── packages.config │ └── app.config ├── SimpleControls │ ├── Local │ │ ├── Strings.de-DE.Designer.cs │ │ ├── Strings.es-ES.Designer.cs │ │ ├── Strings.fr-FR.Designer.cs │ │ ├── Strings.hi-IN.Designer.cs │ │ ├── Strings.id-ID.Designer.cs │ │ ├── Strings.it-IT.Designer.cs │ │ ├── Strings.ja-JP.Designer.cs │ │ ├── Strings.pt-PT.Designer.cs │ │ ├── Strings.ru-RU.Designer.cs │ │ └── Strings.zh-Hans.Designer.cs │ ├── packages.config │ ├── Themes │ │ └── Generic.xaml │ ├── Images │ │ └── Metro │ │ │ └── SVG │ │ │ ├── appbar.check.svg │ │ │ ├── appbar.lightning.svg │ │ │ ├── appbar.noentry.svg │ │ │ ├── appbar.stop.svg │ │ │ ├── appbar.information.svg │ │ │ ├── appbar.lightbulb.hue.svg │ │ │ └── appbar.warning.circle.svg │ └── app.config ├── Edi │ ├── EdiLogo.ico │ ├── EdiAppWindowLogo.ico │ ├── Properties │ │ └── Settings.settings │ ├── AvalonEdit │ │ └── Intellisense │ │ │ └── Keywords │ │ │ └── options.xml │ ├── App.xaml │ ├── Images │ │ └── Metro │ │ │ └── SVG │ │ │ ├── appbar.check.svg │ │ │ ├── appbar.lightning.svg │ │ │ ├── appbar.noentry.svg │ │ │ ├── appbar.stop.svg │ │ │ ├── appbar.information.svg │ │ │ ├── appbar.lightbulb.hue.svg │ │ │ ├── appbar.warning.circle.svg │ │ │ └── appbar.cancel.svg │ └── packages.config ├── Edi.Themes │ ├── Images │ │ ├── document.png │ │ ├── App │ │ │ ├── ShowTab32.png │ │ │ ├── Edit_Copy32.png │ │ │ ├── Edit_Cut32.png │ │ │ ├── Edit_Find16.ico │ │ │ ├── Edit_Find32.png │ │ │ ├── Edit_Redo32.png │ │ │ ├── Edit_Undo32.png │ │ │ ├── File_New32.png │ │ │ ├── File_Open32.png │ │ │ ├── File_Save16.png │ │ │ ├── File_Save32.png │ │ │ ├── File_Save64.png │ │ │ ├── Help_Hint32.png │ │ │ ├── ShowEnter32.png │ │ │ ├── Edit_Delete32.png │ │ │ ├── Edit_Paste32.png │ │ │ ├── Help_About32.png │ │ │ ├── ShowSpaces32.png │ │ │ ├── ShowWordWrap32.png │ │ │ ├── DocTab │ │ │ │ └── Lock-icon.png │ │ │ ├── File_Save_All32.png │ │ │ ├── StartPage │ │ │ │ ├── Edi100.png │ │ │ │ ├── File_New64.png │ │ │ │ └── File_Open64.png │ │ │ ├── About │ │ │ │ └── AboutLogo128.png │ │ │ ├── Edit_Find_Replace32.png │ │ │ ├── ShowLineNumbers32.png │ │ │ ├── DocTabDark │ │ │ │ └── Lock-icon.png │ │ │ ├── SyntaxHighlighting_32.png │ │ │ ├── PinableListView │ │ │ │ ├── NoPin16.png │ │ │ │ └── NoPin32.png │ │ │ └── PinableListViewDark │ │ │ │ ├── NoPin16.png │ │ │ │ └── NoPin32.png │ │ ├── property-blue.png │ │ ├── Documents │ │ │ ├── Log4net.png │ │ │ ├── MiniUml.png │ │ │ └── document.png │ │ ├── MessageIcons │ │ │ ├── Error.png │ │ │ ├── Unknown.png │ │ │ ├── Warning.png │ │ │ ├── Information.png │ │ │ └── InternalError.png │ │ └── Log4Net │ │ │ ├── Refresh │ │ │ ├── Refresh_16.png │ │ │ ├── Refresh_32.png │ │ │ └── Refresh_64.png │ │ │ ├── Filter │ │ │ ├── filter_Applied_16.png │ │ │ ├── filter_Applied_32.png │ │ │ ├── filter_Applied_64.png │ │ │ ├── filter_NotApplied_16.png │ │ │ ├── filter_NotApplied_32.png │ │ │ └── filter_NotApplied_64.png │ │ │ └── ClearFilter │ │ │ ├── ClearFilters_16.png │ │ │ ├── ClearFilters_32.png │ │ │ └── ClearFilters_64.png │ ├── MetroIcons │ │ ├── Dark │ │ │ ├── delete.png │ │ │ ├── ShowSpace.png │ │ │ ├── ShowTab.png │ │ │ ├── scissors.png │ │ │ ├── appbar.disk.png │ │ │ ├── appbar.redo.png │ │ │ ├── appbar.save.png │ │ │ ├── appbar.undo.png │ │ │ ├── ShowEndOfLine.png │ │ │ ├── appbar.saveall.png │ │ │ ├── ShowLineNumbers.png │ │ │ ├── appbar.page.copy.png │ │ │ ├── appbar.page.new.png │ │ │ ├── appbar.folder.open.png │ │ │ ├── appbar.lamp.variant.png │ │ │ ├── appbar.disk.download.png │ │ │ ├── appbar.clipboard.paste.png │ │ │ └── appbar.text.align.justify.png │ │ ├── Light │ │ │ ├── ShowTab.png │ │ │ ├── delete.png │ │ │ ├── scissors.png │ │ │ ├── ShowSpace.png │ │ │ ├── ShowEndOfLine.png │ │ │ ├── appbar.disk.png │ │ │ ├── appbar.redo.png │ │ │ ├── appbar.undo.png │ │ │ ├── ShowLineNumbers.png │ │ │ ├── appbar.page.new.png │ │ │ ├── appbar.saveall.png │ │ │ ├── appbar.folder.open.png │ │ │ ├── appbar.page.copy.png │ │ │ ├── appbar.disk.download.png │ │ │ ├── appbar.lamp.variant.png │ │ │ ├── appbar.clipboard.paste.png │ │ │ └── appbar.text.align.justify.png │ │ └── SVG │ │ │ ├── appbar.text.align.justify.svg │ │ │ ├── appbar.disk.svg │ │ │ ├── appbar.page.copy.svg │ │ │ ├── appbar.disk.download.svg │ │ │ ├── appbar.save.svg │ │ │ ├── appbar.undo.svg │ │ │ └── appbar.redo.svg │ ├── Interfaces │ │ └── IParentSelectedTheme.cs │ ├── Generic │ │ └── Theme.xaml │ └── app.config ├── Edi.Apps │ ├── Images │ │ ├── DocTab │ │ │ └── Lock-icon.png │ │ └── Metro │ │ │ └── SVG │ │ │ ├── appbar.check.svg │ │ │ ├── appbar.lightning.svg │ │ │ ├── appbar.noentry.svg │ │ │ ├── appbar.stop.svg │ │ │ ├── appbar.information.svg │ │ │ ├── appbar.lightbulb.hue.svg │ │ │ ├── appbar.warning.circle.svg │ │ │ └── appbar.cancel.svg │ ├── Enums │ │ ├── TypeOfDocument.cs │ │ ├── ToggleEditorOption.cs │ │ └── CloseDocOnError.cs │ ├── Views │ │ └── Shell │ │ │ ├── MainMenu.xaml.cs │ │ │ ├── StatusBar.xaml.cs │ │ │ └── MainToolbar.xaml.cs │ ├── Themes │ │ └── Generic.xaml │ ├── app.config │ └── packages.config ├── Edi.Core │ ├── Resources │ │ └── ResourceLocator.cs │ ├── Interfaces │ │ ├── Enums │ │ │ ├── PaneLocation.cs │ │ │ └── DocumentState.cs │ │ ├── DocumentTypes │ │ │ ├── IFileFilterEntry.cs │ │ │ └── IFileFilterEntries.cs │ │ ├── IFileOpenService.cs │ │ ├── IDocumentFileWatcher.cs │ │ ├── IExplorer.cs │ │ ├── IViewModelResolver.cs │ │ ├── IToolWindow.cs │ │ ├── ILayoutItem.cs │ │ └── IDocumentParent.cs │ ├── Models │ │ ├── Enums │ │ │ └── LayoutLoaded.cs │ │ ├── DocumentTypes │ │ │ └── FileFilterEntry.cs │ │ └── Events │ │ │ └── PublishToolWindowEventArgs.cs │ ├── Images │ │ └── Metro │ │ │ └── SVG │ │ │ ├── appbar.check.svg │ │ │ ├── appbar.lightning.svg │ │ │ ├── appbar.noentry.svg │ │ │ ├── appbar.stop.svg │ │ │ ├── appbar.information.svg │ │ │ ├── appbar.lightbulb.hue.svg │ │ │ ├── appbar.warning.circle.svg │ │ │ └── appbar.cancel.svg │ ├── packages.config │ └── app.config ├── ICSharpCode.AvalonEdit │ ├── Search │ │ ├── next.png │ │ └── prev.png │ ├── Themes │ │ └── RightArrow.cur │ ├── ICSharpCode.AvalonEdit.snk │ ├── packages.config │ └── Edi │ │ ├── Intellisense │ │ ├── ICompletionWindowResolver.cs │ │ └── ICompletionDataProvider.cs │ │ ├── BracketRenderer │ │ └── IBracketSearcher.cs │ │ └── PrintEngine │ │ └── PrintPreviewDialog.xaml ├── Edi.Interfaces │ ├── MessageManager │ │ └── IOutput.cs │ ├── packages.config │ └── Images │ │ └── Metro │ │ └── SVG │ │ ├── appbar.check.svg │ │ ├── appbar.lightning.svg │ │ ├── appbar.noentry.svg │ │ ├── appbar.stop.svg │ │ ├── appbar.information.svg │ │ ├── appbar.lightbulb.hue.svg │ │ ├── appbar.warning.circle.svg │ │ └── appbar.cancel.svg ├── Edi.Documents │ ├── Views │ │ ├── EdiDoc │ │ │ └── EdiView.xaml.cs │ │ └── StartPage │ │ │ └── StartPageView.xaml.cs │ ├── DataTemplates │ │ ├── EdiViewDataTemplate.xaml │ │ └── StartPageViewDataTemplate.xaml │ ├── Images │ │ └── Metro │ │ │ └── SVG │ │ │ ├── appbar.check.svg │ │ │ ├── appbar.lightning.svg │ │ │ ├── appbar.noentry.svg │ │ │ ├── appbar.stop.svg │ │ │ ├── appbar.information.svg │ │ │ ├── appbar.lightbulb.hue.svg │ │ │ ├── appbar.warning.circle.svg │ │ │ └── appbar.cancel.svg │ ├── packages.config │ └── app.config ├── Edi.Dialogs │ ├── GotoLine │ │ └── GotoLineDlg.xaml.cs │ ├── About │ │ ├── AboutDlg.xaml.cs │ │ ├── AboutView.xaml.cs │ │ └── FindReplaceDialog.xaml.cs │ ├── packages.config │ ├── FindReplace │ │ ├── SearchScope.cs │ │ ├── Converter │ │ │ ├── SearchScopeToInt.cs │ │ │ └── BoolToInt.cs │ │ └── FindReplaceDialog.xaml.cs │ ├── Images │ │ └── Metro │ │ │ └── SVG │ │ │ ├── appbar.check.svg │ │ │ ├── appbar.lightning.svg │ │ │ ├── appbar.noentry.svg │ │ │ ├── appbar.stop.svg │ │ │ ├── appbar.information.svg │ │ │ ├── appbar.lightbulb.hue.svg │ │ │ ├── appbar.warning.circle.svg │ │ │ └── appbar.cancel.svg │ ├── Themes │ │ └── Generic.xaml │ └── app.config └── Settings │ ├── Edi.SettingsView │ ├── Themes │ │ └── Generic.xaml │ ├── packages.config │ ├── Config │ │ └── AppBehaviourConfigView.xaml.cs │ └── app.config │ └── Edi.Settings │ ├── app.config │ └── packages.config ├── Tools ├── BuiltIn │ ├── Output │ │ ├── Local │ │ │ └── Strings.id-ID.Designer.cs │ │ ├── Images │ │ │ ├── MetroDark │ │ │ │ └── appbar.monitor.png │ │ │ └── MetroLight │ │ │ │ └── appbar.monitor.png │ │ ├── Views │ │ │ ├── IOutputView.cs │ │ │ └── OutputView.xaml.cs │ │ ├── packages.config │ │ ├── DataTemplates │ │ │ └── OutputViewDataTemplate.xaml │ │ ├── ViewModels │ │ │ └── OutputWriter.cs │ │ └── app.config │ └── Files │ │ ├── Views │ │ ├── RecentFiles │ │ │ └── RecentFilesView.xaml.cs │ │ ├── FileStats │ │ │ └── FileStatsView.xaml.cs │ │ └── FileExplorer │ │ │ └── FileExplorerView.xaml.cs │ │ ├── DataTemplates │ │ ├── FileStatsViewDataTemplate.xaml │ │ ├── RecentFilesViewDataTemplate.xaml │ │ └── FileExplorerViewDataTemplate.xaml │ │ ├── Images │ │ └── Metro │ │ │ └── SVG │ │ │ ├── appbar.check.svg │ │ │ ├── appbar.lightning.svg │ │ │ ├── appbar.noentry.svg │ │ │ ├── appbar.stop.svg │ │ │ ├── appbar.information.svg │ │ │ ├── appbar.lightbulb.hue.svg │ │ │ └── appbar.warning.circle.svg │ │ └── app.config └── Log4NetTools │ ├── Views │ ├── Log4NetToolView.xaml.cs │ └── Log4NetMessageView.xaml.cs │ ├── Images │ └── Metro │ │ └── SVG │ │ ├── appbar.check.svg │ │ ├── appbar.lightning.svg │ │ ├── appbar.noentry.svg │ │ ├── appbar.stop.svg │ │ ├── appbar.information.svg │ │ ├── appbar.lightbulb.hue.svg │ │ └── appbar.warning.circle.svg │ └── packages.config ├── MiniUML ├── MiniUML.Framework │ ├── Local │ │ ├── Strings.de-DE.Designer.cs │ │ └── Strings.id-ID.Designer.cs │ ├── IFactory.cs │ ├── packages.config │ ├── Images │ │ └── Metro │ │ │ └── SVG │ │ │ ├── appbar.check.svg │ │ │ ├── appbar.lightning.svg │ │ │ ├── appbar.noentry.svg │ │ │ ├── appbar.stop.svg │ │ │ ├── appbar.information.svg │ │ │ ├── appbar.lightbulb.hue.svg │ │ │ └── appbar.warning.circle.svg │ ├── helpers │ │ └── DragObject.cs │ └── interfaces │ │ └── IDragableCommandModel.cs ├── Plugins │ └── src │ │ └── MiniUML.Plugins.UmlClassDiagram │ │ ├── packages.config │ │ ├── Images │ │ ├── Command.Select.png │ │ ├── Shapes │ │ │ ├── Class │ │ │ │ ├── Class.png │ │ │ │ ├── Table.png │ │ │ │ ├── DataType.png │ │ │ │ ├── Signal.png │ │ │ │ ├── Interface.png │ │ │ │ ├── Primitive.png │ │ │ │ ├── Association.png │ │ │ │ ├── Enumeration.png │ │ │ │ └── TableToolBox.png │ │ │ ├── Common │ │ │ │ ├── Note.png │ │ │ │ ├── Package.png │ │ │ │ └── Boundary.png │ │ │ ├── Activity │ │ │ │ ├── EventToolbox.png │ │ │ │ ├── Event1Toolbox.png │ │ │ │ ├── ActivityFinalToolbox.png │ │ │ │ ├── ActivitySyncToolbox.png │ │ │ │ ├── ActivityInitialToolbox.png │ │ │ │ └── ActivityFlowFinalToolbox.png │ │ │ ├── Deployment │ │ │ │ ├── Component.png │ │ │ │ ├── DeviceToolBox.png │ │ │ │ ├── NodeToolBox.png │ │ │ │ ├── ComponentToolBox.png │ │ │ │ ├── ExecutionEnvironmentToolBox.png │ │ │ │ └── DeploymentSpecificationToolBox.png │ │ │ └── UseCase │ │ │ │ ├── ActorToolbox.png │ │ │ │ ├── UseCaseToolBox.png │ │ │ │ ├── ActorSquareToolbox.png │ │ │ │ └── CollaborationToolBox.png │ │ └── Connect │ │ │ ├── Command.CreateAggregationShape.png │ │ │ ├── Command.CreateAssociationShape.png │ │ │ ├── Command.CreateCompositionShape.png │ │ │ └── Command.CreateInheritanceShape.png │ │ ├── Properties │ │ └── Settings.settings │ │ ├── MiniUML.Plugins.UmlClassDiagram.csproj.user │ │ ├── PluginView.xaml.cs │ │ ├── ToolBox │ │ ├── ViewModel │ │ │ └── IShapBox.cs │ │ └── View │ │ │ └── ToolBoxControl.xaml.cs │ │ ├── SharedResources.xaml │ │ └── app.config ├── MiniUML.View │ ├── MetroIcons │ │ ├── Dark │ │ │ ├── delete.png │ │ │ ├── scissors.png │ │ │ ├── appbar.redo.png │ │ │ ├── appbar.undo.png │ │ │ ├── appbar.page.copy.png │ │ │ └── appbar.clipboard.paste.png │ │ ├── Light │ │ │ ├── delete.png │ │ │ ├── scissors.png │ │ │ ├── appbar.redo.png │ │ │ ├── appbar.undo.png │ │ │ ├── appbar.page.copy.png │ │ │ └── appbar.clipboard.paste.png │ │ └── SVG │ │ │ └── appbar.page.copy.svg │ ├── Images │ │ ├── BrightBackground │ │ │ ├── Copy.png │ │ │ ├── Cut.png │ │ │ ├── Paste.png │ │ │ ├── Delete.png │ │ │ ├── BringForward.png │ │ │ ├── BringToFront.png │ │ │ ├── AlignObjectsTop.png │ │ │ ├── AlignObjectsLeft.png │ │ │ ├── AlignObjectsRight.png │ │ │ ├── AlignObjectsBottom.png │ │ │ ├── DistributeObjectsVertical.png │ │ │ ├── DistributeObjectsHorizontal.png │ │ │ ├── AlignObjectsCenteredHorizontal.png │ │ │ └── AlignObjectsCenteredVertical.png │ │ └── Metro │ │ │ └── SVG │ │ │ ├── appbar.check.svg │ │ │ ├── appbar.lightning.svg │ │ │ ├── appbar.noentry.svg │ │ │ ├── appbar.stop.svg │ │ │ ├── appbar.information.svg │ │ │ ├── appbar.lightbulb.hue.svg │ │ │ └── appbar.warning.circle.svg │ ├── Properties │ │ └── Settings.settings │ ├── packages.config │ ├── Resources │ │ └── Styles │ │ │ └── Controls │ │ │ └── RibbonGalleryItem.xaml │ ├── Views │ │ ├── XmlView.xaml.cs │ │ └── RibbonView.xaml.cs │ ├── Controls │ │ └── RibbonGroup.cs │ ├── Themes │ │ └── Generic.xaml │ └── app.config └── MiniUML.Model │ ├── ViewModels │ ├── Document │ │ ├── RibbonViewModel.cs │ │ └── IMiniUMLDocument.cs │ ├── Shapes │ │ └── AnchorBaseViewModel.cs │ ├── Command │ │ └── ToolBoxData.cs │ └── Interfaces │ │ └── ICanvasViewMouseHandler.cs │ ├── packages.config │ ├── Images │ └── Metro │ │ └── SVG │ │ ├── appbar.check.svg │ │ ├── appbar.lightning.svg │ │ ├── appbar.noentry.svg │ │ ├── appbar.stop.svg │ │ ├── appbar.information.svg │ │ ├── appbar.lightbulb.hue.svg │ │ └── appbar.warning.circle.svg │ └── app.config ├── 02_Libs ├── YalvLib │ ├── YalvLib.dll │ ├── it │ │ └── YalvLib.resources.dll │ ├── ja │ │ └── YalvLib.resources.dll │ └── ru │ │ └── YalvLib.resources.dll └── Readme.txt ├── 00_Documentation ├── Wix_Setup │ ├── 30_temp_x64 │ │ └── .readme.txt │ ├── 40_temp_x86 │ │ └── .readme.txt │ ├── 01_SetupResources │ │ └── Setup_EdiLogo.ico │ ├── 00_Edi │ │ └── .readme.txt │ ├── Generate_x64_Setup.Bat │ └── Generate_x86_Setup.Bat ├── EdiDesign │ ├── Deployment Edi.uml.png │ ├── DocumentModel.uml.png │ ├── ProgramSettings.uml.png │ ├── Themes Management.uml.png │ ├── AvalonDockDeployment.uml.png │ └── ProgramSettings.uml └── MiniUMLDesign │ ├── Dependencies.uml.png │ ├── DesignerItem.uml.png │ ├── MiniUMLDocumentView.uml.png │ ├── UmlShapeViewControls.uml.png │ ├── UmlShapeViewModels.uml.png │ └── UmlConnectorViewControls.uml.png ├── Setup Edi └── 01_SetupResources │ └── Setup_EdiLogo.ico └── .gitignore /Readme.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-midnight -------------------------------------------------------------------------------- /Edi/Edi.Util/Local/Strings.de-DE.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Edi/Edi.Util/Local/Strings.es-ES.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Edi/Edi.Util/Local/Strings.fr-FR.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Edi/Edi.Util/Local/Strings.hi-IN.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Edi/Edi.Util/Local/Strings.id-ID.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Edi/Edi.Util/Local/Strings.it-IT.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Edi/Edi.Util/Local/Strings.ja-JP.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Edi/Edi.Util/Local/Strings.pt-PT.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Edi/Edi.Util/Local/Strings.ru-RU.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Edi/Edi.Util/Local/Strings.zh-Hans.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Edi/SimpleControls/Local/Strings.de-DE.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Edi/SimpleControls/Local/Strings.es-ES.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Edi/SimpleControls/Local/Strings.fr-FR.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Edi/SimpleControls/Local/Strings.hi-IN.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Edi/SimpleControls/Local/Strings.id-ID.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Edi/SimpleControls/Local/Strings.it-IT.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Edi/SimpleControls/Local/Strings.ja-JP.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Edi/SimpleControls/Local/Strings.pt-PT.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Edi/SimpleControls/Local/Strings.ru-RU.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Edi/SimpleControls/Local/Strings.zh-Hans.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Tools/BuiltIn/Output/Local/Strings.id-ID.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Framework/Local/Strings.de-DE.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Framework/Local/Strings.id-ID.Designer.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Edi/Edi/EdiLogo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi/EdiLogo.ico -------------------------------------------------------------------------------- /02_Libs/YalvLib/YalvLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/02_Libs/YalvLib/YalvLib.dll -------------------------------------------------------------------------------- /Edi/Edi/EdiAppWindowLogo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi/EdiAppWindowLogo.ico -------------------------------------------------------------------------------- /Edi/Edi.Util/UtilSignature.pfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Util/UtilSignature.pfx -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/document.png -------------------------------------------------------------------------------- /02_Libs/Readme.txt: -------------------------------------------------------------------------------- 1 | 2 | 1 Third Party Project Sources 3 | 4 | YalvLib download 5 | https://github.com/Dirkster99/YalvLib 6 | -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/ShowTab32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/ShowTab32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/property-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/property-blue.png -------------------------------------------------------------------------------- /02_Libs/YalvLib/it/YalvLib.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/02_Libs/YalvLib/it/YalvLib.resources.dll -------------------------------------------------------------------------------- /02_Libs/YalvLib/ja/YalvLib.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/02_Libs/YalvLib/ja/YalvLib.resources.dll -------------------------------------------------------------------------------- /02_Libs/YalvLib/ru/YalvLib.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/02_Libs/YalvLib/ru/YalvLib.resources.dll -------------------------------------------------------------------------------- /Edi/Edi.Apps/Images/DocTab/Lock-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Apps/Images/DocTab/Lock-icon.png -------------------------------------------------------------------------------- /Edi/Edi.Core/Resources/ResourceLocator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Core/Resources/ResourceLocator.cs -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/Edit_Copy32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/Edit_Copy32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/Edit_Cut32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/Edit_Cut32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/Edit_Find16.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/Edit_Find16.ico -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/Edit_Find32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/Edit_Find32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/Edit_Redo32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/Edit_Redo32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/Edit_Undo32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/Edit_Undo32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/File_New32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/File_New32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/File_Open32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/File_Open32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/File_Save16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/File_Save16.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/File_Save32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/File_Save32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/File_Save64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/File_Save64.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/Help_Hint32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/Help_Hint32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/ShowEnter32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/ShowEnter32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Dark/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Dark/delete.png -------------------------------------------------------------------------------- /00_Documentation/Wix_Setup/30_temp_x64/.readme.txt: -------------------------------------------------------------------------------- 1 | This directory is used as temporary memory for building setup via WiX batch scripting. -------------------------------------------------------------------------------- /00_Documentation/Wix_Setup/40_temp_x86/.readme.txt: -------------------------------------------------------------------------------- 1 | This directory is used as temporary memory for building setup via WiX batch scripting. -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/Edit_Delete32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/Edit_Delete32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/Edit_Paste32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/Edit_Paste32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/Help_About32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/Help_About32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/ShowSpaces32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/ShowSpaces32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/ShowWordWrap32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/ShowWordWrap32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/Documents/Log4net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/Documents/Log4net.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/Documents/MiniUml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/Documents/MiniUml.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/Documents/document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/Documents/document.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/MessageIcons/Error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/MessageIcons/Error.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Dark/ShowSpace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Dark/ShowSpace.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Dark/ShowTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Dark/ShowTab.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Dark/scissors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Dark/scissors.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Light/ShowTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Light/ShowTab.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Light/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Light/delete.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Light/scissors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Light/scissors.png -------------------------------------------------------------------------------- /Edi/ICSharpCode.AvalonEdit/Search/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/ICSharpCode.AvalonEdit/Search/next.png -------------------------------------------------------------------------------- /Edi/ICSharpCode.AvalonEdit/Search/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/ICSharpCode.AvalonEdit/Search/prev.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/DocTab/Lock-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/DocTab/Lock-icon.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/File_Save_All32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/File_Save_All32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/StartPage/Edi100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/StartPage/Edi100.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/MessageIcons/Unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/MessageIcons/Unknown.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/MessageIcons/Warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/MessageIcons/Warning.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Dark/appbar.disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Dark/appbar.disk.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Dark/appbar.redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Dark/appbar.redo.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Dark/appbar.save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Dark/appbar.save.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Dark/appbar.undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Dark/appbar.undo.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Light/ShowSpace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Light/ShowSpace.png -------------------------------------------------------------------------------- /Setup Edi/01_SetupResources/Setup_EdiLogo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Setup Edi/01_SetupResources/Setup_EdiLogo.ico -------------------------------------------------------------------------------- /00_Documentation/EdiDesign/Deployment Edi.uml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/00_Documentation/EdiDesign/Deployment Edi.uml.png -------------------------------------------------------------------------------- /00_Documentation/EdiDesign/DocumentModel.uml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/00_Documentation/EdiDesign/DocumentModel.uml.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/About/AboutLogo128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/About/AboutLogo128.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/Edit_Find_Replace32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/Edit_Find_Replace32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/ShowLineNumbers32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/ShowLineNumbers32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Dark/ShowEndOfLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Dark/ShowEndOfLine.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Dark/appbar.saveall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Dark/appbar.saveall.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Light/ShowEndOfLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Light/ShowEndOfLine.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Light/appbar.disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Light/appbar.disk.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Light/appbar.redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Light/appbar.redo.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Light/appbar.undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Light/appbar.undo.png -------------------------------------------------------------------------------- /Edi/ICSharpCode.AvalonEdit/Themes/RightArrow.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/ICSharpCode.AvalonEdit/Themes/RightArrow.cur -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/MetroIcons/Dark/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/MetroIcons/Dark/delete.png -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/MetroIcons/Dark/scissors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/MetroIcons/Dark/scissors.png -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/MetroIcons/Light/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/MetroIcons/Light/delete.png -------------------------------------------------------------------------------- /00_Documentation/EdiDesign/ProgramSettings.uml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/00_Documentation/EdiDesign/ProgramSettings.uml.png -------------------------------------------------------------------------------- /00_Documentation/MiniUMLDesign/Dependencies.uml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/00_Documentation/MiniUMLDesign/Dependencies.uml.png -------------------------------------------------------------------------------- /00_Documentation/MiniUMLDesign/DesignerItem.uml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/00_Documentation/MiniUMLDesign/DesignerItem.uml.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/DocTabDark/Lock-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/DocTabDark/Lock-icon.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/StartPage/File_New64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/StartPage/File_New64.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/StartPage/File_Open64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/StartPage/File_Open64.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/SyntaxHighlighting_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/SyntaxHighlighting_32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/MessageIcons/Information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/MessageIcons/Information.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Dark/ShowLineNumbers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Dark/ShowLineNumbers.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Dark/appbar.page.copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Dark/appbar.page.copy.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Dark/appbar.page.new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Dark/appbar.page.new.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Light/ShowLineNumbers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Light/ShowLineNumbers.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Light/appbar.page.new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Light/appbar.page.new.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Light/appbar.saveall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Light/appbar.saveall.png -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/MetroIcons/Light/scissors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/MetroIcons/Light/scissors.png -------------------------------------------------------------------------------- /00_Documentation/EdiDesign/Themes Management.uml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/00_Documentation/EdiDesign/Themes Management.uml.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/PinableListView/NoPin16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/PinableListView/NoPin16.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/PinableListView/NoPin32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/PinableListView/NoPin32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/Log4Net/Refresh/Refresh_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/Log4Net/Refresh/Refresh_16.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/Log4Net/Refresh/Refresh_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/Log4Net/Refresh/Refresh_32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/Log4Net/Refresh/Refresh_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/Log4Net/Refresh/Refresh_64.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/MessageIcons/InternalError.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/MessageIcons/InternalError.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Dark/appbar.folder.open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Dark/appbar.folder.open.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Dark/appbar.lamp.variant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Dark/appbar.lamp.variant.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Light/appbar.folder.open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Light/appbar.folder.open.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Light/appbar.page.copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Light/appbar.page.copy.png -------------------------------------------------------------------------------- /Edi/ICSharpCode.AvalonEdit/ICSharpCode.AvalonEdit.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/ICSharpCode.AvalonEdit/ICSharpCode.AvalonEdit.snk -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Images/BrightBackground/Copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/Images/BrightBackground/Copy.png -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Images/BrightBackground/Cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/Images/BrightBackground/Cut.png -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Images/BrightBackground/Paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/Images/BrightBackground/Paste.png -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/MetroIcons/Dark/appbar.redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/MetroIcons/Dark/appbar.redo.png -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/MetroIcons/Dark/appbar.undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/MetroIcons/Dark/appbar.undo.png -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/MetroIcons/Light/appbar.redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/MetroIcons/Light/appbar.redo.png -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/MetroIcons/Light/appbar.undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/MetroIcons/Light/appbar.undo.png -------------------------------------------------------------------------------- /00_Documentation/EdiDesign/AvalonDockDeployment.uml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/00_Documentation/EdiDesign/AvalonDockDeployment.uml.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Dark/appbar.disk.download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Dark/appbar.disk.download.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Light/appbar.disk.download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Light/appbar.disk.download.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Light/appbar.lamp.variant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Light/appbar.lamp.variant.png -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Images/BrightBackground/Delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/Images/BrightBackground/Delete.png -------------------------------------------------------------------------------- /Tools/BuiltIn/Output/Images/MetroDark/appbar.monitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Tools/BuiltIn/Output/Images/MetroDark/appbar.monitor.png -------------------------------------------------------------------------------- /00_Documentation/MiniUMLDesign/MiniUMLDocumentView.uml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/00_Documentation/MiniUMLDesign/MiniUMLDocumentView.uml.png -------------------------------------------------------------------------------- /00_Documentation/MiniUMLDesign/UmlShapeViewControls.uml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/00_Documentation/MiniUMLDesign/UmlShapeViewControls.uml.png -------------------------------------------------------------------------------- /00_Documentation/MiniUMLDesign/UmlShapeViewModels.uml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/00_Documentation/MiniUMLDesign/UmlShapeViewModels.uml.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/PinableListViewDark/NoPin16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/PinableListViewDark/NoPin16.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/App/PinableListViewDark/NoPin32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/App/PinableListViewDark/NoPin32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/Log4Net/Filter/filter_Applied_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/Log4Net/Filter/filter_Applied_16.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/Log4Net/Filter/filter_Applied_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/Log4Net/Filter/filter_Applied_32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/Log4Net/Filter/filter_Applied_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/Log4Net/Filter/filter_Applied_64.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Dark/appbar.clipboard.paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Dark/appbar.clipboard.paste.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Light/appbar.clipboard.paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Light/appbar.clipboard.paste.png -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/MetroIcons/Dark/appbar.page.copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/MetroIcons/Dark/appbar.page.copy.png -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/MetroIcons/Light/appbar.page.copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/MetroIcons/Light/appbar.page.copy.png -------------------------------------------------------------------------------- /Tools/BuiltIn/Output/Images/MetroLight/appbar.monitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Tools/BuiltIn/Output/Images/MetroLight/appbar.monitor.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/Log4Net/ClearFilter/ClearFilters_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/Log4Net/ClearFilter/ClearFilters_16.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/Log4Net/ClearFilter/ClearFilters_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/Log4Net/ClearFilter/ClearFilters_32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/Log4Net/ClearFilter/ClearFilters_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/Log4Net/ClearFilter/ClearFilters_64.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/Log4Net/Filter/filter_NotApplied_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/Log4Net/Filter/filter_NotApplied_16.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/Log4Net/Filter/filter_NotApplied_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/Log4Net/Filter/filter_NotApplied_32.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/Images/Log4Net/Filter/filter_NotApplied_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/Images/Log4Net/Filter/filter_NotApplied_64.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Dark/appbar.text.align.justify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Dark/appbar.text.align.justify.png -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/Light/appbar.text.align.justify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/Edi/Edi.Themes/MetroIcons/Light/appbar.text.align.justify.png -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Images/BrightBackground/BringForward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/Images/BrightBackground/BringForward.png -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Images/BrightBackground/BringToFront.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/Images/BrightBackground/BringToFront.png -------------------------------------------------------------------------------- /00_Documentation/MiniUMLDesign/UmlConnectorViewControls.uml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/00_Documentation/MiniUMLDesign/UmlConnectorViewControls.uml.png -------------------------------------------------------------------------------- /00_Documentation/Wix_Setup/01_SetupResources/Setup_EdiLogo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/00_Documentation/Wix_Setup/01_SetupResources/Setup_EdiLogo.ico -------------------------------------------------------------------------------- /Edi/Edi.Core/Interfaces/Enums/PaneLocation.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Core.Interfaces.Enums 2 | { 3 | public enum PaneLocation 4 | { 5 | Left, 6 | Right, 7 | Bottom 8 | } 9 | } -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Images/BrightBackground/AlignObjectsTop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/Images/BrightBackground/AlignObjectsTop.png -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/MetroIcons/Dark/appbar.clipboard.paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/MetroIcons/Dark/appbar.clipboard.paste.png -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/MetroIcons/Light/appbar.clipboard.paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/MetroIcons/Light/appbar.clipboard.paste.png -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Images/BrightBackground/AlignObjectsLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/Images/BrightBackground/AlignObjectsLeft.png -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Images/BrightBackground/AlignObjectsRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/Images/BrightBackground/AlignObjectsRight.png -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Images/BrightBackground/AlignObjectsBottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/Images/BrightBackground/AlignObjectsBottom.png -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Images/BrightBackground/DistributeObjectsVertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/Images/BrightBackground/DistributeObjectsVertical.png -------------------------------------------------------------------------------- /Edi/Edi.Apps/Enums/TypeOfDocument.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Apps.Enums 2 | { 3 | 4 | public enum TypeOfDocument 5 | { 6 | EdiTextEditor = 0, 7 | Log4NetView = 1, 8 | UmlEditor = 2, 9 | } 10 | } -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Images/BrightBackground/DistributeObjectsHorizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/Images/BrightBackground/DistributeObjectsHorizontal.png -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Images/BrightBackground/AlignObjectsCenteredHorizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/Images/BrightBackground/AlignObjectsCenteredHorizontal.png -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Images/BrightBackground/AlignObjectsCenteredVertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/MiniUML.View/Images/BrightBackground/AlignObjectsCenteredVertical.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Command.Select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Command.Select.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Class/Class.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Class/Class.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Class/Table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Class/Table.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Common/Note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Common/Note.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Class/DataType.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Class/DataType.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Class/Signal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Class/Signal.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Common/Package.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Common/Package.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Class/Interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Class/Interface.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Class/Primitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Class/Primitive.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Common/Boundary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Common/Boundary.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Class/Association.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Class/Association.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Class/Enumeration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Class/Enumeration.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Class/TableToolBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Class/TableToolBox.png -------------------------------------------------------------------------------- /MiniUML/MiniUML.Framework/IFactory.cs: -------------------------------------------------------------------------------- 1 | namespace MiniUML.Framework 2 | { 3 | using MsgBox; 4 | 5 | public interface IFactory 6 | { 7 | object CreateObject(IMessageBoxService msgBox); 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Activity/EventToolbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Activity/EventToolbox.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Deployment/Component.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Deployment/Component.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/UseCase/ActorToolbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/UseCase/ActorToolbox.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Activity/Event1Toolbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Activity/Event1Toolbox.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Deployment/DeviceToolBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Deployment/DeviceToolBox.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Deployment/NodeToolBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Deployment/NodeToolBox.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/UseCase/UseCaseToolBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/UseCase/UseCaseToolBox.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/UseCase/ActorSquareToolbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/UseCase/ActorSquareToolbox.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Activity/ActivityFinalToolbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Activity/ActivityFinalToolbox.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Activity/ActivitySyncToolbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Activity/ActivitySyncToolbox.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Deployment/ComponentToolBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Deployment/ComponentToolBox.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/UseCase/CollaborationToolBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/UseCase/CollaborationToolBox.png -------------------------------------------------------------------------------- /Tools/BuiltIn/Output/Views/IOutputView.cs: -------------------------------------------------------------------------------- 1 | namespace Output.Views 2 | { 3 | public interface IOutputView 4 | { 5 | void Clear(); 6 | void ScrollToEnd(); 7 | void AppendText(string text); 8 | void SetText(string text); 9 | } 10 | } -------------------------------------------------------------------------------- /00_Documentation/Wix_Setup/00_Edi/.readme.txt: -------------------------------------------------------------------------------- 1 | This directory should contain a collection of binaries to build a setup for Edi. 2 | 3 | You can literally copy the files from Edi/Bin/Release into this directory before running the WiX setup build scripts. -------------------------------------------------------------------------------- /Edi/Edi.Core/Interfaces/DocumentTypes/IFileFilterEntry.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Core.Interfaces.DocumentTypes 2 | { 3 | public interface IFileFilterEntry 4 | { 5 | string FileFilter { get; } 6 | 7 | FileOpenDelegate FileOpenMethod { get; } 8 | } 9 | } -------------------------------------------------------------------------------- /Edi/Edi/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Connect/Command.CreateAggregationShape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Connect/Command.CreateAggregationShape.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Connect/Command.CreateAssociationShape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Connect/Command.CreateAssociationShape.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Connect/Command.CreateCompositionShape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Connect/Command.CreateCompositionShape.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Connect/Command.CreateInheritanceShape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Connect/Command.CreateInheritanceShape.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Activity/ActivityInitialToolbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Activity/ActivityInitialToolbox.png -------------------------------------------------------------------------------- /Edi/Edi.Core/Interfaces/DocumentTypes/IFileFilterEntries.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Core.Interfaces.DocumentTypes 2 | { 3 | public interface IFileFilterEntries 4 | { 5 | string GetFilterString(); 6 | 7 | FileOpenDelegate GetFileOpenMethod(int idx); 8 | } 9 | } -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Activity/ActivityFlowFinalToolbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Activity/ActivityFlowFinalToolbox.png -------------------------------------------------------------------------------- /Edi/Edi.Interfaces/MessageManager/IOutput.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Interfaces.MessageManager 2 | { 3 | 4 | public interface IOutput 5 | { 6 | void AppendLine(string text); 7 | 8 | void Append(string text); 9 | 10 | void Clear(); 11 | } 12 | } -------------------------------------------------------------------------------- /Edi/Edi.Util/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Deployment/ExecutionEnvironmentToolBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Deployment/ExecutionEnvironmentToolBox.png -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Deployment/DeploymentSpecificationToolBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dirkster99/Edi/HEAD/MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Images/Shapes/Deployment/DeploymentSpecificationToolBox.png -------------------------------------------------------------------------------- /Edi/Edi.Interfaces/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Edi/SimpleControls/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Framework/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Model/ViewModels/Document/RibbonViewModel.cs: -------------------------------------------------------------------------------- 1 | namespace MiniUML.Model.ViewModels.Document 2 | { 3 | using MiniUML.Framework; 4 | 5 | public class RibbonViewModel : BaseViewModel 6 | { 7 | public RibbonViewModel() 8 | { 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/MiniUML.Plugins.UmlClassDiagram.csproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ProjectFiles 5 | 6 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Resources/Styles/Controls/RibbonGalleryItem.xaml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/ICSharpCode.AvalonEdit/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/SimpleControls/Themes/Generic.xaml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Model/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Tools/BuiltIn/Output/Views/OutputView.xaml.cs: -------------------------------------------------------------------------------- 1 | namespace Output.Views 2 | { 3 | using System.Windows.Controls; 4 | 5 | /// 6 | /// Interaction logic for OutputView.xaml 7 | /// 8 | public partial class OutputView : UserControl 9 | { 10 | public OutputView() 11 | { 12 | InitializeComponent(); 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | debug/ 2 | release/ 3 | build/ 4 | bin/ 5 | obj/ 6 | cache/ 7 | log/ 8 | tmp/ 9 | 10 | *~ 11 | *.lock 12 | *.DS_Store 13 | *.swp 14 | *.out 15 | *.sou 16 | *.suo 17 | *.sqlite 18 | Edi/MiniUML.Plugins/MiniUML.Plugins.UmlClassDiagram.dll 19 | /.vs/ 20 | /packages/ 21 | /02_Libs/AvalonDock/.vs/Xceed.Wpf.AvalonDock/v15/Server/sqlite3/storage.ide 22 | -------------------------------------------------------------------------------- /Edi/Edi.Apps/Views/Shell/MainMenu.xaml.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Apps.Views.Shell 2 | { 3 | using System.Windows.Controls; 4 | 5 | /// 6 | /// Interaction logic for MainMenu.xaml 7 | /// 8 | public partial class MainMenu : UserControl 9 | { 10 | public MainMenu() 11 | { 12 | InitializeComponent(); 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Edi/Edi.Documents/Views/EdiDoc/EdiView.xaml.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Documents.Views.EdiDoc 2 | { 3 | using System.Windows.Controls; 4 | 5 | /// 6 | /// Interaction logic for Document.xaml 7 | /// 8 | public partial class EdiView : UserControl 9 | { 10 | public EdiView() 11 | { 12 | this.InitializeComponent(); 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Edi/Edi.Apps/Views/Shell/StatusBar.xaml.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Apps.Views.Shell 2 | { 3 | using System.Windows.Controls; 4 | 5 | /// 6 | /// Interaction logic for StatusBar.xaml 7 | /// 8 | public partial class StatusBar : UserControl 9 | { 10 | public StatusBar() 11 | { 12 | InitializeComponent(); 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Views/XmlView.xaml.cs: -------------------------------------------------------------------------------- 1 | namespace MiniUML.View.Views 2 | { 3 | using System.Windows.Controls; 4 | 5 | /// 6 | /// Interaction logic for XmlView.xaml 7 | /// 8 | public partial class XmlView : UserControl 9 | { 10 | public XmlView() 11 | { 12 | this.InitializeComponent(); 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Edi/Edi.Apps/Views/Shell/MainToolbar.xaml.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Apps.Views.Shell 2 | { 3 | using System.Windows.Controls; 4 | 5 | /// 6 | /// Interaction logic for MainToolbar.xaml 7 | /// 8 | public partial class MainToolbar : UserControl 9 | { 10 | public MainToolbar() 11 | { 12 | InitializeComponent(); 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Views/RibbonView.xaml.cs: -------------------------------------------------------------------------------- 1 | namespace MiniUML.View.Views 2 | { 3 | using System.Windows.Controls; 4 | 5 | /// 6 | /// Interaction logic for RibbonView.xaml 7 | /// 8 | public partial class RibbonView : UserControl 9 | { 10 | public RibbonView() 11 | { 12 | this.InitializeComponent(); 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Tools/Log4NetTools/Views/Log4NetToolView.xaml.cs: -------------------------------------------------------------------------------- 1 | namespace Log4NetTools.Views 2 | { 3 | using System.Windows.Controls; 4 | 5 | /// 6 | /// Interaction logic for Log4NetToolView.xaml 7 | /// 8 | public partial class Log4NetToolView : UserControl 9 | { 10 | public Log4NetToolView() 11 | { 12 | this.InitializeComponent(); 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Edi/Edi.Dialogs/GotoLine/GotoLineDlg.xaml.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Dialogs.GotoLine 2 | { 3 | using System.Windows; 4 | 5 | /// 6 | /// Interaction logic for GotoLine.xaml 7 | /// 8 | public partial class GotoLineDlg : MWindowLib.SimpleMetroWindow 9 | { 10 | public GotoLineDlg() 11 | { 12 | InitializeComponent(); 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Edi/Edi.Dialogs/About/AboutDlg.xaml.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Dialogs.About 2 | { 3 | using System; 4 | using System.Windows; 5 | 6 | /// 7 | /// Interaction logic for GotoLine.xaml 8 | /// 9 | public partial class AboutDlg : MWindowLib.SimpleMetroWindow 10 | { 11 | public AboutDlg() 12 | { 13 | InitializeComponent(); 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /Edi/Edi.Apps/Themes/Generic.xaml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Edi/Edi.Documents/Views/StartPage/StartPageView.xaml.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Documents.Views.StartPage 2 | { 3 | using System.Windows.Controls; 4 | 5 | /// 6 | /// Interaction logic for StartPageView.xaml 7 | /// 8 | public partial class StartPageView : UserControl 9 | { 10 | public StartPageView() 11 | { 12 | this.InitializeComponent(); 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Tools/Log4NetTools/Views/Log4NetMessageView.xaml.cs: -------------------------------------------------------------------------------- 1 | namespace Log4NetTools.Views 2 | { 3 | using System.Windows.Controls; 4 | 5 | /// 6 | /// Interaction logic for Log4NetMessageView.xaml 7 | /// 8 | public partial class Log4NetMessageView : UserControl 9 | { 10 | public Log4NetMessageView() 11 | { 12 | this.InitializeComponent(); 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Tools/BuiltIn/Files/Views/RecentFiles/RecentFilesView.xaml.cs: -------------------------------------------------------------------------------- 1 | namespace Files.Views.RecentFiles 2 | { 3 | using System.Windows.Controls; 4 | 5 | /// 6 | /// Interaction logic for RecentFilesView.xaml 7 | /// 8 | public partial class RecentFilesView : UserControl 9 | { 10 | public RecentFilesView() 11 | { 12 | this.InitializeComponent(); 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Edi/Edi/AvalonEdit/Intellisense/Keywords/options.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Tools/BuiltIn/Files/Views/FileStats/FileStatsView.xaml.cs: -------------------------------------------------------------------------------- 1 | namespace Files.Views.FileStats 2 | { 3 | using System.Windows.Controls; 4 | 5 | /// 6 | /// Interaction logic for FileStatsView.xaml 7 | /// 8 | public partial class FileStatsView : UserControl 9 | { 10 | public FileStatsView() 11 | { 12 | this.InitializeComponent(); 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Tools/BuiltIn/Output/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Edi/Edi.Core/Interfaces/IFileOpenService.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Core.Interfaces 2 | { 3 | public interface IFileOpenService 4 | { 5 | /// 6 | /// Wrapper method for file open 7 | /// - is executed when a file open is requested from external party such as tool window. 8 | /// 9 | /// 10 | /// 11 | bool FileOpen(string file); 12 | } 13 | } -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/PluginView.xaml.cs: -------------------------------------------------------------------------------- 1 | namespace MiniUML.Plugins.UmlClassDiagram 2 | { 3 | using System.Windows.Controls; 4 | 5 | /// 6 | /// Interaction logic for PluginView.xaml 7 | /// 8 | public partial class PluginView : UserControl 9 | { 10 | public PluginView() 11 | { 12 | this.InitializeComponent(); 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Edi/Edi.Dialogs/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Edi/Settings/Edi.SettingsView/Themes/Generic.xaml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Edi/Edi.Dialogs/About/AboutView.xaml.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Dialogs.About 2 | { 3 | using System.Windows; 4 | using System.Windows.Controls; 5 | 6 | /// 7 | /// 8 | /// 9 | public class AboutView : Control 10 | { 11 | static AboutView() 12 | { 13 | DefaultStyleKeyProperty.OverrideMetadata(typeof(AboutView), new FrameworkPropertyMetadata(typeof(AboutView))); 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /Edi/Settings/Edi.SettingsView/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/ToolBox/ViewModel/IShapBox.cs: -------------------------------------------------------------------------------- 1 | namespace MiniUML.Plugins.UmlClassDiagram.ToolBox.ViewModel 2 | { 3 | using System.Collections.Generic; 4 | using MiniUML.Framework.helpers; 5 | 6 | /// 7 | /// Interface definition that ensures that toolbox data from viewmodel to view is provided. 8 | /// 9 | public interface IShapBox 10 | { 11 | List ToolBoxItems { get; } 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /Edi/Edi.Documents/DataTemplates/EdiViewDataTemplate.xaml: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Tools/BuiltIn/Files/DataTemplates/FileStatsViewDataTemplate.xaml: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Controls/RibbonGroup.cs: -------------------------------------------------------------------------------- 1 | namespace MiniUML.View.Controls 2 | { 3 | using System.Windows; 4 | using System.Windows.Controls; 5 | 6 | /// 7 | /// Interaction logic for RibbonGroup.xaml 8 | /// 9 | public partial class RibbonGroup : GroupBox 10 | { 11 | static RibbonGroup() 12 | { 13 | DefaultStyleKeyProperty.OverrideMetadata(typeof(RibbonGroup), new FrameworkPropertyMetadata(typeof(RibbonGroup))); 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /Tools/BuiltIn/Files/DataTemplates/RecentFilesViewDataTemplate.xaml: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Edi/Edi.Documents/DataTemplates/StartPageViewDataTemplate.xaml: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Tools/BuiltIn/Files/DataTemplates/FileExplorerViewDataTemplate.xaml: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Edi/Settings/Edi.SettingsView/Config/AppBehaviourConfigView.xaml.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.SettingsView.Config 2 | { 3 | using System.Windows.Controls; 4 | 5 | /// 6 | /// Interaction logic for AppBehaviourConfigView.xaml 7 | /// 8 | public partial class AppBehaviourConfigView : UserControl 9 | { 10 | /// 11 | /// Class constructor 12 | /// 13 | public AppBehaviourConfigView() 14 | { 15 | this.InitializeComponent(); 16 | } 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /Edi/Edi.Core/Models/Enums/LayoutLoaded.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Core.Models.Enums 2 | { 3 | /// 4 | /// Determine the source of the AvalonDock layout. 5 | /// 6 | public enum LayoutLoaded 7 | { 8 | /// 9 | /// AvalonDockLayout was never loadd from last session. Therefore, default is applied. 10 | /// 11 | FromDefault, 12 | 13 | /// 14 | /// AvalonDockLayout was loadd from last session and is applied. 15 | /// 16 | FromStorage 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /Tools/BuiltIn/Output/DataTemplates/OutputViewDataTemplate.xaml: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Edi/Edi.Apps/Enums/ToggleEditorOption.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Apps.Enums 2 | { 3 | /// 4 | /// Base enumeration to determine the kind of command option 5 | /// to be executed on the text viewmodel bound to the text editor. 6 | /// 7 | /// http://www.codeproject.com/Articles/570324/AvalonDock-2-0-Tutorial-Part-4-Integrating-AvalonE 8 | /// 9 | public enum ToggleEditorOption 10 | { 11 | WordWrap = 0, 12 | ShowLineNumber = 1, 13 | ShowEndOfLine = 2, 14 | ShowSpaces = 3, 15 | ShowTabs = 4 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /Edi/Edi/App.xaml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Edi/ICSharpCode.AvalonEdit/Edi/Intellisense/ICompletionWindowResolver.cs: -------------------------------------------------------------------------------- 1 | namespace ICSharpCode.AvalonEdit.Edi.Intellisense 2 | { 3 | using ICSharpCode.AvalonEdit.CodeCompletion; 4 | 5 | /// 6 | /// Interface to window that is used to resolve incomplete words that were typed by the user. 7 | /// 8 | public interface ICompletionWindowResolver 9 | { 10 | /// 11 | /// Get the window to resolve a text completion. 12 | /// 13 | /// 14 | CompletionWindow Resolve(); 15 | } 16 | } -------------------------------------------------------------------------------- /Edi/Edi.Dialogs/FindReplace/SearchScope.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Dialogs.FindReplace 2 | { 3 | /// 4 | /// Define enumeration to state whether current document, all open documents 5 | /// or any other scope is to be searched. 6 | /// 7 | public enum SearchScope 8 | { 9 | /// 10 | /// Current document in editor (if any) is to be searched. 11 | /// 12 | CurrentDocument, 13 | 14 | /// 15 | /// All open documents in editor (if any) are to be searched. 16 | /// 17 | AllDocuments 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Edi/Edi.Util/app.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Edi/Settings/Edi.Settings/app.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Model/ViewModels/Shapes/AnchorBaseViewModel.cs: -------------------------------------------------------------------------------- 1 | namespace MiniUML.Model.ViewModels.Shapes 2 | { 3 | using System.Collections.Generic; 4 | using System.Xml; 5 | 6 | public abstract class AnchorBaseViewModel : ShapeViewModelBase 7 | { 8 | #region constructor 9 | /// 10 | /// Standard contructor hidding XElement constructor 11 | /// 12 | /// 13 | public AnchorBaseViewModel(IShapeParent parent) 14 | : base(parent) 15 | { 16 | } 17 | #endregion constructor 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Edi/Edi.Apps/Enums/CloseDocOnError.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Apps.Enums 2 | { 3 | /// 4 | /// Determine whether an error on load file operation 5 | /// is silent (no user notification) or not. 6 | /// 7 | public enum CloseDocOnError 8 | { 9 | /// 10 | /// Close documents automatically without message (when re-loading on startup) 11 | /// 12 | WithoutUserNotification, 13 | 14 | /// 15 | /// Close documents on error with message (when doin' interactive File>Open) 16 | /// 17 | WithUserNotification 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Edi/Edi.Dialogs/FindReplace/Converter/SearchScopeToInt.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Dialogs.FindReplace.Converter 2 | { 3 | using System; 4 | using System.Globalization; 5 | using System.Windows.Data; 6 | 7 | public class SearchScopeToInt : IValueConverter 8 | { 9 | object IValueConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture) 10 | { 11 | return (int)value; 12 | } 13 | 14 | object IValueConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) 15 | { 16 | return (SearchScope)value; 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Edi/Edi.Themes/Interfaces/IParentSelectedTheme.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Themes.Interfaces 2 | { 3 | /// 4 | /// This interface specifies a property which is required to determine 5 | /// whether a theme is selected ot not (the answer is determined per 6 | /// single property in parent but the theme itself exposes the corresponding 7 | /// property to answer the question for itself - could also be solved 8 | /// without link but with multivalue converter... 9 | /// 10 | public interface IParentSelectedTheme 11 | { 12 | string SelectedThemeName { get; } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/ToolBox/View/ToolBoxControl.xaml.cs: -------------------------------------------------------------------------------- 1 | namespace MiniUML.Plugins.UmlClassDiagram.ToolBox.View 2 | { 3 | using System.Windows.Controls; 4 | 5 | /// 6 | /// Interaction logic for ToolBoxControl.xaml 7 | /// 8 | /// Source: http://www.codeproject.com/Articles/484616/MVVM-Diagram-Designer?msg=4413242#Drag-And-Drop-To-The-Design-Surface 9 | /// 10 | public partial class ToolBoxControl : UserControl 11 | { 12 | public ToolBoxControl() 13 | { 14 | this.InitializeComponent(); 15 | } 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/SharedResources.xaml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Edi/Edi.Core/Interfaces/IDocumentFileWatcher.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Core.Interfaces 2 | { 3 | /// 4 | /// Implements an interface to support a file watcher 5 | /// functionality for a certain type of document (eg.: text, log4net, etc ...). 6 | /// 7 | public interface IDocumentFileWatcher 8 | { 9 | /// 10 | /// Set a file specific value to determine whether file 11 | /// watching is enabled/disabled for this file. 12 | /// 13 | /// 14 | /// 15 | bool EnableDocumentFileWatcher(bool isEnabled); 16 | } 17 | } -------------------------------------------------------------------------------- /Edi/Edi.Core/Interfaces/IExplorer.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Core.Interfaces 2 | { 3 | using FileSystemModels.Models; 4 | 5 | public interface IExplorer 6 | { 7 | /// 8 | /// Gets an interface instance used for setting/getting settings of the Explorer (TW). 9 | /// 10 | ExplorerSettingsModel GetExplorerSettings(ExplorerSettingsModel input); 11 | 12 | /// 13 | /// Navigates to viewmodel to the folder. 14 | /// 15 | /// 16 | void NavigateToFolder(string directoryPath); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Themes/Generic.xaml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Edi/Edi/Images/Metro/SVG/appbar.check.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Apps/Images/Metro/SVG/appbar.check.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Core/Images/Metro/SVG/appbar.check.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Core/Interfaces/IViewModelResolver.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Core.Interfaces 2 | { 3 | /// 4 | /// Interface to resolve string id into a 5 | /// matching viewmodel that represents a tool window or document. 6 | /// 7 | public interface IViewModelResolver 8 | { 9 | //Guid LayoutID { get; } 10 | 11 | /// 12 | /// Get a matching viewmodel for a view through its content_id. 13 | /// 14 | /// 15 | /// viewmodel for a content_id or null 16 | object ContentViewModelFromId(string contentId); 17 | } 18 | } -------------------------------------------------------------------------------- /Edi/Edi.Dialogs/FindReplace/Converter/BoolToInt.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Dialogs.FindReplace.Converter 2 | { 3 | using System; 4 | using System.Globalization; 5 | using System.Windows.Data; 6 | 7 | public class BoolToInt : IValueConverter 8 | { 9 | object IValueConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture) 10 | { 11 | if ((bool)value) 12 | return 1; 13 | return 0; 14 | } 15 | 16 | object IValueConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) 17 | { 18 | throw new NotSupportedException(); 19 | } 20 | 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Edi/Edi.Dialogs/Images/Metro/SVG/appbar.check.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Documents/Images/Metro/SVG/appbar.check.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Interfaces/Images/Metro/SVG/appbar.check.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/SimpleControls/Images/Metro/SVG/appbar.check.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Images/Metro/SVG/appbar.check.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Tools/BuiltIn/Files/Images/Metro/SVG/appbar.check.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Tools/Log4NetTools/Images/Metro/SVG/appbar.check.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Framework/Images/Metro/SVG/appbar.check.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Model/Images/Metro/SVG/appbar.check.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Model/ViewModels/Document/IMiniUMLDocument.cs: -------------------------------------------------------------------------------- 1 | namespace MiniUML.Model.ViewModels.Document 2 | { 3 | /// 4 | /// Define an interface to reference to a MiniUML Document. 5 | /// This interface is used to reference MiniUML documents in any MiniUML PLugIn. 6 | /// 7 | public interface IMiniUMLDocument 8 | { 9 | /// 10 | /// Gets the abstract definition of the document viewmodel of this . 11 | /// 12 | MiniUML.Model.ViewModels.Document.AbstractDocumentViewModel vm_DocumentViewModel { get; } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /Edi/Edi.Core/Interfaces/IToolWindow.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Core.ViewModels 2 | { 3 | using Edi.Core.Interfaces; 4 | using Edi.Core.Interfaces.Enums; 5 | 6 | public interface IToolWindow : ILayoutItem 7 | { 8 | #region properties 9 | string Name { get; } 10 | 11 | bool IsVisible { get; } 12 | 13 | bool IsActive { get; } 14 | 15 | bool CanHide { get; } 16 | 17 | PaneLocation PreferredLocation { get; } 18 | double PreferredWidth { get; } 19 | double PreferredHeight { get; } 20 | #endregion properties 21 | 22 | #region methods 23 | void SetToolWindowVisibility(bool isVisible = true); 24 | #endregion methods 25 | } 26 | } -------------------------------------------------------------------------------- /Edi/Edi/Images/Metro/SVG/appbar.lightning.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Tools/Log4NetTools/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Edi/Edi.Apps/Images/Metro/SVG/appbar.lightning.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Core/Images/Metro/SVG/appbar.lightning.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Dialogs/Images/Metro/SVG/appbar.lightning.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Documents/Images/Metro/SVG/appbar.lightning.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Interfaces/Images/Metro/SVG/appbar.lightning.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Settings/Edi.Settings/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Edi/SimpleControls/Images/Metro/SVG/appbar.lightning.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Model/Images/Metro/SVG/appbar.lightning.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Images/Metro/SVG/appbar.lightning.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Tools/BuiltIn/Files/Images/Metro/SVG/appbar.lightning.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Tools/Log4NetTools/Images/Metro/SVG/appbar.lightning.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/SVG/appbar.text.align.justify.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Framework/Images/Metro/SVG/appbar.lightning.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/SVG/appbar.disk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Dialogs/Themes/Generic.xaml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Edi/ICSharpCode.AvalonEdit/Edi/BracketRenderer/IBracketSearcher.cs: -------------------------------------------------------------------------------- 1 | namespace ICSharpCode.AvalonEdit.BracketRenderer 2 | { 3 | /// 4 | /// Allows language specific search for matching brackets. 5 | /// 6 | public interface IBracketSearcher 7 | { 8 | /// 9 | /// Searches for a matching bracket from the given offset to the start of the document. 10 | /// 11 | /// A BracketSearchResult that contains the positions and lengths of the brackets. Return null if there is nothing to highlight. 12 | BracketSearchResult SearchBracket(ICSharpCode.AvalonEdit.Document.TextDocument document, int offset); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /Edi/Edi/Images/Metro/SVG/appbar.noentry.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Apps/Images/Metro/SVG/appbar.noentry.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Core/Images/Metro/SVG/appbar.noentry.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Dialogs/FindReplace/FindReplaceDialog.xaml.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Dialogs.FindReplace 2 | { 3 | using System.Windows.Input; 4 | 5 | /// 6 | /// Interaction logic for FindReplaceDialog.xaml 7 | /// 8 | public partial class FindReplaceDialog : MWindowLib.SimpleMetroWindow 9 | { 10 | public FindReplaceDialog() 11 | { 12 | InitializeComponent(); 13 | } 14 | 15 | /// 16 | /// Close the dialog when the user hits escape 17 | /// 18 | /// 19 | /// 20 | private void Window_KeyDown(object sender, KeyEventArgs e) 21 | { 22 | if (e.Key == Key.Escape) 23 | Close(); 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /Edi/Edi.Dialogs/Images/Metro/SVG/appbar.noentry.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Documents/Images/Metro/SVG/appbar.noentry.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Interfaces/Images/Metro/SVG/appbar.noentry.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/SimpleControls/Images/Metro/SVG/appbar.noentry.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Model/Images/Metro/SVG/appbar.noentry.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Images/Metro/SVG/appbar.noentry.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Tools/BuiltIn/Files/Images/Metro/SVG/appbar.noentry.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Tools/Log4NetTools/Images/Metro/SVG/appbar.noentry.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Framework/Images/Metro/SVG/appbar.noentry.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Core/Interfaces/Enums/DocumentState.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Core.Interfaces.Enums 2 | { 3 | /// 4 | /// Enumerate the state of the document to enable a corresponding dynamic display. 5 | /// 6 | public enum DocumentState 7 | { 8 | /// 9 | /// Identifies a state that was probably not fully initialized. 10 | /// Getting of state can indicate a defect in the software. 11 | /// 12 | IsInvalid = -1, 13 | 14 | /// 15 | /// Document is loading and cannot be view, yet 16 | /// 17 | IsLoading = 0, 18 | 19 | /// 20 | /// Document is loaded and can either be viewed (readonly) or edited 21 | /// 22 | IsEditing = 1 23 | } 24 | } -------------------------------------------------------------------------------- /Edi/Edi.Documents/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Edi/Edi.Themes/Generic/Theme.xaml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Edi/Edi.Dialogs/About/FindReplaceDialog.xaml.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Dialogs.FindReplace 2 | { 3 | using System.Windows.Input; 4 | 5 | /// 6 | /// Interaction logic for FindReplaceDialog.xaml 7 | /// 8 | public partial class FindReplaceDialog : MWindowLib.MetroWindow 9 | { 10 | public FindReplaceDialog() 11 | { 12 | this.InitializeComponent(); 13 | } 14 | 15 | /// 16 | /// Close the dialog when the user hits escape 17 | /// 18 | /// 19 | /// 20 | private void Window_KeyDown(object sender, KeyEventArgs e) 21 | { 22 | if (e.Key == Key.Escape) 23 | Close(); 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/SVG/appbar.page.copy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/MetroIcons/SVG/appbar.page.copy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Core/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/SVG/appbar.disk.download.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Core/Interfaces/ILayoutItem.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Core.Interfaces 2 | { 3 | using System; 4 | 5 | /// 6 | /// Interface that defines common properties 7 | /// of toolwindows and document items for avlaondock content. 8 | /// 9 | /// Based on Gemini: 10 | /// https://github.com/tgjones/gemini/blob/master/src/Gemini/Framework/ILayoutItem.cs 11 | /// 12 | public interface ILayoutItem 13 | { 14 | ////Guid Id { get; } 15 | string ContentId { get; } 16 | string Title { get; } 17 | 18 | Uri IconSource { get; } 19 | bool IsSelected { get; set; } 20 | 21 | ////bool ShouldReopenOnStart { get; } 22 | ////void LoadState(BinaryReader reader); 23 | ////void SaveState(BinaryWriter writer); 24 | } 25 | } -------------------------------------------------------------------------------- /MiniUML/MiniUML.Framework/helpers/DragObject.cs: -------------------------------------------------------------------------------- 1 | namespace MiniUML.Framework.helpers 2 | { 3 | using System; 4 | using System.Windows; 5 | 6 | /// 7 | /// Wraps info of the dragged object into a class 8 | /// Source: http://www.codeproject.com/Articles/484616/MVVM-Diagram-Designer?msg=4413242#Drag-And-Drop-To-The-Design-Surface 9 | /// 10 | public class DragObject 11 | { 12 | /// 13 | /// Standard constructor 14 | /// 15 | public DragObject() 16 | { 17 | this.ObjectInstance = null; 18 | } 19 | 20 | /// 21 | /// Get property to find an instance that can create a new canvas item. 22 | /// 23 | public object ObjectInstance { get; set; } 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Framework/interfaces/IDragableCommandModel.cs: -------------------------------------------------------------------------------- 1 | namespace MiniUML.Framework.interfaces 2 | { 3 | using System.Windows; 4 | 5 | /// 6 | /// This interface specifies a method that is called when an item is 7 | /// dragged from the toolbox and being dropped on the canvas. 8 | /// 9 | public interface IDragableCommandModel 10 | { 11 | /// 12 | /// Method is required by . It is executed 13 | /// when the drag & drop operation on the canvas is infished with its last step 14 | /// (the creation of the viewmodel for the new item). 15 | /// 16 | /// 17 | void OnDragDropExecute(Point dropPoint); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Edi/Edi.Core/Models/DocumentTypes/FileFilterEntry.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Core.Models.DocumentTypes 2 | { 3 | using Edi.Core.Interfaces.DocumentTypes; 4 | 5 | internal class FileFilterEntry : IFileFilterEntry 6 | { 7 | #region constructors 8 | /// 9 | /// Class constructor 10 | /// 11 | /// 12 | /// 13 | public FileFilterEntry(string fileFilter, FileOpenDelegate fileOpenMethod) 14 | { 15 | FileFilter = fileFilter; 16 | FileOpenMethod = fileOpenMethod; 17 | } 18 | #endregion constructors 19 | 20 | #region properties 21 | public string FileFilter { get; } 22 | 23 | public FileOpenDelegate FileOpenMethod { get; } 24 | #endregion properties 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Model/ViewModels/Command/ToolBoxData.cs: -------------------------------------------------------------------------------- 1 | namespace MiniUML.Framework.helpers 2 | { 3 | using MiniUML.Model.ViewModels.Command; 4 | 5 | /// 6 | /// Manage data necessary to display and create a new canvas item from a toolbox item. 7 | /// 8 | /// Source: http://www.codeproject.com/Articles/484616/MVVM-Diagram-Designer?msg=4413242#Drag-And-Drop-To-The-Design-Surface 9 | /// 10 | public class ToolBoxData 11 | { 12 | public ToolBoxData(string imageUrl, CommandModelBase command) 13 | { 14 | this.ImageUrl = imageUrl; 15 | this.CreateShapeCommand = command; 16 | } 17 | 18 | public string ImageUrl { get; private set; } 19 | 20 | public CommandModelBase CreateShapeCommand { get; private set; } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Tools/BuiltIn/Output/ViewModels/OutputWriter.cs: -------------------------------------------------------------------------------- 1 | namespace Output.ViewModels 2 | { 3 | using System.IO; 4 | using System.Text; 5 | using Edi.Interfaces.MessageManager; 6 | 7 | internal class OutputWriter : TextWriter 8 | { 9 | private readonly IOutput _output; 10 | 11 | public override Encoding Encoding 12 | { 13 | get { return Encoding.Default; } 14 | } 15 | 16 | public OutputWriter(IOutput output) 17 | { 18 | _output = output; 19 | } 20 | 21 | public override void WriteLine() 22 | { 23 | _output.AppendLine(string.Empty); 24 | } 25 | 26 | public override void WriteLine(string value) 27 | { 28 | _output.AppendLine(value); 29 | } 30 | 31 | public override void Write(string value) 32 | { 33 | _output.Append(value); 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /Edi/Edi/Images/Metro/SVG/appbar.stop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Apps/Images/Metro/SVG/appbar.stop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Core/Images/Metro/SVG/appbar.stop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Core/app.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/SVG/appbar.save.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/ICSharpCode.AvalonEdit/Edi/Intellisense/ICompletionDataProvider.cs: -------------------------------------------------------------------------------- 1 | namespace ICSharpCode.AvalonEdit.Edi.Intellisense 2 | { 3 | using System.Collections.Generic; 4 | using ICSharpCode.AvalonEdit.CodeCompletion; 5 | 6 | /// 7 | /// Data provider interface for completion window 8 | /// 9 | public interface ICompletionDataProvider 10 | { 11 | /// 12 | /// Get text completion data for a word at a certain position. 13 | /// 14 | /// 15 | /// 16 | /// 17 | /// 18 | /// 19 | IEnumerable GetData(string text, int position, string input, string highlightingName); 20 | } 21 | } -------------------------------------------------------------------------------- /Edi/Edi.Apps/app.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Edi/Edi.Dialogs/Images/Metro/SVG/appbar.stop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Documents/Images/Metro/SVG/appbar.stop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Documents/app.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /Edi/Edi.Interfaces/Images/Metro/SVG/appbar.stop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/SimpleControls/Images/Metro/SVG/appbar.stop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Tools/BuiltIn/Files/Images/Metro/SVG/appbar.stop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Tools/Log4NetTools/Images/Metro/SVG/appbar.stop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Dialogs/app.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Edi/Edi.Themes/app.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Model/Images/Metro/SVG/appbar.stop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Images/Metro/SVG/appbar.stop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/SimpleControls/app.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Framework/Images/Metro/SVG/appbar.stop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Model/app.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/app.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Tools/BuiltIn/Files/app.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Tools/BuiltIn/Output/app.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Edi/Edi/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Edi/Settings/Edi.SettingsView/app.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /00_Documentation/Wix_Setup/Generate_x64_Setup.Bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | pushd "%~dp0" 3 | ECHO. 4 | 5 | ECHO. 6 | ECHO Generating MSI file please wait... 7 | ECHO. 8 | ECHO. 9 | 10 | SET WIX=C:\Program Files (x86)\WiX Toolset v3.11\bin\ 11 | 12 | REM "%WIX%heat.exe" dir Release -gg -cg EdiCore -out 10_SetupScripts\Edi.wxs 13 | 14 | "%WIX%candle.exe" 10_SetupScripts\Edi.wxs 10_SetupScripts\EdiProject.wxs -out .\30_temp_x64\ -ext WixNetFxExtension -ext WixUtilExtension 15 | 16 | REM 17 | REM -ext WixUIExtension enables Wix standard GUI dialogs (browse for setup location feature) 18 | REM 19 | "%WIX%light.exe" .\30_temp_x64\Edi.wixobj .\30_temp_x64\EdiProject.wixobj -ext WixUIExtension -out Edi_x64.msi -ext WixNetFxExtension -ext WixUtilExtension 20 | 21 | del Edi_x64.wixpdb 22 | 23 | IF "%1"=="continue" GOTO Continue 24 | PAUSE 25 | :Continue 26 | -------------------------------------------------------------------------------- /Edi/ICSharpCode.AvalonEdit/Edi/PrintEngine/PrintPreviewDialog.xaml: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Model/ViewModels/Interfaces/ICanvasViewMouseHandler.cs: -------------------------------------------------------------------------------- 1 | namespace MiniUML.Model.ViewModels.Interfaces 2 | { 3 | using MiniUML.Model.ViewModels.Shapes; 4 | using System.Windows; 5 | 6 | /// 7 | /// Interface to define interaction for drag and drop 8 | /// mouse gestures when adding new connection lines, 9 | /// selecting and resizing shapes, and so forth. 10 | /// 11 | public interface ICanvasViewMouseHandler 12 | { 13 | void OnShapeClick(ShapeViewModelBase shape); 14 | 15 | void OnShapeDragBegin(Point position, ShapeViewModelBase shape); 16 | 17 | void OnShapeDragUpdate(Point position, Vector delta); 18 | 19 | void OnShapeDragEnd(Point position, ShapeViewModelBase shape); 20 | 21 | void OnCancelMouseHandler(); 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /Edi/Edi.Apps/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /00_Documentation/Wix_Setup/Generate_x86_Setup.Bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | pushd "%~dp0" 3 | ECHO. 4 | 5 | ECHO. 6 | ECHO Generating MSI file please wait... 7 | ECHO. 8 | ECHO. 9 | 10 | SET WIX=C:\Program Files (x86)\WiX Toolset v3.11\bin\ 11 | 12 | REM "%WIX%heat.exe" dir Release -gg -cg EdiCore -out 20_SetupScripts_x86\Edi.wxs 13 | 14 | "%WIX%candle.exe" 20_SetupScripts_x86\Edi.wxs 20_SetupScripts_x86\EdiProject.wxs -out .\40_temp_x86\ -ext WixNetFxExtension -ext WixUtilExtension 15 | 16 | REM 17 | REM -ext WixUIExtension enables Wix standard GUI dialogs (browse for setup location feature) 18 | REM 19 | "%WIX%light.exe" .\40_temp_x86\Edi.wixobj .\40_temp_x86\EdiProject.wixobj -ext WixUIExtension -out Edi_x86.msi -ext WixNetFxExtension -ext WixUtilExtension 20 | 21 | del Edi_x86.wixpdb 22 | 23 | IF "%1"=="continue" GOTO Continue 24 | PAUSE 25 | :Continue 26 | -------------------------------------------------------------------------------- /MiniUML/Plugins/src/MiniUML.Plugins.UmlClassDiagram/app.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /00_Documentation/EdiDesign/ProgramSettings.uml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 9 | 14 | 22 | 26 | 30 | 31 | -------------------------------------------------------------------------------- /Edi/Edi/Images/Metro/SVG/appbar.information.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Apps/Images/Metro/SVG/appbar.information.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Core/Images/Metro/SVG/appbar.information.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Dialogs/Images/Metro/SVG/appbar.information.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi/Images/Metro/SVG/appbar.lightbulb.hue.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Apps/Images/Metro/SVG/appbar.lightbulb.hue.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Core/Images/Metro/SVG/appbar.lightbulb.hue.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Core/Models/Events/PublishToolWindowEventArgs.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Core.Models 2 | { 3 | using Edi.Core.ViewModels; 4 | 5 | /// 6 | /// Class implements 7 | /// 8 | public class PublishToolWindowEventArgs 9 | { 10 | #region constructor 11 | /// 12 | /// Class constructor from default parameters. 13 | /// 14 | /// 15 | public PublishToolWindowEventArgs(ToolViewModel tool) 16 | : this() 17 | { 18 | Tool = tool; 19 | } 20 | 21 | /// 22 | /// Class constructor 23 | /// 24 | public PublishToolWindowEventArgs() 25 | { 26 | Tool = null; 27 | } 28 | #endregion constructor 29 | 30 | #region properties 31 | /// 32 | /// Gets the 33 | /// 34 | public ToolViewModel Tool { get; } 35 | #endregion properties 36 | } 37 | } -------------------------------------------------------------------------------- /Edi/Edi.Documents/Images/Metro/SVG/appbar.information.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Interfaces/Images/Metro/SVG/appbar.information.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/SimpleControls/Images/Metro/SVG/appbar.information.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Images/Metro/SVG/appbar.information.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Tools/BuiltIn/Files/Images/Metro/SVG/appbar.information.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Tools/Log4NetTools/Images/Metro/SVG/appbar.information.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Dialogs/Images/Metro/SVG/appbar.lightbulb.hue.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Documents/Images/Metro/SVG/appbar.lightbulb.hue.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Interfaces/Images/Metro/SVG/appbar.lightbulb.hue.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi/Images/Metro/SVG/appbar.warning.circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/SimpleControls/Images/Metro/SVG/appbar.lightbulb.hue.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Framework/Images/Metro/SVG/appbar.information.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Model/Images/Metro/SVG/appbar.information.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Tools/BuiltIn/Files/Views/FileExplorer/FileExplorerView.xaml.cs: -------------------------------------------------------------------------------- 1 | namespace Files.Views.FileExplorer 2 | { 3 | using Files.ViewModels.FileExplorer; 4 | using System.Windows.Controls; 5 | 6 | /// 7 | /// Interaction logic for FileExplorerView.xaml 8 | /// 9 | public partial class FileExplorerView : UserControl 10 | { 11 | public FileExplorerView() 12 | { 13 | this.InitializeComponent(); 14 | 15 | Loaded += FileExplorerView_Loaded; 16 | } 17 | 18 | private void FileExplorerView_Loaded(object sender, System.Windows.RoutedEventArgs e) 19 | { 20 | Loaded -= FileExplorerView_Loaded; 21 | 22 | var vm = DataContext as FileExplorerViewModel; 23 | 24 | if (vm == null) 25 | return; 26 | 27 | vm.InitialzeOnLoad(); 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /Tools/Log4NetTools/Images/Metro/SVG/appbar.lightbulb.hue.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Apps/Images/Metro/SVG/appbar.warning.circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Core/Images/Metro/SVG/appbar.warning.circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Dialogs/Images/Metro/SVG/appbar.warning.circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Model/Images/Metro/SVG/appbar.lightbulb.hue.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Images/Metro/SVG/appbar.lightbulb.hue.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Tools/BuiltIn/Files/Images/Metro/SVG/appbar.lightbulb.hue.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Core/Interfaces/IDocumentParent.cs: -------------------------------------------------------------------------------- 1 | namespace Edi.Core.Interfaces 2 | { 3 | using Edi.Core.ViewModels; 4 | 5 | /// 6 | /// A document parent is a viewmodel that holds the collection of documents 7 | /// and can inform other objects when the active document changes. 8 | /// 9 | public interface IDocumentParent 10 | { 11 | /// 12 | /// This event is raised when the active document changes 13 | /// (a new/different or no document becomes active). 14 | /// 15 | event DocumentChangedEventHandler ActiveDocumentChanged; 16 | 17 | /// 18 | /// Gets the viewmodel of the currently selected document. 19 | /// 20 | IFileBaseViewModel ActiveDocument 21 | { 22 | get; 23 | set; 24 | } 25 | 26 | ////void Close(IDocument fileToClose); 27 | ////void Save(IDocument fileToSave, bool saveAsFlag = false); 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /Edi/Edi.Documents/Images/Metro/SVG/appbar.warning.circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Interfaces/Images/Metro/SVG/appbar.warning.circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/SimpleControls/Images/Metro/SVG/appbar.warning.circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Framework/Images/Metro/SVG/appbar.lightbulb.hue.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.View/Images/Metro/SVG/appbar.warning.circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Tools/BuiltIn/Files/Images/Metro/SVG/appbar.warning.circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Tools/Log4NetTools/Images/Metro/SVG/appbar.warning.circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi/Images/Metro/SVG/appbar.cancel.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Framework/Images/Metro/SVG/appbar.warning.circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MiniUML/MiniUML.Model/Images/Metro/SVG/appbar.warning.circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Apps/Images/Metro/SVG/appbar.cancel.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Core/Images/Metro/SVG/appbar.cancel.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Dialogs/Images/Metro/SVG/appbar.cancel.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/SVG/appbar.undo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Documents/Images/Metro/SVG/appbar.cancel.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Interfaces/Images/Metro/SVG/appbar.cancel.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Edi/Edi.Themes/MetroIcons/SVG/appbar.redo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | --------------------------------------------------------------------------------