Skip to content

DocumentUltimate v4.8.5

Compare
Choose a tag to compare
@GleamTech GleamTech released this 08 Aug 17:15
· 81 commits to master since this release

Version 4.8.5 - August 8, 2019

  • Added: TextSelected and TextCopied client-side events. TextSelected is raised when user selects text in the document and
    TextCopied is raised when user copies the selected text in the document. Copying to clipboard with popup menu or keyboard shortcut
    (e.g. CTRL + C) will both be detected.

  • Fixed: Forgot to update the other jQuery lib used to the latest safe version (there are 2 of them, one bundled and one standalone).

  • Fixed: Some parts of the documentation (web and chm) was wrongly generated: Enums were displayed like classes and some inherited
    members had unresolved long names.

  • Improved: Impersonation level (if available) will also be displayed in "Access Denied" error messages and
    in EnvironmentEx.CurrentIdentity (e.g. "Domain\User (Impersonation)") for better troubleshooting insufficent permission issues.

  • Improved: Detailed error messages when HttpContext does not exist due to not being hosted at all or not being hosted correctly.

Included example projects:

  • ASP.NET WebForms (C#)
  • ASP.NET WebForms (VB)
  • ASP.NET MVC (C#)
  • ASP.NET MVC (VB)
  • ASP.NET Core (C#)