1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:48:11 +00:00
serenity/Userland
Lennon Donaghy 28b1e66b51 HackStudio: Properly close previous project when opening a new one
Previously files in the open files view would stay open from the
previous project, and files in the new project with the same name as
files in the old one would be inaccessible, with the old ones showing
up instead. Now all files and open editors are closed before a new
project is opened.

Fixes #9103
2021-08-01 09:17:02 +02:00
..
Applets Applets: Remove unused header includes 2021-08-01 08:10:16 +02:00
Applications Applications: Remove unused header includes 2021-08-01 08:10:16 +02:00
Demos Demos: Remove unused header includes 2021-08-01 08:10:16 +02:00
DevTools HackStudio: Properly close previous project when opening a new one 2021-08-01 09:17:02 +02:00
DynamicLoader DynamicLoader+LibELF: Move self-relocation code into a separate file 2021-07-27 13:15:16 +02:00
Games Breakout: Add menus before showing the window 2021-07-31 08:08:31 +02:00
Libraries Libraries: Remove unused header includes 2021-08-01 08:10:16 +02:00
Services Services: Remove unused header includes 2021-08-01 08:10:16 +02:00
Shell Shell: Don't assume that only the current shell may continue children 2021-07-17 02:00:24 +04:30
Utilities Utilities: Remove unused header includes 2021-08-01 08:10:16 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00