Jacek Nowacki

Results 67 comments of Jacek Nowacki

@dail8859: hey, I discovered how to reproduce it. Well. I even wrote here about that and I was waiting for response, but it looks like I did not press the...

AFAIK the answer to > what kind of signals are generated in the application itself is "none". Random source: https://stackoverflow.com/questions/15766036/sigkill-signal-handling

> According to https://github.com/dail8859/NotepadNext/pull/264#issuecomment-1366923013 on Linux it is saved to ~/.local/share/NotepadNext/NotepadNext/session/ Right. It's there. And it's updated only on proper shutdown, so if I close the app with some data...

My current problem: I want to write custom data into clipboard. `setData` of `QMimeData` is now missing: https://github.com/nodegui/nodegui/blob/1b3478e0cb884de8e1e86d1b15bc62f807f7e7c1/src/cpp/include/nodegui/QtCore/QMimeData/qmimedata_wrap.h#L37 And `QClipboard` should of course support `setMimeData` -- Still, that's just one...

@J-Cake I already considered this one, quoting myself: > Creating a "starter script", that will try to decide if I should run the app with node or qode (and replace...

Yeah, if I remember well that's what I was doing. I paused the project, so I don't remember well. Thanks for your suggestions.

It's tempting but I don't have time to learn all the details about c++. So many ideas, so little time to implement them. So I just hope this project can...