CodeEditApp/CodeEdit

🐞 Open Recent menu is always empty

austincondiff opened this issue · 8 comments

Description

The open recent menu does not ever contain any items. This menu should include items shown in the Welcome Window recents list.

Edit: It seems like after opening aa file or folder, it will add it to this menu. Upon closing and reopening it takes a while to repopulate this recents menu with the items opened in the last session. Sometimes it clears this menu altogether somewhere between sessions.

To Reproduce

  1. Open CodeEdit
  2. Open the File menu
  3. Hover over Open Recent
  4. Notice no items are in the menu

Expected Behavior

Items should be in the open recent menu

Version Information

No response

Additional Context

No response

Screenshots

image

I'm new to this project. I can't seem to replicate the issue.

Like I said in my edit in the description above, when quitting and reopening CodeEdit, it seems like sometimes it clears this menu.

Is this issue being worked on?

Not currently, would you like to pick it up?

Open workspace

Yeah, I would like to give it a try

@ElTitoDG were you able to get anywhere with this?

I have found that the Recent Menu is handled through the file “CommandFixes.swift” but from there I have not been able to reproduce the problem again, sorry.

Could it be that it has been fixed?