Metadata >> NuGet >> DocumentForms

DocumentForms

Metadata

Authors Wesley Cabus
Copyrights Copyright 2013-2014
Description DocumentForms Control Library
LicenseUrl http://documentforms.codeplex.com/license
Owners Wesley Cabus
ProjectUrl http://documentforms.codeplex.com/
ReleaseNotes 1.0.0: - First public release - Assembly is now strong-named // - Fixed a bug: closing documents did not remove them from the list of all documents 0.5.3: - You can now set DocumentPanel.ActiveView to activate the given IDocumentView. This will act just like clicking the header button. 0.5.2: - Bugfix: Pressing CTRL+F4 only closed the active document if the context menu on the button was being displayed. - Users can now close documents by clicking the header button with the middle mouse button. This behavior can be toggled on and off using the AllowCloseUsingMiddleMouse property on the DocumentPanel class. 0.5.0: - Bugfix: When closing a form that prevents it from closing in a Closing or FormClosing event handler, the form would still end up being closed anyway. 0.4.0: - Bugfix: When the title of an undocked view was updated, an error could occur because the header button of that undocked view wanted to react to that event. - Added a Show method to IDocumentView to enable docking child views based on the state of the parent view. - Extracted a IDocumentHeaderButton interface to fix some issues introduced by using generics. - Changed methods in DocumentPanel and DocumentViewHelper to use generics. 0.3.4: - The active document is also being tracked in the menu displaying all documents: its font is bold. - Bugfix: closing a document didn't remove its entry in the menu. 0.3.3: - Finally added support for scrolling using the arrow buttons - The menu button also works now: it displays a list of all documents - Right-clicking a document button will display a context menu. This menu allows you to close the document, close all documents or close all but the current document.
RequireLicenseAcceptance False
Tags winforms forms document tabs
Title DocumentForms
PackageSize 67439
PackageHashAlgorithm SHA512
PackageHash Qus2AJfljRvicGJ5vl0JnggAFN7cHrR/XuDy3nLnfWs9fRudzhrpD8aVRtAfRvdzJguQ1p8eFDwG8ZOe0M7Hbg==
DownloadCount 000000
CreatedDate 2014-01-23T20:52:59

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install DocumentForms -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install DocumentForms -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package DocumentForms
Installing the package (HTTP Basic authentication):
Install-Package DocumentForms -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package DocumentForms -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package DocumentForms

OpenWrap

Installing the package:
o add-wrap DocumentForms
Uninstalling the package:
o remove-wrap DocumentForms

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.0
0.5.3-beta
0.5.2-beta
0.5.1-beta
0.5.0-beta
0.4.0-beta
0.3.4-beta
0.3.3-beta
0.3.2-beta
0.3.1-beta
0.3.0.0-beta
0.2.1.0