GithubHelp home page GithubHelp logo

wpf-helpers's Introduction

SDL-Community-WPF-Helpers

The SDL Community WPF Helpers is a collection of helper functions. It simplifies and demonstrates common developer tasks building SDL Studio plugins.

Supported platforms

  • .NET 4.7 (Desktop / Server)
  • Windows 7 / 8 / 8.1 /10 Store Apps
  • SDL Studio 2019 or later

Getting started

This libraries are build on top of SDL Studio APIs and thus using them also requires having SDL Studio installed.

  1. Install Visual Studio 2017 or later. The community edition is available for free here.

  2. Open the solution for an existing SDL Studio plugin or create a new one.

  3. In Solution Explorer panel, right click on your project name and select Manage NuGet packages. Search for Sdl.CommunityWpfHelpers, and choose your desired NuGet Packages from the list.

  4. In your C# class, add the namespaces to the Sdl.CommunityWpfHelpers, for example:

using Sdl.CommunityWpfHelpers
  1. Use the extensions for existing API classes.

Nuget Packages

NuGet is a standard package manager for .NET applications that is built into Visual Studio. From your open solution choose the Tools menu, NuGet Package Manager, Manage NuGet packages for solution... to open the UI. Enter one of the package names below to search for it online.

NuGet Package Name description
Sdl.CommunityWpfHelpers NuGet package which includes helper methods to build common WPF functions for Studio plugins.

Features

  • Helper functions for working with Commands, Converters, Window behaviors

Feedback and Requests

Please use GitHub issues for questions or comments.

Principles

  • Principle #1: The Sdl.CommunityWpfHelpers will be kept simple.
  • Principle #2: As soon as a comparable feature is available in the SDL Studio, it will be marked as deprecated.
  • Principle #3: All features will be supported for the latest SDL Studio release cycles or until another principle supersedes it.

wpf-helpers's People

Contributors

cromica avatar ealbu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.