You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
In the example commands I have already documented it with git clone --recursive -j8 https://github.com/erdinc09/MarkdownEditView.git
required cmake version greater than 3.12;
I fixed it, sorry. To 3.18.3 version.
used QTCreator should be with plugin dev stuff (not a part of Qt pack).
It is already documented in QtCreator plugin build commands, but I also updated the readme with all commands. Please see the how-to-build section. Does it seem OK now?
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:
I have published a release for 4.15.2 version. I tested it in MacOS, it works. Have you installed the dependencies which is explained in how-to-install section?
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)
The text was updated successfully, but these errors were encountered: