dail8859

Results 249 comments of dail8859

> you just need to open this branch and open VisualStudio I use QtCreator, but think it would be similar. > (you cannot add an out of source CMake, at...

I started this project years ago and qmake was the build system of choice for Qt based projects. Qt Creator also has much better cmake support, plus as you mentioned...

> Ported all code to compile under Qt6/CMake I think Qt6 is the right choice. I haven't decided yet when to move official distribution to Qt6 but it is definitely...

Maintaining both Qt5 and Qt6 would be nice but if it makes things easier then I'd say don't worry about Qt5 for now. At some point Qt5 will be dropped...

@elcuco I appreciate all the hard work and effort you've put into this. I knew cmake would be no easy task...especially given all the hurdles you've described. When I get...

I can reproduce it as well. Looks like it is related to zero length matches.

I think the translation files need listed as an install target here: https://github.com/dail8859/NotepadNext/blob/356eebee6054f4a0999b2f7e5d9ee6523ff53544/src/NotepadNext/NotepadNext.pro#L204-L219

For reference, QOwnNotes installs the translation files with the INSTALLS target: https://github.com/pbek/QOwnNotes/blob/9b2df420d4c7060651f730172b2a0efca8eeb833/src/QOwnNotes.pro#L378-L408

@eson57 I think I finally have a fix for this. You can download a zip of the AppImage to try [here](https://github.com/dail8859/NotepadNext/suites/7213471859/artifacts/288809663).

@eson57 Ok, thanks for trying it out. I'll see if I can find the root cause.