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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.