Open source ....
-
Could somebody with experience analyzing Qt Open source code help me to find actual code for "code formatter / beautifier " .
At least give me some pointers where to start looking - github link ?
Is https://github.com/qt/qtbase good place to start ?.I am actually looking for "plugin" formatter which implements "remove blank lines from file " . In my former IDE such "feature" is implemented externally using "art (something)" plug-in application - real name escapes me.
(And for the benefit of some who keep track of my posts - yes I have asked this before AND GOT NOWHERE. )
-
@AnneRanch said in Open source ....:
Could somebody with experience analyzing Qt Open source code help me to find actual code for "code formatter / beautifier " .
At least give me some pointers where to start looking - github link ?
Is https://github.com/qt/qtbase good place to start ?.The Beautifier is in Qt Creator IDE.
qtbase
contains Qt libraries, not the Qt Creator IDE.https://github.com/qt-creator/qt-creator/tree/master/src/plugins/beautifier
yes I have asked this before AND GOT NOWHERE.
You can add a link to your original post here.
-
J JonB referenced this topic on