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
Build Agents and Models on One Platform
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
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.