Plugin for the Qt Creator IDE to use Artistic Style.
Categories
Software DevelopmentLicense
GNU General Public License version 3.0 (GPLv3)Follow ArtisticStylePlugin
Other Useful Business Software
Auth0 B2B Essentials: SSO, MFA, and RBAC Built In
Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
Rate This Project
Login To Rate This Project
User Reviews
-
Version 0.6 Using current trunk for QtCreator (2.4.82) following changes were required to make it build on Ubuntu 11.10: - files artisticstyleplugin.cpp and artisticstyleoptionpage.h: #include <app/app_version.h> // for IDE_VERSION_MAJOR and IDE_VERSION_MINOR #if (IDE_VERSION_MAJOR == 2 && IDE_VERSION_MINOR == 1) replaced everywhere with #if (IDE_VERSION_MAJOR*1000+IDE_VERSION_MINOR >= 2001) hackish. - file artisticstyleoptionpage.cpp: #include <QIcon> Otherwise works like a charm. Thanks to authors for sharing. Later: artisticstyleplugin.cpp, around line 310: .cc is another common extension; it is currently filtered out. Maybe user should be informed with a message when the file is rejected because of its type; making this an option could also work.