SIL.Windows.Forms
10.0.0
Prefix Reserved
Install-Package SIL.Windows.Forms -Version 10.0.0
dotnet add package SIL.Windows.Forms --version 10.0.0
<PackageReference Include="SIL.Windows.Forms" Version="10.0.0" />
paket add SIL.Windows.Forms --version 10.0.0
#r "nuget: SIL.Windows.Forms, 10.0.0"
// Install SIL.Windows.Forms as a Cake Addin
#addin nuget:?package=SIL.Windows.Forms&version=10.0.0
// Install SIL.Windows.Forms as a Cake Tool
#tool nuget:?package=SIL.Windows.Forms&version=10.0.0
SIL.Windows.Forms contains Windows Forms classes for UI elements (controls and dialogs) that are commonly used across various SIL applications. SIL.Windows.Forms is similar to SIL.Core in that it does not contain classes that are specific to any domain.
Product | Versions |
---|---|
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
-
.NETFramework 4.6.1
- DialogAdapters.Gtk2 (>= 0.1.11)
- Enchant.Net (>= 1.4.2)
- L10NSharp (>= 5.0.0)
- Markdig.Signed (>= 0.30.2)
- Mono.Unix (>= 7.1.0-final.1.21458.1)
- SIL.Core (>= 10.0.0)
- SIL.Core.Desktop (>= 10.0.0)
- SIL.WritingSystems (>= 10.0.0)
- TagLibSharp (>= 2.2.0)
NuGet packages (9)
Showing the top 5 NuGet packages that depend on SIL.Windows.Forms:
Package | Downloads |
---|---|
SIL.Windows.Forms.GeckoBrowserAdapter
SIL.Windows.Forms.GeckoBrowserAdapter provides the GeckoFx implementation of the SIL.Windows.Forms.HtmlBrowser.IWebBrowser interface (defined in SIL.Windows.Forms). This allows the use of the Gecko engine as a browser control in Windows Forms applications through the SIL.Windows.Forms.HtmlBrowser.XWebBrowser class. |
|
SIL.Windows.Forms.WritingSystems
SIL.Windows.Forms.WritingSystems contains Windows Forms UI elements for displaying and editing writing systems as defined by the SIL.WritingSystems assembly. |
|
SIL.Windows.Forms.DblBundle
Package Description |
|
SIL.Archiving
SIL.Archiving contains Windows Forms UI elements and classes for archiving data to REAP using the RAMP application. |
|
SIL.Windows.Forms.Scripture
SIL.Windows.Forms.Scripture contains Windows Forms UI elements for displaying Scripture. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
10.0.0 | 92 | 8/4/2022 |
10.0.0-beta0089 | 27 | 8/4/2022 |
10.0.0-beta0087 | 31 | 8/4/2022 |
10.0.0-beta0081 | 156 | 7/28/2022 |
10.0.0-beta0079 | 52 | 7/25/2022 |
10.0.0-beta0075 | 44 | 7/25/2022 |
10.0.0-beta0074 | 36 | 7/25/2022 |
10.0.0-beta0072 | 40 | 7/22/2022 |
10.0.0-beta0068 | 29 | 7/22/2022 |
10.0.0-beta0067 | 40 | 7/19/2022 |
10.0.0-beta0066 | 56 | 7/15/2022 |
10.0.0-beta0064 | 44 | 7/14/2022 |
10.0.0-beta0063 | 62 | 7/14/2022 |
10.0.0-beta0060 | 57 | 7/14/2022 |
10.0.0-beta0058 | 53 | 7/13/2022 |
10.0.0-beta0056 | 42 | 7/13/2022 |
10.0.0-beta0054 | 49 | 7/12/2022 |
10.0.0-beta0050 | 41 | 7/12/2022 |
10.0.0-beta0048 | 48 | 7/11/2022 |
10.0.0-beta0044 | 40 | 7/11/2022 |
10.0.0-beta0042 | 46 | 7/7/2022 |
10.0.0-beta0039 | 56 | 7/6/2022 |
10.0.0-beta0033 | 45 | 7/1/2022 |
10.0.0-beta0029 | 43 | 6/30/2022 |
10.0.0-beta0026 | 42 | 6/29/2022 |
10.0.0-beta0025 | 43 | 6/28/2022 |
10.0.0-beta0023 | 86 | 6/16/2022 |
10.0.0-beta0021 | 40 | 6/14/2022 |
9.0.1-beta0015 | 300 | 6/10/2022 |
9.0.1-beta0014 | 59 | 6/9/2022 |
9.0.1-beta0013 | 53 | 6/8/2022 |
9.0.1-beta0011 | 52 | 6/7/2022 |
9.0.1-beta0010 | 54 | 6/7/2022 |
9.0.1-beta0007 | 50 | 6/7/2022 |
9.0.1-beta0006 | 49 | 6/6/2022 |
9.0.1-beta0004 | 51 | 6/6/2022 |
9.0.1-beta0003 | 51 | 6/3/2022 |
9.0.0 | 170 | 6/3/2022 |
8.0.0 | 1,066 | 3/4/2021 |
7.0.0 | 302 | 8/29/2019 |
Changes since version 9.0.0
Added:
- [SIL.Windows.Forms] Added extension method InitializeWithAvailableUILocales.
- [SIL.Windows.Forms] Added LocalizationIncompleteDlg and LocalizationIncompleteViewModel classes
- [SIL.Windows.Forms] Added property SummaryDisplayMember to CheckedComboBox.
- [SIL.Core] ErrorReport now has a GetErrorReporter() getter function.
- [SIL.Core] ErrorReport exposes a NotifyUserOfProblemWrapper() protected function, which is designed to make it easier for subclasses to add additional NotifyUserOfProblem options
- [SIL.Core] Added AltImplGetUnicodeCategory function to StringExtensions
- [SIL.WritingSystems] Added static class IcuUCharCategoryExtensions with a method ToUnicodeCategory to translate from Character.UCharCategory to System.Globalization.UnicodeCategory.
- [SIL.Windows.Forms.Scripture] Added event InvalidReferencePasted to VerseControl, which is fired whenever an attempt to paste an invalid scripture reference is made.
Changed:
- [SIL.Windows.Forms.WritingSystems] Moved (internal) extension method InitializeWithAvailableUILocales to SIL.Windows.Forms.
- [SIL.Windows.Forms.WritingSystems] Added additional optional localizationIncompleteViewModel parameter to ToolStripExtensions.InitializeWithAvailableUILocales.
- [SIL.Core] If NotifyUserOfProblem is called with a null exception, it will no longer call UsageReporter.ReportException
- Replace deprecated `Mono.Posix` dependency with `Mono.Unix` (#1186)
Removed:
- Removed the "new" DisplayMember property from CheckedComboBox (which overrode the base class member). I don't believe this is a breaking change.
See full changelog at https://github.com/sillsdev/libpalaso/blob/master/CHANGELOG.md