#177 ✓resolved
Felipe Coury

Wrong behavior with Go to File dialog

Reported by Felipe Coury | March 7th, 2010 @ 11:02 PM

Go to File dialog (Cmd+T in Mac OS or Ctrl+T in Windows) should toggle between last edited files. The expected befavior is to always insert the file the user was editing before opening the dialog at the top of the list (head) and the new open file at the bottom, keeping the rest of the list intact.

Here's a brief example:

  • User opens file1 => Go to files should show "file1"
  • User opens file2 => Go to files should show "file1,file2"
  • User opens file3 => Go to files should show "file2,file1,file3"
  • User opens file4 => Go to files should show "file3,file2,file1,file4"

This logic was implemented before but it seems it got completely overwritten somehow.

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

A programmer's text editor for Gnome.

People watching this ticket

Tags

Pages