Dmitriy Belyaev

Results 31 comments of Dmitriy Belyaev

@t3hgerg can you add more info, please? Which application version, more details on "I update system", are you sure that is has something to do with hakchi and not a...

@allybear4565 did @leo60228's answer solve your problem?

@emahuni you mean change default font for 'editor' and 'HTML Preview' windows instead of 'Times New Roman'?

@klonos, @yaomtc Thanks for your input, guys. This functionality is already implemented and available in `develop` branch, but still to be released. ![lines_editor](https://cloud.githubusercontent.com/assets/6915328/21963191/3eebd1dc-db36-11e6-95a9-a68b77899a31.png) ![lines_options](https://cloud.githubusercontent.com/assets/6915328/21963192/416f9362-db36-11e6-8550-f6eddd0c15db.png)

@snnn QtWebEngine currently [does not support MinGW](https://bugreports.qt.io/browse/QTBUG-42725) compiler, so if we switch to it, we will not be able to use MinGW version of Qt, isnt it?

@BsNoSi , currently CuteMarkEd is using default settings read\write routines implemented by `QSettings` class. On Windows platform by default it will save settings to system registry, that is why when...

Origin to this prolbem is the same as in #312.

@nicorac yes, but missing images and math formulas originates from changes done to PDF export logic. I have submitted hotfix to @cloose. Unfortunately, this hotfix (#315) will revert us to...

@fanrongqitiancai Did you checked out sub-modules?

@cloose, yes it is. unfortunately passing html to QTextDocument will not render images generated by scripts in html (like Math and Mermaid diagram). So, I suppose it is better to...