This is a library for integrating the Acrolinx Sidebar into a Windows C++ application.
See: Build With Acrolinx
Acrolinx Sidebar Web Live Demo
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.
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:
- Build With Acrolinx,
- the Guidance for the Development of Acrolinx Integrations,
- the Acrolinx SDKs, and
- the Acrolinx Demo Projects.
Also note that "Visual C++ 2017 redistributable x86" is a run time requirement. Download from Microsoft
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
See: Sidebar demo.
- Provides lookup functionality.
- Start page: Provides interactive way to sign in to Acrolinx with built-in error handling.
- Provides logging using Plog v1.1.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]
- Registry path:
- Acrolinx Adapter: Provides reusable functionality for all integrations.
⚠️ Sidebar v14 is getting deprecated
The process to update your existing integration is straightforward and involves the following steps:
-
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.
-
Remove the Initialization Config (Optional): If your current implementation includes the initialization config
MinimumSidebarVersion=14.x.x
, we recommend removing this configuration.
- The Sidebar DEMO C++ is built based on this SDK.
- The Sidebar SDKs are based on the Acrolinx Sidebar Interface.
- RapidJSON for JSON utility. RapidJSON is licensed under the MIT License and Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. You can get the source here.
- Plog v1.1.4 for logging utility. Plog is licensed under the MPL-2.0 License and Copyright (c) 2016 Sergey Podobry (sergey.podobry@gmail.com). You can get the source here.
- Wix Toolset v3.11.2 for simple installer. Wix Toolset is licensed under the MS-RL. The Wix Toolset website is at wixtoolset.org.
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