mb21 / panwriter

Markdown editor with pandoc integration and paginated preview.
https://PanWriter.com
GNU General Public License v3.0
1.03k stars 49 forks source link

Open Recent menu doesn't show recent documents #18

Closed AdamIsrael closed 3 years ago

AdamIsrael commented 4 years ago

Version: 0.6.3 (AppImage)

The File -> Open Recent menu doesn't show after the application is restarted.

Steps to reproduce:

  1. Open PanWriter
  2. Open a Markdown file
  3. Close PanWriter
  4. Re-open PanWriter
mb21 commented 4 years ago

Ah yes, I think that's a race condition that I've been meaning to fix for some time... it doesn't always happen, right? only sometimes...

kris10ansn commented 3 years ago

This happens every time. If i have a window open and open files, without closing all the windows, they will show up in the open recent menu, but if i close the windows the menu is cleared. I have the aur package.

kris10ansn commented 3 years ago

Update: installed appimage from the github releases. The open recent menu is empty at first, but if i open a file all the entries appear.

mb21 commented 3 years ago

Thanks for the update. Yes, this should be fixed as part of a major refactor I'm currently working on in the ts branch... but there's still quite a bit of work required...

mb21 commented 3 years ago

Okay, this should be fixed in 0.8.0.

I've published a RC (release candidate) version, that hopefully doesn't have too many other bugs: https://github.com/mb21/panwriter/releases Happy testing! ;-)