Skip to content

Latest commit

 

History

History
102 lines (68 loc) · 5.4 KB

README.md

File metadata and controls

102 lines (68 loc) · 5.4 KB

Acrolinx Sidebar Windows C++ SDK

GitHub Actions Quality Gate Status

This is a library for integrating the Acrolinx Sidebar into a Windows C++ application.

See: Build With Acrolinx

Live Demo

Acrolinx Sidebar Web Live Demo

The Acrolinx Sidebar

The Acrolinx Sidebar is designed to show up beside the window where you edit your content. You use it for checking, reviewing, and correcting your content. To get an impression what the Sidebar looks like in existing integrations, have a look at Sidebar Quick Start.

Prerequisites

Please contact Acrolinx SDK support for consulting and getting your integration certified. This sample works with a test license on an internal Acrolinx URL. This license is only meant for demonstration and developing purposes. Once you finished your integration, you'll have to get a license for your integration from Acrolinx.

Acrolinx offers different other SDKs, and examples for developing integrations.

Before you start developing your own integration, you might benefit from looking into:

Also note that "Visual C++ 2017 redistributable x86" is a run time requirement. Download from Microsoft

Using the SDK

For simplified development experience get SDK from Nuget

Make sure to register the DLL before executing your application.

For handy registration you can use this utility

Getting Started

See: Sidebar demo.

SDK Features

  1. Provides lookup functionality.
  2. Start page: Provides interactive way to sign in to Acrolinx with built-in error handling.
  3. Provides logging using Plog v1.1.4.
  4. Acrolinx Storage: The SDK uses its own storage mechanism using the Windows registry.
    • Registry path: HKCU\Software\Acrolinx\Plugins\Storage\AcrolinxStorage\[KEY]
    • Fallback path: HKLM\Software\Acrolinx\Plugins\Storage\AcrolinxStorage\[KEY]
  5. Acrolinx Adapter: Provides reusable functionality for all integrations.

Deprecation

⚠️ Sidebar v14 is getting deprecated

The process to update your existing integration is straightforward and involves the following steps:

  1. Update to the Latest SDK Version: Please ensure that you’ve updated to the latest SDK version. The most recent version can be found on our Nuget package page here.

  2. Remove the Initialization Config (Optional): If your current implementation includes the initialization config MinimumSidebarVersion=14.x.x, we recommend removing this configuration.

References

License

Copyright 2018-present Acrolinx GmbH

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

For more information visit: https://www.acrolinx.com