Download DSL Editor PowerToy

Description

This powertoy, specifically for DSL's (Domain Specific Languages), provides the ability to expose multiple views of a domain each with their own windows forms-based control editor.

Icons

DSL Editor PowerToy

Source Files

The download file dept.zip has the following entries.


BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
DSLEditorPowerToy/Common/Common.csproj// w  w w  .  j av a  2  s .  c o m
DSLEditorPowerToy/Common/Common.csproj.vspscc
DSLEditorPowerToy/Common/ComponentModel/Design/ClassBrowserAssemblyExclusionAttribute.cs
DSLEditorPowerToy/Common/ComponentModel/Design/ClassBrowserEditor.cs
DSLEditorPowerToy/Common/ComponentModel/Design/ControlBrowserEditor.cs
DSLEditorPowerToy/Common/ComponentModel/Design/ImageBrowserEditor.cs
DSLEditorPowerToy/Common/ComponentModel/Design/Resources.Designer.cs
DSLEditorPowerToy/Common/ComponentModel/Design/Resources.resx
DSLEditorPowerToy/Common/ComponentModel/Design/SolutionItemPathPickerEditor.cs
DSLEditorPowerToy/Common/ComponentModel/Design/SolutionItemPickerEditor.cs
DSLEditorPowerToy/Common/ComponentModel/Design/SolutionItemPickerFilterAttribute.cs
DSLEditorPowerToy/Common/ComponentModel/Design/SolutionItemPickerReference.cs
DSLEditorPowerToy/Common/ComponentModel/Design/SolutionItemPickerRelPropertyAttribute.cs
DSLEditorPowerToy/Common/ComponentModel/Design/SolutionItemRelPathPickerEditor.cs
DSLEditorPowerToy/Common/ComponentModel/Design/SolutionItemType.cs
DSLEditorPowerToy/Common/Microsoft/Practices/RecipeFramework/Extensions/Editors/ClassBrowser/ClassBrowserEditor.cs
DSLEditorPowerToy/Common/Microsoft/Practices/RecipeFramework/Extensions/Editors/ClassBrowser/ClassBrowserEditorForm.cs
DSLEditorPowerToy/Common/Microsoft/Practices/RecipeFramework/Extensions/Editors/ClassBrowser/ClassBrowserEditorForm.en-US.resx
DSLEditorPowerToy/Common/Microsoft/Practices/RecipeFramework/Extensions/Editors/ClassBrowser/ClassBrowserEditorForm.resx
DSLEditorPowerToy/Common/Microsoft/Practices/RecipeFramework/Extensions/Editors/ClassBrowser/Resources.Designer.cs
DSLEditorPowerToy/Common/Microsoft/Practices/RecipeFramework/Extensions/Editors/ClassBrowser/Resources.resx
DSLEditorPowerToy/Common/Properties/AssemblyInfo.cs
DSLEditorPowerToy/Common/VisualStudio/DteHelper.cs
DSLEditorPowerToy/Common/VisualStudio/ToolsHelper.cs
DSLEditorPowerToy/Controls/Controls.Common/Controls.Common.csproj
DSLEditorPowerToy/Controls/Controls.Common/Controls.Common.csproj.vspscc
DSLEditorPowerToy/Controls/Controls.Common/HostedEditor.cs
DSLEditorPowerToy/Controls/Controls.Common/HostedEditorDefinitionAttribute.cs
DSLEditorPowerToy/Controls/Controls.Common/HostedEditorDefinitionBase.cs
DSLEditorPowerToy/Controls/Controls.Common/IHostedEditorDefinition.cs
DSLEditorPowerToy/Controls/Controls.Common/IMonitorSelection.cs
DSLEditorPowerToy/Controls/Controls.Common/ISelectionProvider.cs
DSLEditorPowerToy/Controls/Controls.Common/LeafedHostedEditorControl.Designer.cs
DSLEditorPowerToy/Controls/Controls.Common/LeafedHostedEditorControl.cs
DSLEditorPowerToy/Controls/Controls.Common/LeafedHostedEditorControl.resx
DSLEditorPowerToy/Controls/Controls.Common/NavigationOrientationStyle.cs
DSLEditorPowerToy/Controls/Controls.Common/Properties/AssemblyInfo.cs
DSLEditorPowerToy/Controls/Controls.Common/Resources.Designer.cs
DSLEditorPowerToy/Controls/Controls.Common/Resources.resx
DSLEditorPowerToy/Controls/Controls.Common/SelectionChangeSource.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/Controls.Editors.Special.csproj
DSLEditorPowerToy/Controls/Controls.Editors.Special/Controls.Editors.Special.csproj.vspscc
DSLEditorPowerToy/Controls/Controls.Editors.Special/Controls.Editors.Special.gpState
DSLEditorPowerToy/Controls/Controls.Editors.Special/Controls.Editors.Special.sln
DSLEditorPowerToy/Controls/Controls.Editors.Special/Controls.Editors.Special.vssscc
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/BranchItemGlyphs.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/BranchResources.Designer.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/BranchResources.resx
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/Branches/DomainClassBranch.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/Branches/DomainElementBranch.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/Branches/DomainElementContainerBranch.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/Branches/DomainModelBranch.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/Branches/DomainRelationshipBranch.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/ControlResources.Designer.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/ControlResources.resx
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/Data/Collections.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/Data/Events.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/Data/IDomainClass.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/Data/IDomainElement.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/Data/IDomainElementContainer.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/Data/IDomainModel.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/Data/IDomainPropertyOwner.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/Data/IDomainRelationship.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/DomainModelTreeGridControl.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/DomainModelTreeGridControl.resx
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/DomainModelTreeGridHost.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/DomainModelTreeGridHost.designer.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/DomainModelTreeGridHost.resx
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/Resources/DomainClass.bmp
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/Resources/DomainModel.bmp
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/Resources/DomainProperty.bmp
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/Resources/DomainRelationship.bmp
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGrid/Resources/Glyphs.bmp
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGridEditor.Designer.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGridEditor.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainModelTreeGridEditor.resx
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainPropertyDescriptionProvider.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/DomainProxies.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/IDomainProxy.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/Properties/AssemblyInfo.cs
DSLEditorPowerToy/Controls/Controls.Editors.Special/TextLabelDescriptor.cs
DSLEditorPowerToy/Controls/Controls.Editors/Controls.Editors.csproj
DSLEditorPowerToy/Controls/Controls.Editors/Controls.Editors.csproj.vspscc
DSLEditorPowerToy/Controls/Controls.Editors/DomainClassLarge.bmp
DSLEditorPowerToy/Controls/Controls.Editors/DomainClassSmall.bmp
DSLEditorPowerToy/Controls/Controls.Editors/DslEditorControlBase.cs
DSLEditorPowerToy/Controls/Controls.Editors/IDslEditorControl.cs
DSLEditorPowerToy/Controls/Controls.Editors/ListView.bmp
DSLEditorPowerToy/Controls/Controls.Editors/Properties/AssemblyInfo.cs
DSLEditorPowerToy/Controls/Controls.Editors/Properties/Resources.Designer.cs
DSLEditorPowerToy/Controls/Controls.Editors/Properties/Resources.resx
DSLEditorPowerToy/Controls/Controls.Editors/SelectionTrackerEditor.Designer.cs
DSLEditorPowerToy/Controls/Controls.Editors/SelectionTrackerEditor.cs
DSLEditorPowerToy/Controls/Controls.Editors/SelectionTrackerEditor.resx
DSLEditorPowerToy/Controls/Controls.Editors/SimpleEditor.cs
DSLEditorPowerToy/Controls/Controls.Editors/SimpleEditor.designer.cs
DSLEditorPowerToy/Controls/Controls.Editors/SimpleEditor.resx
DSLEditorPowerToy/Controls/Controls.Editors/TopLevelModelEditor.Designer.cs
DSLEditorPowerToy/Controls/Controls.Editors/TopLevelModelEditor.cs
DSLEditorPowerToy/Controls/Controls.Editors/TopLevelModelEditor.resx
DSLEditorPowerToy/Controls/Controls.Languages/ComponentSelectionBroker.cs
DSLEditorPowerToy/Controls/Controls.Languages/Controls.Languages.csproj
DSLEditorPowerToy/Controls/Controls.Languages/Controls.Languages.csproj.vspscc
DSLEditorPowerToy/Controls/Controls.Languages/Designers/EditorHostContainerBase.cs
DSLEditorPowerToy/Controls/Controls.Languages/EditorHostControl.Designer.cs
DSLEditorPowerToy/Controls/Controls.Languages/EditorHostControl.cs
DSLEditorPowerToy/Controls/Controls.Languages/EditorHostControl.resx
DSLEditorPowerToy/Controls/Controls.Languages/IEditorHostContainer.cs
DSLEditorPowerToy/Controls/Controls.Languages/Properties/AssemblyInfo.cs
DSLEditorPowerToy/Controls/Controls.Languages/SelectionContainerSelectionService.cs
DSLEditorPowerToy/Controls/Controls.Languages/SelectionProvider.cs
DSLEditorPowerToy/Controls/Controls.Languages/ToolWindows/ControlHostBase.cs
DSLEditorPowerToy/Controls/Controls.Languages/ToolWindows/DslLanguageBase.cs
DSLEditorPowerToy/Controls/Controls.Languages/ToolWindows/EditorHostContainerBase.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/Branches/Attributes.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/Branches/BranchBase.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/Branches/ColumnDescriptor.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/Branches/ColumnDescriptorCollection.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/Branches/ColumnManager.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/Branches/DataItemFlags.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/Branches/DefaultNavigationBranchBase.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/Branches/IDataItemBranch.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/Branches/IPlaceholderBranch.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/Branches/NewPlaceholderBranchBase.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/ColumnCollection.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/ControlResources.Designer.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/ControlResources.resx
DSLEditorPowerToy/Controls/Controls.TreeGridControl/Controls.TreeGridControl.csproj
DSLEditorPowerToy/Controls/Controls.TreeGridControl/Controls.TreeGridControl.csproj.vspscc
DSLEditorPowerToy/Controls/Controls.TreeGridControl/EventArgs.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/IKeyNavigationBranch.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/KeyNavigation.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/NativeMethods.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/Properties/AssemblyInfo.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/TypeDescriptorHelper.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/Validation/ArgumentValidator.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/Validation/ValidationHelper.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/VirtualTreeGridControl.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/VirtualTreeGridControl.designer.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/VirtualTreeGridControl.resx
DSLEditorPowerToy/Controls/Controls.TreeGridControl/VirtualTreeGridHostBase.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/VirtualTreeGridHostBase.designer.cs
DSLEditorPowerToy/Controls/Controls.TreeGridControl/VirtualTreeGridHostBase.resx
DSLEditorPowerToy/Controls/Controls.sln
DSLEditorPowerToy/Controls/Controls.vssscc
DSLEditorPowerToy/DSLEditorPowerToy.sln
DSLEditorPowerToy/DSLEditorPowerToy.vssscc
DSLEditorPowerToy/Dependencies/Microsoft.Practices.RecipeFramework.Extensions.dll
DSLEditorPowerToy/Documentation/Development/Copyright Notice.txt
DSLEditorPowerToy/Documentation/Development/Development Environment Setup.txt
DSLEditorPowerToy/Documentation/Planning/Setup Tasks for DSL Project.txt
DSLEditorPowerToy/Documentation/Planning/Setup Tasks.txt
DSLEditorPowerToy/Documentation/Planning/Version Change Tasks.txt
DSLEditorPowerToy/Documentation/Setup/CodePlexProject.ico
DSLEditorPowerToy/Documentation/Setup/GELLicense.htm
DSLEditorPowerToy/Documentation/Setup/License.htm
DSLEditorPowerToy/Documentation/Setup/License.rtf
DSLEditorPowerToy/Documentation/Setup/Release User Documentation.url
DSLEditorPowerToy/DslEditorPowerToy.snk
DSLEditorPowerToy/Languages/Languages.Common/Languages.Common.csproj
DSLEditorPowerToy/Languages/Languages.Common/Languages.Common.csproj.vspscc
DSLEditorPowerToy/Languages/Languages.Common/MetaModelHelper.cs
DSLEditorPowerToy/Languages/Languages.Common/ModelHelper.cs
DSLEditorPowerToy/Languages/Languages.Common/Properties/AssemblyInfo.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/CustomCode/ComponentModelHelper.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/CustomCode/Diagram/Diagram.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/CustomCode/DomainClasses/DslDomain.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/CustomCode/DomainClasses/DslEditor.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/CustomCode/DomainClasses/EditorConfigurationTypeDescriptor.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/CustomCode/DrawingHelper.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/CustomCode/EditorHostStyle.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/CustomCode/Resources.Designer.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/CustomCode/Resources.resx
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/CustomCode/Shapes/DslEditorShape.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/CustomCode/Shapes/HeadStoneShapeGeometry.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/CustomCode/Shapes/ShapeHelper.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/DslDefinition.dsl
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/DslDefinition.dsl.diagram
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/ConnectionBuilders.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/ConnectionBuilders.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/Connectors.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/Connectors.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/Diagram.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/Diagram.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/DirectiveProcessor.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/DirectiveProcessor.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/DomainClasses.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/DomainClasses.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/DomainModel.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/DomainModel.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/DomainModelResx.resx
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/DomainModelResx.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/DomainRelationships.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/DomainRelationships.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/EditorConfigurationSchema.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/EditorConfigurationSchema.xsd
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/HelpKeywordHelper.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/HelpKeywordHelper.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/MultiplicityValidation.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/MultiplicityValidation.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/PropertiesGrid.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/PropertiesGrid.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/SerializationHelper.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/SerializationHelper.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/Serializer.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/Serializer.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/Shapes.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/Shapes.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/ToolboxHelper.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/GeneratedCode/ToolboxHelper.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/Languages.EditorConfiguration.Dsl.csproj
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/Languages.EditorConfiguration.Dsl.csproj.vspscc
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/Properties/AssemblyInfo.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/Resources/DomainBackground.png
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/Resources/DslDomainShape.bmp
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Dsl/Resources/DslEditorShape.bmp
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/CtcComponents/Commands.ctc
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/CustomCode/CommandSet.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/CustomCode/CustomCmd.h
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/CustomCode/Resources.Designer.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/CustomCode/Resources.resx
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/DSLFileRegistrySettings.reg
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/DslToolsRegistrySettings.reg
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/GenVSPackageRegistrySettings.bat
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/GeneratedCode/CommandSet.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/GeneratedCode/CommandSet.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/GeneratedCode/Constants.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/GeneratedCode/Constants.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/GeneratedCode/DocData.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/GeneratedCode/DocData.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/GeneratedCode/DocView.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/GeneratedCode/DocView.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/GeneratedCode/EditorFactory.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/GeneratedCode/EditorFactory.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/GeneratedCode/GeneratedCmd.h
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/GeneratedCode/GeneratedCmd.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/GeneratedCode/ModelExplorer.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/GeneratedCode/ModelExplorer.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/GeneratedCode/ModelExplorerToolWindow.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/GeneratedCode/ModelExplorerToolWindow.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/GeneratedCode/Package.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/GeneratedCode/Package.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/Languages.EditorConfiguration.DslPackage.csproj
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/Languages.EditorConfiguration.DslPackage.csproj.vspscc
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/ProjectItemTemplates/CSharp.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/ProjectItemTemplates/CSharp.vstemplate
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/ProjectItemTemplates/VisualBasic.tt
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/ProjectItemTemplates/VisualBasic.vstemplate
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/ProjectItemTemplates/deptec.deptec
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/ProjectItemTemplates/deptec.diagram
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/Properties/AssemblyInfo.cs
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/Resources/File.ico
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/Resources/ModelExplorerToolWindowBitmaps.bmp
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/VSPackage.resx
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/DslPackage/VSPackageRegistrySettings.reg
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Languages.EditorConfiguration.sln
DSLEditorPowerToy/Languages/Languages.EditorConfiguration/Languages.EditorConfiguration.vssscc
DSLEditorPowerToy/Recipes/Recipes.Common/Actions/ActionBase.cs
DSLEditorPowerToy/Recipes/Recipes.Common/Actions/AddItemFromTemplateToProjectItemAction.cs
DSLEditorPowerToy/Recipes/Recipes.Common/Actions/AddProjectFolderAction.cs
DSLEditorPowerToy/Recipes/Recipes.Common/Actions/AppendLineToTextFileAction.cs
DSLEditorPowerToy/Recipes/Recipes.Common/Actions/AppendOptions.cs
DSLEditorPowerToy/Recipes/Recipes.Common/Actions/ConcatanateStringAction.cs
DSLEditorPowerToy/Recipes/Recipes.Common/Actions/DeleteEmptyProjectFolderAction.cs
DSLEditorPowerToy/Recipes/Recipes.Common/Actions/DeleteProjectGlobalsEntryAction.cs
DSLEditorPowerToy/Recipes/Recipes.Common/Actions/DeleteProjectItemsAction.cs
DSLEditorPowerToy/Recipes/Recipes.Common/Actions/EditPointOptions.cs
DSLEditorPowerToy/Recipes/Recipes.Common/Actions/RegisterVsPackageProjectAction.cs
DSLEditorPowerToy/Recipes/Recipes.Common/Actions/RemoveAssembliesReferenceAction.cs
DSLEditorPowerToy/Recipes/Recipes.Common/Actions/RemoveLineFromTextFileAction.cs
DSLEditorPowerToy/Recipes/Recipes.Common/Actions/SetProjectItemCustomToolAction.cs
DSLEditorPowerToy/Recipes/Recipes.Common/Actions/WriteTraceAction.cs
DSLEditorPowerToy/Recipes/Recipes.Common/Converters/ConverterBase.cs
DSLEditorPowerToy/Recipes/Recipes.Common/Converters/ProjectItemExistsConverter.cs
DSLEditorPowerToy/Recipes/Recipes.Common/Converters/RelativeFolderPathConverter.cs
DSLEditorPowerToy/Recipes/Recipes.Common/Converters/StringConverterBase.cs
DSLEditorPowerToy/Recipes/Recipes.Common/Properties/AssemblyInfo.cs
DSLEditorPowerToy/Recipes/Recipes.Common/Recipes.Common.csproj
DSLEditorPowerToy/Recipes/Recipes.Common/Recipes.Common.csproj.vspscc
DSLEditorPowerToy/Recipes/Recipes.Common/References/RecipeReferenceBase.cs
DSLEditorPowerToy/Recipes/Recipes.Common/References/TemplateReferenceBase.cs
DSLEditorPowerToy/Recipes/Recipes.Common/ValueProviders/EmptyStringValueProvider.cs
DSLEditorPowerToy/Recipes/Recipes.Common/ValueProviders/FolderPathDepthValueProvider.cs
DSLEditorPowerToy/Recipes/Recipes.Common/ValueProviders/PhysicalProjectFolderPathValueProvider.cs
DSLEditorPowerToy/Recipes/Recipes.Common/ValueProviders/ProjectPropertyValueProvider.cs
DSLEditorPowerToy/Recipes/Recipes.Common/ValueProviders/ValueProviderBase.cs
DSLEditorPowerToy/Recipes/Recipes.Common/WizardPages/WizardPageBase.cs
DSLEditorPowerToy/Recipes/Recipes.Configuration.Installer/InstallerClass.cs
DSLEditorPowerToy/Recipes/Recipes.Configuration.Installer/Properties/AssemblyInfo.cs
DSLEditorPowerToy/Recipes/Recipes.Configuration.Installer/Recipes.Configuration.Installer.csproj
DSLEditorPowerToy/Recipes/Recipes.Configuration.Installer/Recipes.Configuration.Installer.csproj.vspscc
DSLEditorPowerToy/Recipes/Recipes.Configuration/GuidancePackage.xml
DSLEditorPowerToy/Recipes/Recipes.Configuration/Properties/AssemblyInfo.cs
DSLEditorPowerToy/Recipes/Recipes.Configuration/Properties/Resources.Designer.cs
DSLEditorPowerToy/Recipes/Recipes.Configuration/Properties/Resources.resx
DSLEditorPowerToy/Recipes/Recipes.Configuration/Recipes.Configuration.csproj
DSLEditorPowerToy/Recipes/Recipes.Configuration/Recipes.Configuration.csproj.vspscc
DSLEditorPowerToy/Recipes/Recipes.Configuration/Recipes.Configuration.sln
DSLEditorPowerToy/Recipes/Recipes.Configuration/Recipes.Configuration.vssscc
DSLEditorPowerToy/Recipes/Recipes.Configuration/Recipes/AddToDSLSolution.xml
DSLEditorPowerToy/Recipes/Recipes.Configuration/Recipes/Bindings.xml
DSLEditorPowerToy/Recipes/Recipes.Configuration/Recipes/Common/Actions/Cleanup.xml
DSLEditorPowerToy/Recipes/Recipes.Configuration/Recipes/Common/Arguments/Paths.xml
DSLEditorPowerToy/Recipes/Recipes.Configuration/Recipes/Common/CommonTypeAliases.xml
DSLEditorPowerToy/Recipes/Recipes.Configuration/Recipes/RemoveFromDSLSolution.xml
DSLEditorPowerToy/Recipes/Recipes.Configuration/References/AddToDSLSolutionReference.cs
DSLEditorPowerToy/Recipes/Recipes.Configuration/References/RemoveFromDSLSolutionReference.cs
DSLEditorPowerToy/Recipes/Recipes.Configuration/Templates/Overview/Intro.htm
DSLEditorPowerToy/Recipes/Recipes.Configuration/Templates/Overview/codeplex.jpg
DSLEditorPowerToy/Recipes/Recipes.Configuration/Templates/Text/DslEditorsDefinition.deptec.tt
DSLEditorPowerToy/Recipes/Recipes.Configuration/Templates/Text/GeneratedCode/CommandId.cs.tt.tt
DSLEditorPowerToy/Recipes/Recipes.Configuration/Templates/Text/GeneratedCode/CommandSet.cs.tt.tt
DSLEditorPowerToy/Recipes/Recipes.Configuration/Templates/Text/GeneratedCode/Constants.cs.tt.tt
DSLEditorPowerToy/Recipes/Recipes.Configuration/Templates/Text/GeneratedCode/CustomCmd.h.tt.tt
DSLEditorPowerToy/Recipes/Recipes.Configuration/Templates/Text/GeneratedCode/Designer.cs.tt.tt
DSLEditorPowerToy/Recipes/Recipes.Configuration/Templates/Text/GeneratedCode/DocView.cs.tt.tt
DSLEditorPowerToy/Recipes/Recipes.Configuration/Templates/Text/GeneratedCode/DslEditorsResx.resx.tt.tt
DSLEditorPowerToy/Recipes/Recipes.Configuration/Templates/Text/GeneratedCode/Editors.cs.tt.tt
DSLEditorPowerToy/Recipes/Recipes.Configuration/Templates/Text/GeneratedCode/Package.cs.tt.tt
DSLEditorPowerToy/Recipes/Recipes.Configuration/Templates/Text/GeneratedCode/ToolWindow.cs.tt.tt
DSLEditorPowerToy/Recipes/Recipes.Configuration/Templates/Text/Resources/DslEditorsToolWindowBitmaps.bmp
DSLEditorPowerToy/Recipes/Recipes.Configuration/Templates/Text/Resources/ExampleEditorBitmap1.bmp
DSLEditorPowerToy/Recipes/Recipes.Configuration/Templates/Text/Resources/ExampleEditorBitmap2.bmp
DSLEditorPowerToy/Recipes/Recipes.Configuration/Templates/Text/Resources/ExampleEditorBitmap3.bmp
DSLEditorPowerToy/Recipes/Recipes.Configuration/ValueProviders/ProjectItemFromProjectGlobalsValueProvider.cs
DSLEditorPowerToy/Recipes/Recipes.Configuration/ValueProviders/ProjectItemValueProvider.cs
DSLEditorPowerToy/Setup/Installers/ChildInstaller.cs
DSLEditorPowerToy/Setup/Installers/Installers.csproj
DSLEditorPowerToy/Setup/Installers/Installers.csproj.vspscc
DSLEditorPowerToy/Setup/Installers/LaunchFileInstaller.cs
DSLEditorPowerToy/Setup/Installers/MainInstaller.cs
DSLEditorPowerToy/Setup/Installers/Properties/AssemblyInfo.cs
DSLEditorPowerToy/Setup/Installers/ResetVsInstaller.cs
DSLEditorPowerToy/Setup/Installers/Resources.Designer.cs
DSLEditorPowerToy/Setup/Installers/Resources.resx
DSLEditorPowerToy/Setup/PowerToySetup/PowerToySetup.vdproj
DSLEditorPowerToy/Setup/PowerToySetup/PowerToySetup.vdproj.vspscc
DSLEditorPowerToy/Setup/PowerToySetup/Scripts/CustomAction_NoImpersonate.js
DSLEditorPowerToy/Setup/PowerToySetup/banner.bmp

Download

Click the following link to download dept.zip.

dept.zip




















Home »
  C# Free Code »
    UI »




ComboBox
GUI
ListBox
ListView
TreeView
UI
Windows Form
WinForm