Spent a several hours to compile this stuff, due to lack information in README about:
- fetching externals like git submodules;
- required cmake version greater than 3.12;
- used QTCreator should be with plugin dev stuff (not a part of Qt pack).
And after compiling and running QTCreator with given plugin, preview window is not showed (by clicking on *.md file "Open With -> Mark Down Edit_View") and when you try to open preview in "Split Side by Side" mode QTCreator totally crashes with segmentation fault:
nikolay@nikolay-Lenovo-ideapad-700-15ISK:~/Programs/qtcreator-4.15.2/bin$ ./qtcreator -pluginpath /home/nikolay/Projects/My/MarkdownEditView/build/lib/qtcreator/plugins
QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
ConnectionServer error: "QLocalSocket: Remote closed" "/tmp/QtCreator-xUvyyS/ClangBackEnd-7699"
Segmentation fault (core dumped)
Spent a several hours to compile this stuff, due to lack information in README about:
And after compiling and running QTCreator with given plugin, preview window is not showed (by clicking on *.md file "Open With -> Mark Down Edit_View") and when you try to open preview in "Split Side by Side" mode QTCreator totally crashes with segmentation fault:
nikolay@nikolay-Lenovo-ideapad-700-15ISK:~/Programs/qtcreator-4.15.2/bin$ ./qtcreator -pluginpath /home/nikolay/Projects/My/MarkdownEditView/build/lib/qtcreator/plugins
QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
ConnectionServer error: "QLocalSocket: Remote closed" "/tmp/QtCreator-xUvyyS/ClangBackEnd-7699"
Segmentation fault (core dumped)