1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 07:37:44 +00:00
serenity/Userland/DevTools
Algot Axelzon fa9f5c9799 HackStudio: Make actions with project tree selections work as expected
Creating a file while having a file or directory selected will now
create the file under the selected directory, or in same directory as
a selected file.
Creating directories works the same way.

Right click -> Open on selected files will now open the selected files.

Deleting selected files will now delete the selected files.

As suggested by sagefarrenholz this was accomplished by adding a private
function HackStudioWidget::selected_file_paths() that returns a
Vector<String> of the current project tree selection.

Function HackStudioWidget::selected_file_names() is removed due to not being used.
2021-04-09 09:32:04 +02:00
..
HackStudio HackStudio: Make actions with project tree selections work as expected 2021-04-09 09:32:04 +02:00
Inspector Userland: Turn all application menus into window menus :^) 2021-03-25 22:14:09 +01:00
IPCCompiler Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Playground FontEditor+TextEditor+Playground: Refuse to load device files 2021-03-30 11:29:52 +02:00
Profiler Userland: Turn all application menus into window menus :^) 2021-03-25 22:14:09 +01:00
UserspaceEmulator UE: only write libc and libsystem location once 2021-04-08 23:57:16 +02:00
CMakeLists.txt DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00