Installing "Artistics style" plugin....
-
wrote on 7 Aug 2022, 00:05 last edited by
http://astyle.sourceforge.net/
Now what ?
Where are these "archives" ?I believed I am installing ( from) "source" downloaded file..
What is missing ?
-
wrote on 7 Aug 2022, 07:28 last edited by
Beautifying Source Code
You are not installing a Qt Creator plugin.
You download and install the Artistic Style software, then you enable the Beautifier plugin that is already present in Qt Creator.Installation of Artistic Style can be done by building and installing the source code you have downloaded or by installing it from your Linux distribution's repository, e.g.
sudo apt install astyle
or equivalent -
Beautifying Source Code
You are not installing a Qt Creator plugin.
You download and install the Artistic Style software, then you enable the Beautifier plugin that is already present in Qt Creator.Installation of Artistic Style can be done by building and installing the source code you have downloaded or by installing it from your Linux distribution's repository, e.g.
sudo apt install astyle
or equivalentwrote on 7 Aug 2022, 20:22 last edited by -
wrote on 7 Aug 2022, 21:19 last edited by ChrisW67 8 Jul 2022, 21:20
You are not installing a Qt Creator plugin: stop trying to do that
- Install Artistic Style :
sudo apt install astyle
- Enable the Beautifier plugin that is already present in Qt Creator.
The steps are in the page I linked the first time.
- Install Artistic Style :
-
You are not installing a Qt Creator plugin: stop trying to do that
- Install Artistic Style :
sudo apt install astyle
- Enable the Beautifier plugin that is already present in Qt Creator.
The steps are in the page I linked the first time.
wrote on 8 Aug 2022, 02:57 last edited by@ChrisW67 I get it - Qt Beautifier is actually astyle. Duh Now I have to figure out how to actually make it to "remove empty lines" in source file....
- Install Artistic Style :
-
@ChrisW67 I get it - Qt Beautifier is actually astyle. Duh Now I have to figure out how to actually make it to "remove empty lines" in source file....
wrote on 8 Aug 2022, 04:50 last edited by@AnneRanch The Beautifier plugin can use one of several different C/C++ code formatting tools. Artistic Style is just one of them.
-
5/6