Download StudioShell

Description

StudioShell is a deeply integrated PowerShell module for Visual Studio 2010 and 2008. It will change the way you interact with your IDE and code by exposing the IDE extensibility features to PowerShell. What once took a binary can now be done in a one-liner.

Source Files

The download file studioshell.zip has the following entries.


.hgignore//w w w .  j  av  a2 s .  c o  m
.hgtags
Resources/csheader.txt
Resources/psheader.txt
Resources/xmlheader.txt
default.ps1
lib/2.0/Microsoft.PowerShell.Commands.Management.dll
lib/2.0/Microsoft.PowerShell.Commands.Utility.dll
lib/2.0/Microsoft.PowerShell.ConsoleHost.dll
lib/2.0/Microsoft.PowerShell.Security.dll
lib/2.0/System.Management.Automation.dll
lib/NuGet.exe
lib/System.Windows.Forms.DataVisualization.dll
lib/wix/IncludeFile.ico
lib/wix/LocalizationFile.ico
lib/wix/Microsoft.Deployment.WindowsInstaller.dll
lib/wix/Microsoft.Tools.WindowsInstallerXml.NAntTasks.dll
lib/wix/ProductFile.ico
lib/wix/ProjectFile.ico
lib/wix/SetupBuilder.dll
lib/wix/WixComPlusExtension.dll
lib/wix/WixCop.exe
lib/wix/WixDifxAppExtension.dll
lib/wix/WixDirectXExtension.dll
lib/wix/WixFirewallExtension.dll
lib/wix/WixGamingExtension.dll
lib/wix/WixIIsExtension.dll
lib/wix/WixLibraryFile.ico
lib/wix/WixLuxExtension.dll
lib/wix/WixMsmqExtension.dll
lib/wix/WixNetFxExtension.dll
lib/wix/WixPSExtension.dll
lib/wix/WixSqlExtension.dll
lib/wix/WixUIExtension.dll
lib/wix/WixUnit.exe
lib/wix/WixUnit.exe.config
lib/wix/WixUtilExtension.dll
lib/wix/WixVSExtension.dll
lib/wix/candle.exe
lib/wix/candle.exe.config
lib/wix/darice.cub
lib/wix/dark.exe
lib/wix/dark.exe.config
lib/wix/difxapp_ia64.wixlib
lib/wix/difxapp_x64.wixlib
lib/wix/difxapp_x86.wixlib
lib/wix/heat.exe
lib/wix/heat.exe.config
lib/wix/insignia.exe
lib/wix/insignia.exe.config
lib/wix/light.exe
lib/wix/light.exe.config
lib/wix/lit.exe
lib/wix/lit.exe.config
lib/wix/lux.exe
lib/wix/lux.exe.config
lib/wix/melt.exe
lib/wix/melt.exe.config
lib/wix/mergemod.cub
lib/wix/mergemod.dll
lib/wix/mspatchc.dll
lib/wix/nit.exe
lib/wix/nit.exe.config
lib/wix/pyro.exe
lib/wix/pyro.exe.config
lib/wix/sconce2008.dll
lib/wix/sconce2010.dll
lib/wix/setupbld.exe
lib/wix/smoke.exe
lib/wix/smoke.exe.config
lib/wix/torch.exe
lib/wix/torch.exe.config
lib/wix/votive2008.dll
lib/wix/votive2010.dll
lib/wix/wconsole.dll
lib/wix/winterop.dll
lib/wix/wix.dll
lib/wix/wui.dll
src/CodeOwls.AssemblyInfo.cs
src/CodeOwls.PowerShell.AssemblyInfo.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/AutoComplete/AutoCompleteProviderChain.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/AutoComplete/AutoCompleteWalker.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/AutoComplete/CommandAutoCompleteProvider.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/AutoComplete/CommandListAutoCompleteProvider.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/AutoComplete/CompositeAutoCompleteProvider.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/AutoComplete/DriveListAutoCompleteProvider.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/AutoComplete/IAutoCompleteProvider.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/AutoComplete/IAutoCompleteWalker.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/AutoComplete/NullAutoCompleteWalker.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/AutoComplete/PowerShellTabExpansion2AutoCompleteProvider.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/AutoComplete/PowerShellTabExpansionAutoCompleteProvider.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/AutoComplete/ProviderPathAutoCompleteProvider.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/CodeOwls.PowerShell.Host.csproj
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/CommandCompleteEventArgs.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Configuration/ShellConfiguration.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Configuration/UISettings.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Configuration/UnsupportedConsoleApplicationConfiguration.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Console/ConsoleControlKeyStates.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Console/ConsoleKeyInfo.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Console/ConsoleSize.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Console/IConsole.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Exceptions/HostException.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Exceptions/InvalidUnsupportedConsoleConfigurationException.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Executors/AsyncCommandExecutorBase.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Executors/AsyncCommandResult.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Executors/CommandExecutorState.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Executors/ExecutionOptions.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Executors/Executor.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Executors/ICommandExecutor.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Executors/IRunnableCommandExecutor.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/ExitEventArgs.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/History/HistoryStack.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/History/HistoryStackWalker.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/History/IHistoryStackWalker.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/History/NullHistoryStackWalker.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Host/Host.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Host/HostRawUI.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Host/HostUI.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/ProgressRecordEventArgs.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Properties/AssemblyInfo.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/RunspaceCommandExecutor.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Shell.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Utility/CurrentDirectoryStack.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Utility/EventArgs.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Utility/Extensions.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Utility/IProfileInfo.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Utility/NativeUtils.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Utility/PSInternals.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Utility/PSObjectExtensions.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Utility/ProfileInfo.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Host/Utility/SyncQueue.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Attributes/CmdletHelpPathIDAttribute.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/CodeOwls.PowerShell.Paths.csproj
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Exceptions/CopyOrMoveItemInternalException.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Exceptions/CopyOrMoveToDifferentContainerTypeException.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Exceptions/CopyOrMoveToExistingItemException.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Exceptions/CopyOrMoveToNonexistentContainerException.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Exceptions/MamlHelpDocumentExistsButCannotBeLoadedException.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Exceptions/NodeDoesNotSupportCmdletException.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Exceptions/ProviderException.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Extensions/PathStringExtensions.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/IClearItem.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/ICopyItem.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/IInvokeItem.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/INewItem.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/INodeFactory.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/IPathNode.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/IRemoveItem.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/IRenameItem.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/ISetItem.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/NodeFactoryBase.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/PathNode.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Processors/Context.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Processors/IContext.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Processors/IPathNodeProcessor.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Processors/PathNodeProcessorBase.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Processors/PathNodeProcessorDecorator.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Properties/AssemblyInfo.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Provider/CodeOwls.PowerShell.Provider.csproj
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Provider/Drive.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Provider/Properties/AssemblyInfo.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Provider/Provider.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.WinForms/CodeOwls.PowerShell.WinForms.csproj
src/CodeOwls.PowerShell/CodeOwls.PowerShell.WinForms/ColorAdapter.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.WinForms/Extensions.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.WinForms/PSTextBox.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.WinForms/Properties/AssemblyInfo.cs
src/CodeOwls.StudioShell.AssemblyInfo.cs
src/CodeOwls.StudioShell.Setup.Wix/Variables.wxi
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Cmdlets/CodeOwls.StudioShell.Cmdlets.csproj
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Cmdlets/DataPaneControls/DataChartControl.Designer.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Cmdlets/DataPaneControls/DataChartControl.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Cmdlets/DataPaneControls/DataChartControl.resx
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Cmdlets/DataPaneControls/DataGridControl.Designer.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Cmdlets/DataPaneControls/DataGridControl.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Cmdlets/DataPaneControls/DataGridControl.resx
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Cmdlets/DataPaneControls/DataPaneControl.Designer.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Cmdlets/DataPaneControls/DataPaneControl.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Cmdlets/DataPaneControls/DataPaneControl.resx
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Cmdlets/OutChartCmdlet.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Cmdlets/OutDataPaneCmdletBase.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Cmdlets/OutGridCmdlet.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Cmdlets/OutHtmlCmdlet.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Cmdlets/OutSubsetDataPaneCmdletBase.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Cmdlets/PSObjectBindingList.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Cmdlets/Properties/AssemblyInfo.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Common/CodeOwls.StudioShell.Common.csproj
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Common/Configuration/ConsoleChoice.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Common/Configuration/PathTopologyVersions.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Common/Configuration/Settings.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Common/Configuration/SettingsManager.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Common/Configuration/StartupLogLevel.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Common/Exceptions/CodeModelNodeDoesNotSupportItemTypeException.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Common/Exceptions/ServiceUnavailableException.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Common/Exceptions/StudioShellException.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Common/IoC/Locator.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Common/Properties/AssemblyInfo.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Common/Utility/ColorExtensions.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Common/Utility/EventArgs.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Common/Utility/NodeNames.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Common/Utility/Scripts.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Common/Utility/Singleton.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Host/CodeOwls.StudioShell.Host.csproj
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Host/EnvironmentConfiguration.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Host/Properties/AssemblyInfo.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Host/Scripts.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Host/StudioShellConfiguration.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Host/StudioShellInfo.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Host/StudioShellProfileInfo.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/CodeOwls.StudioShell.Paths.csproj
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/AddIns/ShellAddIn.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/CodeModel/IShellCodeModelElement2.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/CodeModel/NullShellCodeModelElement2.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/CodeModel/ShellCodeAttribute.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/CodeModel/ShellCodeAttributeArgument.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/CodeModel/ShellCodeClass.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/CodeModel/ShellCodeDelegate.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/CodeModel/ShellCodeEnum.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/CodeModel/ShellCodeEvent.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/CodeModel/ShellCodeImport.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/CodeModel/ShellCodeInterface.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/CodeModel/ShellCodeMethod.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/CodeModel/ShellCodeModelElement2.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/CodeModel/ShellCodeNamespace.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/CodeModel/ShellCodeParameter.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/CodeModel/ShellCodeProperty.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/CodeModel/ShellCodeProperty2.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/CodeModel/ShellCodeStruct.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/CodeModel/ShellCodeType.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/CodeModel/ShellCodeTypeReference.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/CodeModel/ShellCodeVariable.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/CommandBars/ShellCommandBar.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/CommandBars/ShellCommandBarButton.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/CommandBars/ShellCommandBarComboBox.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/CommandBars/ShellCommandBarPopup.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/Commands/ShellCommand.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/Debugger/ShellBreakpoint.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/Debugger/ShellDebugger.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/Debugger/ShellExpression.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/Debugger/ShellProcess.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/Debugger/ShellStackFrame.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/Debugger/ShellThread.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/ProjectModel/ShellProject.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/ProjectModel/ShellProjectItem.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/ProjectModel/ShellReference.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/ProjectModel/ShellSolutionFolder.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/ProjectModel/ShellVSProject2.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/PropertyModel/ShellColorableItem.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/PropertyModel/ShellProperty.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/ShellContainer.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/ShellDTE.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/ShellObjectFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/ShellSolution.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/Templates/ShellTemplate.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/UI/ShellErrorListItem.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/UI/ShellOutputPane.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/UI/ShellTaskList.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/UI/ShellWindow.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Items/UI/WindowConfiguration.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/CodeModel/AccessLevel.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/CodeModel/CodeAttributeArgumentNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/CodeModel/CodeAttributeNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/CodeModel/CodeClassNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/CodeModel/CodeDelegateNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/CodeModel/CodeElementNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/CodeModel/CodeElementWithChildrenNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/CodeModel/CodeEnumNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/CodeModel/CodeEventNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/CodeModel/CodeInterfaceNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/CodeModel/CodeItemTypes.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/CodeModel/CodeMethodNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/CodeModel/CodeNamespaceNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/CodeModel/CodeParameterNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/CodeModel/CodePropertyNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/CodeModel/CodeStructNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/CodeModel/CodeVariableNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/CodeModel/FileCodeModelNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/CodeModel/MethodType.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/CodeModel/NewCodeElementItemParams.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/CodeModel/ProjectCodeModelNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/CollectionNodeFactoryBase.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/CommandBars/CommandBarCollectionNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/CommandBars/CommandBarNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/Commands/CommandCollectionPathNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/Commands/CommandNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/DTE/AddInNodeCollectionFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/DTE/AddInNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/DTE/RootNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/DTE/SelectedCodeModelItemNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/DTE/SelectedCodeModelItemsCollectionNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/DTE/SelectedItemsNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/DTE/SelectedProjectItemsNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/DTE/SelectedProjectsNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/Debugger/BreakpointCollectionNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/Debugger/BreakpointNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/Debugger/DebuggerNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/Debugger/ExpressionCollectionNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/Debugger/ExpressionNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/Debugger/ProcessCollectionNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/Debugger/ProcessNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/Debugger/StackFrameNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/Debugger/ThreadNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/ProjectModel/NewProjectItemManager.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/ProjectModel/ProjectCodeModelNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/ProjectModel/ProjectFolderCodeModelItemNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/ProjectModel/ProjectFolderItemNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/ProjectModel/ProjectItemCodeModelNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/ProjectModel/ProjectItemNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/ProjectModel/ProjectItemNodeFactoryBase.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/ProjectModel/ProjectItemTemplateCollectionNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/ProjectModel/ProjectNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/ProjectModel/ProjectNodeFactoryBase.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/ProjectModel/ReferenceCollectionNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/ProjectModel/ReferenceNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/ProjectModel/SolutionCodeModelNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/ProjectModel/SolutionNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/ProjectModel/SolutionProjectsNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/PropertyModel/ColorableItemFontsAndColorsPropertyNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/PropertyModel/FontsAndColorsPropertyNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/PropertyModel/PropertyCategoriesNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/PropertyModel/PropertyCategoryNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/PropertyModel/PropertyCollectionNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/PropertyModel/PropertyNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/PropertyModel/PropertyPageNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/UI/ErrorListItemNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/UI/ErrorListNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/UI/OutputPaneCollectionNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/UI/OutputPaneNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/UI/TaskItemCollectionNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/UI/TaskItemNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/UI/WindowCollectionNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/UI/WindowConfigurationCollectionNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/UI/WindowConfigurationNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Nodes/UI/WindowNodeFactory.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Properties/AssemblyInfo.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Utility/CommandUtilities.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Utility/DTEExtensions.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Utility/FunctionUtilities.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Utility/InternalErrorListProvider.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Paths/Utility/WindowKinds.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Provider/CodeOwls.StudioShell.Provider.csproj
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Provider/DTEDrive.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Provider/DTEProvider.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Provider/PathNodeProcessor.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Provider/Properties/AssemblyInfo.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Provider/Variables/ActiveWindowVariable.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Provider/Variables/CurrentStackFrameVariable.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Provider/Variables/DTEEventSource.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Provider/Variables/DTEPSVariable.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Provider/Variables/SelectedCodeElementVariable.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Provider/Variables/SelectedProjectItems.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell.Provider/Variables/SelectedProjects.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell/AssemblyInfo.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell/CodeOwls.StudioShell.csproj
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Configuration/SettingsControl.Designer.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Configuration/SettingsControl.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Configuration/SettingsControl.resx
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Connect.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Resources.Designer.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Resources.resx
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Resources/Image1.bmp
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Resources/ONE.bmp
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Resources/PSIcon.bmp
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Resources/PSIcon.ico
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Resources/PSIcon.png
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Resources/PSIconAnimated.bmp
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Resources/PSIconAnimated.png
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Resources/PSIconAnimated.xcf
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Resources/PSIconAnimated2.xcf
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Resources/PSIconReset.bmp
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Resources/PSIconReset.xcf
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Resources/PSIconRestart.bmp
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Resources/PSIconStop.bmp
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Resources/logo.xcf
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Resources/logo2.xcf
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Resources/logo_icon.xcf
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Resources/studioshell.ico
src/CodeOwls.StudioShell/CodeOwls.StudioShell/StatusBarAnimationState.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell/StudioShell.SSMS.AddIn
src/CodeOwls.StudioShell/CodeOwls.StudioShell/StudioShell.VS2008.AddIn
src/CodeOwls.StudioShell/CodeOwls.StudioShell/StudioShell.VS2010.AddIn
src/CodeOwls.StudioShell/CodeOwls.StudioShell/StudioShell.VS2012.AddIn
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Utility/FunctionUtilities.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Utility/ImageAdapter.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell/Utility/Scripts.cs
src/CodeOwls.StudioShell/CodeOwls.StudioShell/license.txt
src/CodeOwls.StudioShell/CodeOwls.StudioShell/readme.txt
src/Installer/ApplicationFolder.wxs
src/Installer/CodeOwls.StudioShell.Setup.Wix.wixproj
src/Installer/Components.wxs
src/Installer/CustomActions.wxs
src/Installer/Product.wxs
src/Installer/Registry.wxs
src/Installer/Resources/DefBannerBitmap
src/Installer/Resources/MSVBDPCADLL
src/Installer/Resources/NewFldrBtn
src/Installer/Resources/UpFldrBtn
src/Installer/Resources/VSDNETCFG
src/Installer/Resources/banner.bmp
src/Installer/Resources/banner.png
src/Installer/Resources/dialog.bmp
src/Installer/Resources/license.rtf
src/Installer/Resources/studioshell.ico
src/Installer/harvest.xslt
src/Modules/StudioShell/Formats/AddIns.Formats.ps1xml
src/Modules/StudioShell/Formats/CodeModel.Formats.ps1xml
src/Modules/StudioShell/Formats/CommandBars.Formats.ps1xml
src/Modules/StudioShell/Formats/Commands.Formats.ps1xml
src/Modules/StudioShell/Formats/Debugger.Formats.ps1xml
src/Modules/StudioShell/Formats/Errors.Formats.ps1xml
src/Modules/StudioShell/Formats/FontsAndColors.Formats.ps1xml
src/Modules/StudioShell/Formats/OutputPanes.Formats.ps1xml
src/Modules/StudioShell/Formats/Project.Formats.ps1xml
src/Modules/StudioShell/Formats/Settings.Formats.ps1xml
src/Modules/StudioShell/Formats/Tasks.Formats.ps1xml
src/Modules/StudioShell/Formats/Templates.Formats.ps1xml
src/Modules/StudioShell/Formats/Window.Formats.ps1xml
src/Modules/StudioShell/Formats/WindowConfiguration.Formats.ps1xml
src/Modules/StudioShell/Formats/_Root.Formats.ps1xml
src/Modules/StudioShell/InitializationScripts/register-contextMenuItems.ps1
src/Modules/StudioShell/InitializationScripts/register-drives.ps1
src/Modules/StudioShell/InitializationScripts/register-solutionEvents.ps1
src/Modules/StudioShell/PreferenceStack/PreferenceStack.psm1
src/Modules/StudioShell/Scripts/get-colorString.ps1
src/Modules/StudioShell/Scripts/get-pathTopologyVersion.ps1
src/Modules/StudioShell/Scripts/get-projectType.ps1
src/Modules/StudioShell/Scripts/get-taskIconNames.ps1
src/Modules/StudioShell/Scripts/get-taskPriorities.ps1
src/Modules/StudioShell/Scripts/open-file.ps1
src/Modules/StudioShell/Scripts/open-solution.ps1
src/Modules/StudioShell/Scripts/out-outputPane.ps1
src/Modules/StudioShell/Scripts/out-pipe.ps1
src/Modules/StudioShell/Scripts/out-taskList.ps1
src/Modules/StudioShell/Scripts/remove-nullSplatted.ps1
src/Modules/StudioShell/Scripts/select-first.ps1
src/Modules/StudioShell/Scripts/use-pathTopologyVersion.ps1
src/Modules/StudioShell/Scripts/write-prompt.ps1
src/Modules/StudioShell/StudioShell.psd1
src/Modules/StudioShell/bin/Scripts/get-studioShellSettings.ps1
src/Modules/StudioShell/bin/Scripts/invoke-studioShellProfile.ps1
src/Modules/StudioShell/bin/Scripts/save-studioShellSettings.ps1
src/Modules/StudioShell/bin/Scripts/start-studioShell.ps1
src/Modules/StudioShell/bin/UserProfile/profile.ps1
src/Modules/StudioShell/bin/UserProfile/settings.txt
src/Modules/StudioShell/bin/profile.ps1
src/Modules/StudioShell/en-US/CodeOwls.StudioShell.Cmdlets.dll-help.xml
src/Modules/StudioShell/en-US/CodeOwls.StudioShell.Provider.dll-help.xml
src/Modules/StudioShell/en-US/ProviderCmdlets/BreakpointCollection.xml
src/Modules/StudioShell/en-US/ProviderCmdlets/CodeClass.xml
src/Modules/StudioShell/en-US/ProviderCmdlets/CodeEnum.xml
src/Modules/StudioShell/en-US/ProviderCmdlets/CodeEvent.xml
src/Modules/StudioShell/en-US/ProviderCmdlets/CodeFile.xml
src/Modules/StudioShell/en-US/ProviderCmdlets/CodeInterface.xml
src/Modules/StudioShell/en-US/ProviderCmdlets/CodeMethod.xml
src/Modules/StudioShell/en-US/ProviderCmdlets/CodeNamespace.xml
src/Modules/StudioShell/en-US/ProviderCmdlets/Command.xml
src/Modules/StudioShell/en-US/ProviderCmdlets/CommandBarCollection.xml
src/Modules/StudioShell/en-US/ProviderCmdlets/CommandBarControl.xml
src/Modules/StudioShell/en-US/ProviderCmdlets/CommandCollection.xml
src/Modules/StudioShell/en-US/ProviderCmdlets/ErrorTaskCollection.xml
src/Modules/StudioShell/en-US/ProviderCmdlets/Project.xml
src/Modules/StudioShell/en-US/ProviderCmdlets/ReferenceCollection.xml
src/Modules/StudioShell/en-US/ProviderCmdlets/SolutionProjects.xml
src/Modules/StudioShell/en-US/ProviderCmdlets/TaskCollection.xml
src/Modules/StudioShell/en-US/about_StudioShell.help.txt
src/Modules/StudioShell/en-US/about_StudioShell_Data_Panes.help.txt
src/Modules/StudioShell/en-US/about_StudioShell_Drives.help.txt
src/Modules/StudioShell/en-US/about_StudioShell_Hosts.help.txt
src/Modules/StudioShell/en-US/about_StudioShell_Item_Cmdlets.help.txt
src/Modules/StudioShell/en-US/about_StudioShell_License.help.txt
src/Modules/StudioShell/en-US/about_StudioShell_NuGet.help.txt
src/Modules/StudioShell/en-US/about_StudioShell_PowerShell.help.txt
src/Modules/StudioShell/en-US/about_StudioShell_Profiles.help.txt
src/Modules/StudioShell/en-US/about_StudioShell_SSMS.help.txt
src/Modules/StudioShell/en-US/about_StudioShell_Settings.help.txt
src/Modules/StudioShell/en-US/about_StudioShell_Solution_Modules.help.txt
src/Modules/StudioShell/en-US/about_StudioShell_Variables.help.txt
src/Modules/StudioShell/en-US/about_StudioShell_Version.help.txt
src/Modules/StudioShell/en-US/about_Studioshell_UnsupportedApplications.help.txt
src/Modules/StudioShell/start-studioshell.psm1
src/NuGet/Init.ps1
src/NuGet/Install.ps1
src/NuGet/StudioShell.nuspec
src/NuGet/Uninstall.ps1
src/NuGet/chocolateyInstall.ps1
src/StudioShell.sln
src/StudioShellScripts/add-fileheader.ps1
src/StudioShellScripts/update-projectFrameworkVersion.ps1
src/Tests/CodeModel.Class.Tests.ps1
src/Tests/CodeModel.File.Tests.ps1
src/Tests/CodeModel.Interface.Tests.ps1
src/Tests/CodeModel.Method.Tests.ps1
src/Tests/CodeModel.Namespace.Tests.ps1
src/Tests/CommandBars.Tests.ps1
src/Tests/Help.Tests.ps1
src/Tests/ProjectNodes.Tests.ps1
src/Tests/Prompt.Tests.ps1
src/Tests/SolutionFolders.Tests.ps1
src/Tests/SolutionProjectsContainer.Tests.ps1
src/Tests/WindowConfiguration.Tests.ps1
src/Tests/Windows.Tests.ps1
src/Tests/helpers.ps1
src/Tests/invoke-StudioShellTests.ps1

Download

Click the following link to download studioshell.zip.

studioshell.zip




















Home »
  C# Free Code »
    Language »




CoffeeScript
docx2tex
DotNet Language
Ghostscript
IronPython
LaTeX
PHP
PowerShell
Python
VBDotNET