Artistic Style Plugin Code
Brings the famous Artistic Style code formatter to the Qt Creator IDE
Brought to you by:
lorenzhaas
File | Date | Author | Commit |
---|---|---|---|
astyle | 2013-12-13 |
![]() |
[3a1473] Update Artistic Style to version 2.04 |
src | 2013-12-15 |
![]() |
[0d84a5] Change argument's highlight color |
.gitignore | 2013-07-18 |
![]() |
[4a8238] Fix Url in README |
ArtisticStyle.pluginspec.in | 2013-12-12 |
![]() |
[55cc7d] Changes in order to compile with QtC 3.0 |
LICENSE_APACHE | 2013-02-18 |
![]() |
[0dc0dc] Initial commit |
LICENSE_GPL3 | 2013-02-18 |
![]() |
[0dc0dc] Initial commit |
LICENSE_LGPL2 | 2013-02-18 |
![]() |
[0dc0dc] Initial commit |
LICENSE_LGPL3 | 2013-02-18 |
![]() |
[0dc0dc] Initial commit |
README | 2013-07-18 |
![]() |
[4a8238] Fix Url in README |
artisticstyle.pro | 2013-02-18 |
![]() |
[0dc0dc] Initial commit |
artisticstyle_dependencies.pri | 2013-12-12 |
![]() |
[55cc7d] Changes in order to compile with QtC 3.0 |
astylestatic.pro | 2013-02-18 |
![]() |
[0dc0dc] Initial commit |
src.pro | 2013-12-15 |
![]() |
[5bc08c] Well, we want QtC 3.0 not 3.1.. |
Artistic Style Plugin ===================== Artistic Style Plugin is a full featured code pretty printer plugin for Qt Creator using the Artistic Style code formatter. For more information visit http://www.histomatics.de/proasp.php. License ======= Artistic Style Plugin is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation, version 3. (This license does not include the third-party components!) Copyright © 2010-2013 Lorenz Haas <asp@histomatics.de> Third-party Components ====================== Artistic Style Plugin includes the following third-party components – thanks to the authors who made this possible: * Qt. GNU Lesser General Public License version 2.1. --------------------- http://qt-project.org Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). Contact: http://www.qt-project.org/legal Commercial License Usage Licensees holding valid commercial Qt licenses may use this file in accordance with the commercial license agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Digia. For licensing terms and conditions see http://qt.digia.com/licensing. For further information use the contact form at http://qt.digia.com/contact-us. GNU Lesser General Public License Usage Alternatively, this file may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation and appearing in the file LICENSE.LGPL included in the packaging of this file. Please review the following information to ensure the GNU Lesser General Public License version 2.1 requirements will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. In addition, as a special exception, Digia gives you certain additional rights. These rights are described in the Digia Qt LGPL Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this package. GNU General Public License Usage Alternatively, this file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE.GPL included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. * Artistic Style. Version 2.02. GNU Lesser General Public License version 3. ------------------------------------- http://astyle.sourceforge.net All files are located in the folder called astyle. See astyle/LICENSE and astyle/README. Copyright (C) 2006-2011 by Jim Pattee <jimp03@email.com> Copyright (C) 1998-2002 by Tal Davidson <http://www.gnu.org/licenses/lgpl-3.0.html> This file is a part of Artistic Style - an indentation and reformatting tool for C, C++, C# and Java source files. <http://astyle.sourceforge.net> Artistic Style is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Artistic Style is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with Artistic Style. If not, see <http://www.gnu.org/licenses/>.