Skip to content

Restore changed file status in IDE

Phil Hughes requested to merge ide-open-file-bug into master

What does this MR do?

Restores the state of changed & open files when closing & re-opening folders. Previously if you changed a file & then closed it, closed the folder, re-opened the folder it would forget about it's previous state. This now checks for this state & uses this instead of creating any new objects.

Also fixes a bug with the new file dropdown triggering a row click instead.

Edited by Phil Hughes

Merge request reports