Download BGShell

Description

BGShell is a lightweight PowerShell 2.0 host written using Windows Forms. Features include syntax highlighting, tab expansion, expandable "data tips", tabbed user interface, and more!

Source Files

The download file bgshell.zip has the following entries.


BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
Main/AssemblyInfo.Shared.cs//  w w  w. j  a  va2s. co m
Main/BGShell.HookLibrary/BGShell.HookLibrary.vcproj
Main/BGShell.HookLibrary/BGShell.HookLibrary.vcproj.vspscc
Main/BGShell.HookLibrary/DllMain.c
Main/BGShell.HookLibrary/EventHandler.c
Main/BGShell.HookLibrary/EventHandler.h
Main/BGShell.HookLibrary/FileWatcher.c
Main/BGShell.HookLibrary/FileWatcher.h
Main/BGShell.HookLibrary/Heap.c
Main/BGShell.HookLibrary/HookInfoFile.c
Main/BGShell.HookLibrary/HookInfoFile.h
Main/BGShell.HookLibrary/HookLibrary.h
Main/BGShell.HookLibrary/HookLibrary32.def
Main/BGShell.HookLibrary/KeyboardProc.c
Main/BGShell.HookLibrary/KeyboardProc.h
Main/BGShell.HookLibrary/MessageWindow.c
Main/BGShell.HookLibrary/MessageWindow.h
Main/BGShell.sln
Main/BGShell.snk
Main/BGShell.vssscc
Main/BgShell.PowerShell/BGShell.PowerShell.csproj
Main/BgShell.PowerShell/BGShell.PowerShell.csproj.vspscc
Main/BgShell.PowerShell/Commands/GetTabExpansionCommand.cs
Main/BgShell.PowerShell/Commands/StartTabExpansionCommand.cs
Main/BgShell.PowerShell/Controls/ConsoleControl/ConsoleControl.History.cs
Main/BgShell.PowerShell/Controls/ConsoleControl/ConsoleControl.InputReader.cs
Main/BgShell.PowerShell/Controls/ConsoleControl/ConsoleControl.OuputWriter.cs
Main/BgShell.PowerShell/Controls/ConsoleControl/ConsoleControl.cs
Main/BgShell.PowerShell/Controls/ConsoleControl/ConsoleControlClosedEventArgs.cs
Main/BgShell.PowerShell/Controls/ConsoleControl/ConsoleControlFormatEntry.cs
Main/BgShell.PowerShell/Controls/ConsoleControl/ConsoleControlFormatSettings.cs
Main/BgShell.PowerShell/Controls/ConsoleControl/ConsoleControlPrivateObject.cs
Main/BgShell.PowerShell/Controls/ConsoleControl/ConsoleControl_HostRawUI.cs
Main/BgShell.PowerShell/Controls/ConsoleControl/ConsoleControl_HostUI.cs
Main/BgShell.PowerShell/Controls/ConsoleTabPage.cs
Main/BgShell.PowerShell/DataTips/CommandInfoDataTip.cs
Main/BgShell.PowerShell/DataTips/EnumFieldDataTip.cs
Main/BgShell.PowerShell/DataTips/ErrorDataTip.cs
Main/BgShell.PowerShell/DataTips/PSObjectDataTip.cs
Main/BgShell.PowerShell/DataTips/PSObjectRawDataTip.cs
Main/BgShell.PowerShell/DataTips/StaticMembersDataTip.cs
Main/BgShell.PowerShell/DataTips/TypeLiteralDataTip.cs
Main/BgShell.PowerShell/DataTips/TypeModelDataTip.cs
Main/BgShell.PowerShell/DataTips/VariableDataTip.cs
Main/BgShell.PowerShell/Delegates.cs
Main/BgShell.PowerShell/Host/IRunspaceHostRawUI.cs
Main/BgShell.PowerShell/Host/IRunspaceHostUI.cs
Main/BgShell.PowerShell/Host/RunspaceHostState.cs
Main/BgShell.PowerShell/Host/RunspacePSHost.cs
Main/BgShell.PowerShell/Host/RunspacePSHostRawUI.cs
Main/BgShell.PowerShell/Host/RunspacePSHostUI.cs
Main/BgShell.PowerShell/Interop/NativeMethods.cs
Main/BgShell.PowerShell/Interop/SHFILEINFO.cs
Main/BgShell.PowerShell/Interop/SHGetFileInfoFlags.cs
Main/BgShell.PowerShell/LanguageService/PSLanguageService.cs
Main/BgShell.PowerShell/LanguageService/PSLanguageService_DataTipCache.cs
Main/BgShell.PowerShell/LanguageService/PSLanguageService_HighlighterJob.cs
Main/BgShell.PowerShell/LanguageService/PSLanguageService_ViewportInfo.cs
Main/BgShell.PowerShell/LanguageService/ParseErrorToolTip.cs
Main/BgShell.PowerShell/LanguageService/TabExpansionHandler.cs
Main/BgShell.PowerShell/LanguageService/TabExpansionHandler_LastWord.cs
Main/BgShell.PowerShell/LanguageService/Threading/BackgroundJob.cs
Main/BgShell.PowerShell/LanguageService/Threading/BackgroundThread.cs
Main/BgShell.PowerShell/PSLanguage.cs
Main/BgShell.PowerShell/PowerShellAddIn.cs
Main/BgShell.PowerShell/Properties/AssemblyInfo.cs
Main/BgShell.PowerShell/Resources.Designer.cs
Main/BgShell.PowerShell/Resources.resx
Main/BgShell.PowerShell/Resources/DefaultTabIcon.png
Main/BgShell.PowerShell/Runspaces/BGShellPipeline.cs
Main/BgShell.PowerShell/Runspaces/BGShellPipelineExecutor.cs
Main/BgShell.PowerShell/Runspaces/BGShellPipelineProxy.cs
Main/BgShell.PowerShell/Runspaces/DataTipInfo.cs
Main/BgShell.PowerShell/Runspaces/DefaultProfile.cs
Main/BgShell.PowerShell/Runspaces/IRunspaceProxy.cs
Main/BgShell.PowerShell/Runspaces/KeyMappingDictionary.cs
Main/BgShell.PowerShell/Runspaces/RunspaceHostInfo.cs
Main/BgShell.PowerShell/Runspaces/RunspaceProxyFactory.cs
Main/BgShell.PowerShell/Runspaces/RunspaceProxyService.cs
Main/BgShell.PowerShell/Runspaces/TextRange.cs
Main/BgShell.PowerShell/Runspaces/UserProfiles.cs
Main/BgShell.PowerShell/SpecialCharacters.cs
Main/BgShell.PowerShell/TabExpansion/Caches/TypeNameCache.cs
Main/BgShell.PowerShell/TabExpansion/Caches/WmiClassCache.cs
Main/BgShell.PowerShell/TabExpansion/Handlers/CommandNameHandler.cs
Main/BgShell.PowerShell/TabExpansion/Handlers/ExpressionHandlerBase.cs
Main/BgShell.PowerShell/TabExpansion/Handlers/ItemPathHandler.cs
Main/BgShell.PowerShell/TabExpansion/Handlers/ParameterNameHandler.cs
Main/BgShell.PowerShell/TabExpansion/Handlers/ParenthesesExpressionHandler.cs
Main/BgShell.PowerShell/TabExpansion/Handlers/StaticExpressionHandler.cs
Main/BgShell.PowerShell/TabExpansion/Handlers/TypeNameHandler.cs
Main/BgShell.PowerShell/TabExpansion/Handlers/VariableExpressionHandler.cs
Main/BgShell.PowerShell/TabExpansion/Handlers/WmiClassHandler.cs
Main/BgShell.PowerShell/TabExpansion/Parsers/FunctionParameterParser.cs
Main/BgShell.PowerShell/TabExpansion/Parsers/TabExpansionParser.cs
Main/BgShell.PowerShell/TabExpansion/TabExpansionCache.cs
Main/BgShell.PowerShell/TabExpansion/TabExpansionHandler.cs
Main/BgShell/App.config
Main/BgShell/App.manifest
Main/BgShell/BGShell.csproj
Main/BgShell/BGShell.csproj.vspscc
Main/BgShell/BGShellAddIn.cs
Main/BgShell/BGShellAddInManager.cs
Main/BgShell/BGShellApplication.cs
Main/BgShell/BGShellArgumentParser.cs
Main/BgShell/BGShellHelpCategory.cs
Main/BgShell/BGShellHelpTopic.cs
Main/BgShell/BGShellNotifyIcon.cs
Main/BgShell/BGShellWindowManager.cs
Main/BgShell/Collections/HashSet`1.cs
Main/BgShell/Collections/InterlockedStack.cs
Main/BgShell/Components/DataTip/DataTipForm.cs
Main/BgShell/Components/DataTip/DataTipItem.cs
Main/BgShell/Components/DataTip/DataTipItemCollection.cs
Main/BgShell/Components/DataTip/DataTipLayoutEngine.cs
Main/BgShell/Components/DataTip/DataTipMessageFilter.cs
Main/BgShell/Components/DataTip/DataTipRenderer.cs
Main/BgShell/Components/EditControlDataTipProvider.cs
Main/BgShell/Components/FullScreenViewProvider.cs
Main/BgShell/Components/KeyboardHook.cs
Main/BgShell/Components/KeyboardHookInfoFile.cs
Main/BgShell/Components/RedrawHelper.cs
Main/BgShell/Components/RepeatingHoverProvider.cs
Main/BgShell/Components/SharedMemorySection.cs
Main/BgShell/Configuration/BGShellAddInElement.cs
Main/BgShell/Configuration/BGShellAddInElementCollection.cs
Main/BgShell/Configuration/BGShellSection.cs
Main/BgShell/Controls/AeroGreenBluePanel.cs
Main/BgShell/Controls/BGShellTabControl.cs
Main/BgShell/Controls/BGShellTabPage.cs
Main/BgShell/Controls/HelpProgressControl.Designer.cs
Main/BgShell/Controls/HelpProgressControl.cs
Main/BgShell/Controls/HelpProgressControl.resx
Main/BgShell/Controls/ZoomContextMenu.cs
Main/BgShell/Drawing/TypeModelIconRenderer.cs
Main/BgShell/Forms/AboutForm.Designer.cs
Main/BgShell/Forms/AboutForm.cs
Main/BgShell/Forms/AboutForm.resx
Main/BgShell/Forms/HelpForm.Designer.cs
Main/BgShell/Forms/HelpForm.cs
Main/BgShell/Forms/HelpForm.resx
Main/BgShell/Forms/MainForm.Designer.cs
Main/BgShell/Forms/MainForm.cs
Main/BgShell/Forms/MainForm.resx
Main/BgShell/Forms/OptionsForm.Designer.cs
Main/BgShell/Forms/OptionsForm.cs
Main/BgShell/Forms/OptionsForm.resx
Main/BgShell/Help/StaticHelpTopic.cs
Main/BgShell/IBGShellHelpContext.cs
Main/BgShell/Interop/AncestorType.cs
Main/BgShell/Interop/FileMappingFlags.cs
Main/BgShell/Interop/FileViewFlags.cs
Main/BgShell/Interop/NativeMethods.cs
Main/BgShell/Interop/RECT.cs
Main/BgShell/Interop/SafeFileViewHandle.cs
Main/BgShell/Interop/WindowMessages.cs
Main/BgShell/Properties/AssemblyInfo.Shared.cs
Main/BgShell/Properties/AssemblyInfo.cs
Main/BgShell/Resources.Designer.cs
Main/BgShell/Resources.Native.cs
Main/BgShell/Resources.resx
Main/BgShell/Resources/BGShell.ico
Main/BgShell/Resources/DefaultTabIcon.png
Main/BgShell/Resources/Help.css
Main/BgShell/Resources/Help.ico
Main/BgShell/Resources/MenuEditCopy.png
Main/BgShell/Resources/MenuEditCut.png
Main/BgShell/Resources/MenuEditDelete.png
Main/BgShell/Resources/MenuEditPaste.png
Main/BgShell/Resources/MenuEditUndo.png
Main/BgShell/Resources/MenuHelpViewHelp.png
Main/BgShell/Resources/MenuViewFullScreen.png
Main/BgShell/Resources/MenuViewZoom.png
Main/BgShell/Resources/TypeModelIcons.png
Main/Garf.Irc.Test/Class1.cs
Main/Garf.Irc.Test/Garf.Irc.Test.csproj
Main/Garf.Irc.Test/Garf.Irc.Test.csproj.vspscc
Main/Garf.Irc.Test/Properties/AssemblyInfo.cs
Main/Garf.Irc.sln
Main/Garf.Irc.vssscc
Main/Garf.Irc/Class1.cs
Main/Garf.Irc/Garf.Irc.csproj
Main/Garf.Irc/Garf.Irc.csproj.vspscc
Main/Garf.Irc/Properties/AssemblyInfo.cs
Main/Make-Release.ps1
Main/Tools/7-Zip/7-zip.chm
Main/Tools/7-Zip/7za.exe
Main/Tools/7-Zip/copying.txt
Main/Tools/7-Zip/license.txt
Main/Tools/7-Zip/readme.txt
Main/Tools/ILMerge/ILMerge License.rtf
Main/Tools/ILMerge/ILMerge.doc
Main/Tools/ILMerge/ILMerge.exe
Main/Tools/xUnit/HTML.xslt
Main/Tools/xUnit/NUnitXml.xslt
Main/Tools/xUnit/xunit.console.exe
Main/Tools/xUnit/xunit.console.exe.config
Main/Tools/xUnit/xunit.dll
Main/Tools/xUnit/xunit.gui.exe
Main/Tools/xUnit/xunit.installer.exe
Main/Tools/xUnit/xunit.runner.utility.dll
Main/Tools/xUnit/xunit.runner.utility.xml
Main/Tools/xUnit/xunit.xml
Main/Tools/xUnit/xunitext.dll
Main/Tools/xUnit/xunitext.nunit.dll
Main/Tools/xUnit/xunitext.nunit.xml
Main/Tools/xUnit/xunitext.runner.jetbrains.dll
Main/Tools/xUnit/xunitext.runner.msbuild.dll
Main/Tools/xUnit/xunitext.runner.tdnet.dll
Main/Tools/xUnit/xunitext.xml
Main/Tools/xUnit/xunitext35.dll
Main/Tools/xUnit/xunitext35.xml
Main/WindowsFormsAero.dll
Main/WindowsFormsAero.pdb

Download

Click the following link to download bgshell.zip.

bgshell.zip




















Home »
  C# Free Code »
    Language »




CoffeeScript
docx2tex
DotNet Language
Ghostscript
IronPython
LaTeX
PHP
PowerShell
Python
VBDotNET