Download IronPython Studio

Description

IronPython development environment running as VS Shell Isolated application

Icons

IronPython Studio

Source Files

The download file ironpythonstudio.zip has the following entries.


BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
Trunk/Source/IronPython/IronPythonConsole/CommandBuffer.cs
Trunk/Source/IronPython/IronPythonConsole/ConsoleAuthoringScope.cs
Trunk/Source/IronPython/IronPythonConsole/ConsoleWindow.cs
Trunk/Source/IronPython/IronPythonConsole/Guids.cs
Trunk/Source/IronPython/IronPythonConsole/HistoryBuffer.cs
Trunk/Source/IronPython/IronPythonConsole/IronPythonConsole.csproj
Trunk/Source/IronPython/IronPythonConsole/IronPythonConsole.csproj.vspscc
Trunk/Source/IronPython/IronPythonConsole/IronPythonEngineProvider.cs
Trunk/Source/IronPython/IronPythonConsole/PkgCmdID.cs
Trunk/Source/IronPython/IronPythonConsole/Properties/AssemblyInfo.cs
Trunk/Source/IronPython/IronPythonConsole/PythonConsole.vsct
Trunk/Source/IronPython/IronPythonConsole/PythonConsoleIcon_24Bit.bmp
Trunk/Source/IronPython/IronPythonConsole/PythonConsoleIcon_32Bit.bmp
Trunk/Source/IronPython/IronPythonConsole/PythonConsolePackage.cs
Trunk/Source/IronPython/IronPythonConsole/Resources.Designer.cs
Trunk/Source/IronPython/IronPythonConsole/Resources.resx
Trunk/Source/IronPython/IronPythonConsole/TextBufferStream.cs
Trunk/Source/IronPython/IronPythonConsole/VSPackage.resx
Trunk/Source/IronPython/IronPythonInterfaces/EngineInterfaces.cs
Trunk/Source/IronPython/IronPythonInterfaces/IConsoleText.cs
Trunk/Source/IronPython/IronPythonInterfaces/IronPythonInterfaces.csproj
Trunk/Source/IronPython/IronPythonInterfaces/IronPythonInterfaces.csproj.vspscc
Trunk/Source/IronPython/IronPythonInterfaces/Properties/AssemblyInfo.cs
Trunk/Source/IronPython/IronPythonLanguageService/CodeSnippets/Snippets/class.snippet
Trunk/Source/IronPython/IronPythonLanguageService/CodeSnippets/Snippets/ctor.snippet
Trunk/Source/IronPython/IronPythonLanguageService/CodeSnippets/Snippets/else.snippet
Trunk/Source/IronPython/IronPythonLanguageService/CodeSnippets/Snippets/for.snippet
Trunk/Source/IronPython/IronPythonLanguageService/CodeSnippets/Snippets/if.snippet
Trunk/Source/IronPython/IronPythonLanguageService/CodeSnippets/Snippets/while.snippet
Trunk/Source/IronPython/IronPythonLanguageService/CodeSnippets/SnippetsIndex.xml
Trunk/Source/IronPython/IronPythonLanguageService/ContainedLanguage/CodeBlocksEnumerator.cs
Trunk/Source/IronPython/IronPythonLanguageService/ContainedLanguage/ContainedSource.cs
Trunk/Source/IronPython/IronPythonLanguageService/ContainedLanguage/ContainedViewFilter.cs
Trunk/Source/IronPython/IronPythonLanguageService/ContainedLanguage/LanguageTextOps.cs
Trunk/Source/IronPython/IronPythonLanguageService/ContainedLanguage/ProvideIntellisenseProvider.cs
Trunk/Source/IronPython/IronPythonLanguageService/ContainedLanguage/PythonCompletionSet.cs
Trunk/Source/IronPython/IronPythonLanguageService/ContainedLanguage/PythonContainedLanguage.CodeSupport.cs
Trunk/Source/IronPython/IronPythonLanguageService/ContainedLanguage/PythonContainedLanguage.cs
Trunk/Source/IronPython/IronPythonLanguageService/ContainedLanguage/PythonIntellisenseProvider.cs
Trunk/Source/IronPython/IronPythonLanguageService/ContainedLanguage/TextViewWrapper.cs
Trunk/Source/IronPython/IronPythonLanguageService/Engine/Analyzer.cs
Trunk/Source/IronPython/IronPythonLanguageService/Engine/Definitions.cs
Trunk/Source/IronPython/IronPythonLanguageService/Engine/Engine.cs
Trunk/Source/IronPython/IronPythonLanguageService/Engine/Inferred.cs
Trunk/Source/IronPython/IronPythonLanguageService/Engine/Locator.cs
Trunk/Source/IronPython/IronPythonLanguageService/Engine/Modules.cs
Trunk/Source/IronPython/IronPythonLanguageService/Engine/Scope.cs
Trunk/Source/IronPython/IronPythonLanguageService/Engine/ScopeWalker.cs
Trunk/Source/IronPython/IronPythonLanguageService/FileCodeModel/CodeDomCodeAttribute.cs
Trunk/Source/IronPython/IronPythonLanguageService/FileCodeModel/CodeDomCodeClass.cs
Trunk/Source/IronPython/IronPythonLanguageService/FileCodeModel/CodeDomCodeDelegate.cs
Trunk/Source/IronPython/IronPythonLanguageService/FileCodeModel/CodeDomCodeElement.cs
Trunk/Source/IronPython/IronPythonLanguageService/FileCodeModel/CodeDomCodeElements.cs
Trunk/Source/IronPython/IronPythonLanguageService/FileCodeModel/CodeDomCodeEnum.cs
Trunk/Source/IronPython/IronPythonLanguageService/FileCodeModel/CodeDomCodeFunction.cs
Trunk/Source/IronPython/IronPythonLanguageService/FileCodeModel/CodeDomCodeInterface.cs
Trunk/Source/IronPython/IronPythonLanguageService/FileCodeModel/CodeDomCodeNamespace.cs
Trunk/Source/IronPython/IronPythonLanguageService/FileCodeModel/CodeDomCodeParameter.cs
Trunk/Source/IronPython/IronPythonLanguageService/FileCodeModel/CodeDomCodeProperty.cs
Trunk/Source/IronPython/IronPythonLanguageService/FileCodeModel/CodeDomCodeStruct.cs
Trunk/Source/IronPython/IronPythonLanguageService/FileCodeModel/CodeDomCodeType.cs
Trunk/Source/IronPython/IronPythonLanguageService/FileCodeModel/CodeDomCodeTypeRef.cs
Trunk/Source/IronPython/IronPythonLanguageService/FileCodeModel/CodeDomCodeVariable.cs
Trunk/Source/IronPython/IronPythonLanguageService/FileCodeModel/FileCodeMerger.cs
Trunk/Source/IronPython/IronPythonLanguageService/FileCodeModel/FileCodeModel.cs
Trunk/Source/IronPython/IronPythonLanguageService/FileCodeModel/PythonCodeModel.cs
Trunk/Source/IronPython/IronPythonLanguageService/FileCodeModel/PythonCodeModelFactory.cs
Trunk/Source/IronPython/IronPythonLanguageService/FileCodeModel/SimpleCodeElement.cs
Trunk/Source/IronPython/IronPythonLanguageService/FileCodeModel/StringMerger.cs
Trunk/Source/IronPython/IronPythonLanguageService/FileCodeModel/TextBufferMerger.cs
Trunk/Source/IronPython/IronPythonLanguageService/FileCodeModel/TextPoint.cs
Trunk/Source/IronPython/IronPythonLanguageService/HierarchyListener.cs
Trunk/Source/IronPython/IronPythonLanguageService/IronPythonLanguageService.csproj
Trunk/Source/IronPython/IronPythonLanguageService/IronPythonLanguageService.csproj.vspscc
Trunk/Source/IronPython/IronPythonLanguageService/Library.cs
Trunk/Source/IronPython/IronPythonLanguageService/LibraryNode.cs
Trunk/Source/IronPython/IronPythonLanguageService/Properties/AssemblyInfo.cs
Trunk/Source/IronPython/IronPythonLanguageService/PythonColorableItem.cs
Trunk/Source/IronPython/IronPythonLanguageService/PythonConstants.cs
Trunk/Source/IronPython/IronPythonLanguageService/PythonDeclarations.cs
Trunk/Source/IronPython/IronPythonLanguageService/PythonLanguage.cs
Trunk/Source/IronPython/IronPythonLanguageService/PythonLibraryManager.cs
Trunk/Source/IronPython/IronPythonLanguageService/PythonLibraryNode.cs
Trunk/Source/IronPython/IronPythonLanguageService/PythonMethods.cs
Trunk/Source/IronPython/IronPythonLanguageService/PythonModuleId.cs
Trunk/Source/IronPython/IronPythonLanguageService/PythonPackage.cs
Trunk/Source/IronPython/IronPythonLanguageService/PythonScanner.cs
Trunk/Source/IronPython/IronPythonLanguageService/PythonScope.cs
Trunk/Source/IronPython/IronPythonLanguageService/PythonSink.cs
Trunk/Source/IronPython/IronPythonLanguageService/PythonSource.cs
Trunk/Source/IronPython/IronPythonLanguageService/PythonViewFilter.cs
Trunk/Source/IronPython/IronPythonLanguageService/RegisterSnippetsAttribute.cs
Trunk/Source/IronPython/IronPythonLanguageService/Resources.Designer.cs
Trunk/Source/IronPython/IronPythonLanguageService/Resources.resx
Trunk/Source/IronPython/IronPythonLanguageService/SnippetsEnumerator.cs
Trunk/Source/IronPython/IronPythonLanguageService/TextLineEventListener.cs
Trunk/Source/IronPython/IronPythonLanguageService/VSPackage.resx
Trunk/Source/IronPython/IronPythonProject/Automation.cs
Trunk/Source/IronPython/IronPythonProject/ConfigurationPropertyPages.cs
Trunk/Source/IronPython/IronPythonProject/EditorFactory.cs
Trunk/Source/IronPython/IronPythonProject/Enums.cs
Trunk/Source/IronPython/IronPythonProject/Guids.cs
Trunk/Source/IronPython/IronPythonProject/IronPythonProject.csproj
Trunk/Source/IronPython/IronPythonProject/IronPythonProject.csproj.vspscc
Trunk/Source/IronPython/IronPythonProject/PkgCmd.vsct
Trunk/Source/IronPython/IronPythonProject/ProjectDocumentsListenerForMainFileUpdates.cs
Trunk/Source/IronPython/IronPythonProject/Properties/AssemblyInfo.cs
Trunk/Source/IronPython/IronPythonProject/PropertyPages.cs
Trunk/Source/IronPython/IronPythonProject/PythonConfigProvider.cs
Trunk/Source/IronPython/IronPythonProject/PythonFileNode.cs
Trunk/Source/IronPython/IronPythonProject/PythonFileNodeProperties.cs
Trunk/Source/IronPython/IronPythonProject/PythonMenus.cs
Trunk/Source/IronPython/IronPythonProject/PythonProjectFactory.cs
Trunk/Source/IronPython/IronPythonProject/PythonProjectFileConstants.cs
Trunk/Source/IronPython/IronPythonProject/PythonProjectNode.cs
Trunk/Source/IronPython/IronPythonProject/PythonProjectNodeProperties.cs
Trunk/Source/IronPython/IronPythonProject/PythonProjectPackage.cs
Trunk/Source/IronPython/IronPythonProject/PythonProjectReferenceNode.cs
Trunk/Source/IronPython/IronPythonProject/PythonReferenceContainerNode.cs
Trunk/Source/IronPython/IronPythonProject/RegistrationAttributes/ProvideMSBuildTargetAttribute.cs
Trunk/Source/IronPython/IronPythonProject/RegistrationAttributes/SingleFileGeneratorSupportRegistrationAttribute.cs
Trunk/Source/IronPython/IronPythonProject/Resources.cs
Trunk/Source/IronPython/IronPythonProject/Resources.resx
Trunk/Source/IronPython/IronPythonProject/Resources/PythonAboutBox.ico
Trunk/Source/IronPython/IronPythonProject/Resources/PythonImageList.bmp
Trunk/Source/IronPython/IronPythonProject/Resources/PythonSplashScreenIcon.bmp
Trunk/Source/IronPython/IronPythonProject/SelectionElementValueChangedListener.cs
Trunk/Source/IronPython/IronPythonProject/Templates/ProjectItems/Class/Class.py
Trunk/Source/IronPython/IronPythonProject/Templates/ProjectItems/Class/IronPython.vstemplate
Trunk/Source/IronPython/IronPythonProject/Templates/ProjectItems/Class/__TemplateIcon.ico
Trunk/Source/IronPython/IronPythonProject/Templates/ProjectItems/Form/Form.py
Trunk/Source/IronPython/IronPythonProject/Templates/ProjectItems/Form/UI_WinForm.ico
Trunk/Source/IronPython/IronPythonProject/Templates/ProjectItems/Form/windowsform.vstemplate
Trunk/Source/IronPython/IronPythonProject/Templates/ProjectItems/ResX/Resource.resX
Trunk/Source/IronPython/IronPythonProject/Templates/ProjectItems/ResX/Resource.vstemplate
Trunk/Source/IronPython/IronPythonProject/Templates/ProjectItems/ResX/Resource_Resx.ico
Trunk/Source/IronPython/IronPythonProject/Templates/ProjectItems/Text/Text.ico
Trunk/Source/IronPython/IronPythonProject/Templates/ProjectItems/Text/TextFile.txt
Trunk/Source/IronPython/IronPythonProject/Templates/ProjectItems/Text/TextFile.vstemplate
Trunk/Source/IronPython/IronPythonProject/Templates/ProjectItems/WPFWindow/WPFWindow.ico
Trunk/Source/IronPython/IronPythonProject/Templates/ProjectItems/WPFWindow/Window.py
Trunk/Source/IronPython/IronPythonProject/Templates/ProjectItems/WPFWindow/Window.xaml
Trunk/Source/IronPython/IronPythonProject/Templates/ProjectItems/WPFWindow/pyWPFWindow.vstemplate
Trunk/Source/IronPython/IronPythonProject/Templates/Projects/ClassLibrary/Class.py
Trunk/Source/IronPython/IronPythonProject/Templates/Projects/ClassLibrary/IPClassLib.vstemplate
Trunk/Source/IronPython/IronPythonProject/Templates/Projects/ClassLibrary/IronPythonDll.pyproj
Trunk/Source/IronPython/IronPythonProject/Templates/Projects/ClassLibrary/__TemplateIcon.ico
Trunk/Source/IronPython/IronPythonProject/Templates/Projects/ConsoleApp/IPConsoleApp.vstemplate
Trunk/Source/IronPython/IronPythonProject/Templates/Projects/ConsoleApp/IronPythonApp.pyproj
Trunk/Source/IronPython/IronPythonProject/Templates/Projects/ConsoleApp/Program.py
Trunk/Source/IronPython/IronPythonProject/Templates/Projects/ConsoleApp/__TemplateIcon.ico
Trunk/Source/IronPython/IronPythonProject/Templates/Projects/WPFApp/Program.py
Trunk/Source/IronPython/IronPythonProject/Templates/Projects/WPFApp/WPFApp.ico
Trunk/Source/IronPython/IronPythonProject/Templates/Projects/WPFApp/WPFApplication.pyproj
Trunk/Source/IronPython/IronPythonProject/Templates/Projects/WPFApp/Window1.py
Trunk/Source/IronPython/IronPythonProject/Templates/Projects/WPFApp/Window1.xaml
Trunk/Source/IronPython/IronPythonProject/Templates/Projects/WPFApp/pyWPFApplication.vstemplate
Trunk/Source/IronPython/IronPythonProject/Templates/Projects/WinformApp/Form1.py
Trunk/Source/IronPython/IronPythonProject/Templates/Projects/WinformApp/IPWinformApp.vstemplate
Trunk/Source/IronPython/IronPythonProject/Templates/Projects/WinformApp/IronPythonWinApp.pyproj
Trunk/Source/IronPython/IronPythonProject/Templates/Projects/WinformApp/Program.py
Trunk/Source/IronPython/IronPythonProject/Templates/Projects/WinformApp/__TemplateIcon.ico
Trunk/Source/IronPython/IronPythonProject/VSMDPythonProvider.cs
Trunk/Source/IronPython/IronPythonProject/VSPackage.resx
Trunk/Source/IronPython/IronPythonProject/WPFProviders/PythonEventBindingProvider.cs
Trunk/Source/IronPython/IronPythonProject/WPFProviders/PythonRuntimeNameProvider.cs
Trunk/Source/IronPython/IronPythonProject/WPFProviders/PythonWPFFlavor.cs
Trunk/Source/IronPython/IronPythonProject/WPFProviders/PythonWPFProjectFactory.cs
Trunk/Source/IronPython/IronPythonProjectBase/IronPythonProjectBase.csproj
Trunk/Source/IronPython/IronPythonProjectBase/IronPythonProjectBase.csproj.vspscc
Trunk/Source/IronPython/IronPythonProjectBase/Microsoft.VisualStudio.Package.Project.resx
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/AssemblyReferenceNode.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/Attributes.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/BuildDependency.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/BuildPropertyPage.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/ComReferenceNode.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/ConfigProvider.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/ConfigurationProperties.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/DataObject.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/DependentFileNode.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/DesignPropertyDescriptor.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/DocumentManager.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/DontShowAgainDialog.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/DontShowAgainDialog.designer.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/DontShowAgainDialog.resx
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/EnumDependencies.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/FileChangeManager.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/FileDocumentManager.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/FileNode.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/FolderNode.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/GlobalPropertyHandler.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/GlobalSuppressions.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/HierarchyNode.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/IDEBuildLogger.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/ImageHandler.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/Interfaces.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/LangProj/OAAssemblyReference.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/LangProj/OABuildManager.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/LangProj/OAComReference.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/LangProj/OAProjectReference.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/LangProj/OAReferenceBase.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/LangProj/OAReferences.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/LangProj/OAVSProject.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/LangProj/OAVSProjectItem.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/LocalizableProperties.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/Microsoft.VisualStudio.Package.Project.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/Misc/ConnectionPointContainer.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/Misc/ExternDll.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/Misc/NativeMethods.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/Misc/UnsafeNativeMethods.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/NestedProjectBuildDependency.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/NestedProjectNode.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/NodeProperties.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/OAFileItem.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/OAFolderItem.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/OANavigableProjectItems.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/OANestedProjectItem.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/OANullProperty.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/OAProject.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/OAProjectItem.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/OAProjectItems.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/OAProperties.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/OAProperty.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/OAReferenceFolderItem.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/OAReferenceItem.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/OASolutionFolder.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/OleServiceProvider.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/Output.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/OutputGroup.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/ProjectConfig.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/ProjectContainerNode.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/ProjectDesignerDocumentManager.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/ProjectDocumentsListener.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/ProjectElement.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/ProjectFactory.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/ProjectFileConstants.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/ProjectNode.CopyPaste.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/ProjectNode.Events.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/ProjectNode.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/ProjectOptions.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/ProjectPackage.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/ProjectReferenceNode.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/ProjectSecurityChecker.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/PropertiesEditorLauncher.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/ReferenceContainerNode.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/ReferenceNode.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/RegisteredProjectType.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/SecurityWarningDialog.Designer.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/SecurityWarningDialog.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/SecurityWarningDialog.resx
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/SelectionListener.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/SettingsPage.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/SingleFileGenerator.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/SingleFileGeneratorFactory.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/SolutionListener.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/SolutionListenerForBuildDependencyUpdate.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/SolutionListenerForProjectEvents.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/SolutionListenerForProjectOpen.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/SolutionListenerForProjectReferenceUpdate.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/StructuresEnums.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/SuspendFileChanges.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/TokenProcessor.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/Tracing.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/TrackDocumentsHelper.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/TypeConverters.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/UpdateSolutionEventsListener.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/Url.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/UserProjectSecurityChecker.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/Utilities.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/VSMDCodeDomProvider.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/VSShellUtilities.cs
Trunk/Source/IronPython/IronPythonProjectBase/ProjectBase/VsCommands.cs
Trunk/Source/IronPython/IronPythonProjectBase/Properties/AssemblyInfo.cs
Trunk/Source/IronPython/IronPythonProjectBase/Resources/imagelis.bmp
Trunk/Source/IronPython/IronPythonTasks/Compiler.cs
Trunk/Source/IronPython/IronPythonTasks/CompilerErrorSink.cs
Trunk/Source/IronPython/IronPythonTasks/ExperimentalCompiler.cs
Trunk/Source/IronPython/IronPythonTasks/ICompiler.cs
Trunk/Source/IronPython/IronPythonTasks/IronPython.targets
Trunk/Source/IronPython/IronPythonTasks/IronPythonCompilerTask.cs
Trunk/Source/IronPython/IronPythonTasks/IronPythonTasks.csproj
Trunk/Source/IronPython/IronPythonTasks/IronPythonTasks.csproj.vspscc
Trunk/Source/IronPython/IronPythonTasks/Properties/AssemblyInfo.cs
Trunk/Source/IronPython/IronPythonTasks/Properties/Resources.Designer.cs
Trunk/Source/IronPython/IronPythonTasks/Properties/Resources.resx
Trunk/Source/IronPythonStudioIntegrated.sln
Trunk/Source/IronPythonStudioIntegrated.vssscc
Trunk/Source/IronPythonStudioIsolated.sln
Trunk/Source/IronPythonStudioIsolated.vssscc
Trunk/Source/Key.snk//from w  w  w.  jav  a 2  s. c  o m
Trunk/Source/SetupIntegrated/Files.wxs
Trunk/Source/SetupIntegrated/Files/EULA.rtf
Trunk/Source/SetupIntegrated/Files/Readme.html
Trunk/Source/SetupIntegrated/IronPythonStudioSetup.csproj
Trunk/Source/SetupIntegrated/IronPythonStudioSetup.csproj.vspscc
Trunk/Source/SetupIntegrated/Main.wxs
Trunk/Source/SetupIntegrated/Registry.wxi
Trunk/Source/SetupIntegrated/Registry.wxs
Trunk/Source/SetupIntegrated/Resources/BannerBitmap.bmp
Trunk/Source/SetupIntegrated/Resources/NewFldrBtn.bmp
Trunk/Source/SetupIntegrated/Resources/Product.ico
Trunk/Source/SetupIntegrated/Resources/UpFldrBtn.bmp
Trunk/Source/SetupIntegrated/Strings.wxl
Trunk/Source/SetupIntegrated/UI.wxs
Trunk/Source/SetupIntegrated/Variables.wxi
Trunk/Source/SetupIsolated/Files.wxs
Trunk/Source/SetupIsolated/Files/EULA.rtf
Trunk/Source/SetupIsolated/Files/IronPythonConsole.pkgdef
Trunk/Source/SetupIsolated/Files/IronPythonLanguageService.pkgdef
Trunk/Source/SetupIsolated/Files/IronPythonProject.pkgdef
Trunk/Source/SetupIsolated/Files/IronPythonStudio.pkgdef
Trunk/Source/SetupIsolated/Files/Readme.html
Trunk/Source/SetupIsolated/IronPythonStudioSetup.csproj
Trunk/Source/SetupIsolated/IronPythonStudioSetup.csproj.vspscc
Trunk/Source/SetupIsolated/IronPythonStudioSetup.sln
Trunk/Source/SetupIsolated/IronPythonStudioSetup.vssscc
Trunk/Source/SetupIsolated/Main.wxs
Trunk/Source/SetupIsolated/Registry.wxs
Trunk/Source/SetupIsolated/Resources/BannerBitmap.bmp
Trunk/Source/SetupIsolated/Resources/NewFldrBtn.bmp
Trunk/Source/SetupIsolated/Resources/Product.ico
Trunk/Source/SetupIsolated/Resources/ReadmeShortcut.ico
Trunk/Source/SetupIsolated/Resources/UpFldrBtn.bmp
Trunk/Source/SetupIsolated/Strings.wxl
Trunk/Source/SetupIsolated/UI.wxs
Trunk/Source/SetupIsolated/Variables.wxi
Trunk/Source/Shell/IronPythonStudio/CopyShellFiles.buildrule
Trunk/Source/Shell/IronPythonStudio/Documentation/Images/AppEnv.jpg
Trunk/Source/Shell/IronPythonStudio/Documentation/Images/SideBar.png
Trunk/Source/Shell/IronPythonStudio/Documentation/Images/Spacer.png
Trunk/Source/Shell/IronPythonStudio/Documentation/Images/Title.png
Trunk/Source/Shell/IronPythonStudio/Documentation/Images/TopJump.png
Trunk/Source/Shell/IronPythonStudio/Documentation/ReadMe.htm
Trunk/Source/Shell/IronPythonStudio/General.vssettings
Trunk/Source/Shell/IronPythonStudio/IronPythonStudio.cpp
Trunk/Source/Shell/IronPythonStudio/IronPythonStudio.exe.config
Trunk/Source/Shell/IronPythonStudio/IronPythonStudio.exe.manifest
Trunk/Source/Shell/IronPythonStudio/IronPythonStudio.h
Trunk/Source/Shell/IronPythonStudio/IronPythonStudio.ico
Trunk/Source/Shell/IronPythonStudio/IronPythonStudio.pkgdef
Trunk/Source/Shell/IronPythonStudio/IronPythonStudio.pkgundef
Trunk/Source/Shell/IronPythonStudio/IronPythonStudio.prf
Trunk/Source/Shell/IronPythonStudio/IronPythonStudio.rc
Trunk/Source/Shell/IronPythonStudio/IronPythonStudio.vcproj
Trunk/Source/Shell/IronPythonStudio/IronPythonStudio.vcproj.vspscc
Trunk/Source/Shell/IronPythonStudio/Resource.h
Trunk/Source/Shell/IronPythonStudio/Splash.bmp
Trunk/Source/Shell/IronPythonStudio/small.ico
Trunk/Source/Shell/IronPythonStudio/stdafx.cpp
Trunk/Source/Shell/IronPythonStudio/stdafx.h
Trunk/Source/Shell/IronPythonStudioUI/IronPythonStudioUI.rc
Trunk/Source/Shell/IronPythonStudioUI/IronPythonStudioUI.vcproj
Trunk/Source/Shell/IronPythonStudioUI/IronPythonStudioUI.vcproj.vspscc
Trunk/Source/Shell/IronPythonStudioUI/IronPythonStudioUI.vsct
Trunk/Source/Shell/IronPythonStudioUI/VSCT.buildrule
Trunk/Source/Shell/IronPythonStudioUI/resource.h

Download

Click the following link to download ironpythonstudio.zip.

ironpythonstudio.zip




















Home »
  C# Free Code »
    Language »




CoffeeScript
docx2tex
DotNet Language
Ghostscript
IronPython
LaTeX
PHP
PowerShell
Python
VBDotNET