serenity/Userland/DevTools/HackStudio
Liav A. d46be35f3f Userland: Move Shell code to be in a library directory
This change ensures that users can use LibShell easily understand this
library now, because we have an actual library directory.

In addition to that, we move the test scripts to Tests/LibShell, to
match the usual pattern of putting test-related files in the Tests/
directory.
2024-10-04 10:56:27 +02:00
..
Debugger HackStudio: Use AK::unwind_stack_from_frame_pointer 2024-05-14 14:02:06 -06:00
Dialogs LibGUI+Everywhere: Rename the 'style' frame property to 'frame_style' 2024-04-30 17:46:41 -06:00
Git Hackstudio: Add a window title when diff is opened 2024-06-09 14:13:29 -04:00
LanguageClients
LanguageServers
AutoCompleteResponse.h
ClassViewWidget.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
ClassViewWidget.h
CMakeLists.txt Meta+Userland: Make LibELF a proper library on Serenity 2024-04-26 19:08:13 -06:00
CodeDocument.cpp
CodeDocument.h
DeclarationsModel.cpp
DeclarationsModel.h
Editor.cpp Userland: Move Shell code to be in a library directory 2024-10-04 10:56:27 +02:00
Editor.h
EditorWrapper.cpp
EditorWrapper.h
FindInFilesWidget.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
FindInFilesWidget.h
GMLPreviewWidget.cpp
GMLPreviewWidget.h
HackStudio.h
HackStudioWidget.cpp Hackstudio: Add a window title when diff is opened 2024-06-09 14:13:29 -04:00
HackStudioWidget.h
LanguageClient.cpp LibIPC+Userland: Make IPC::File always own its file descriptor 2024-04-19 06:34:07 -04:00
LanguageClient.h
Locator.cpp
Locator.h
main.cpp
Project.cpp
Project.h AK+Userland: Remove NOESCAPE 2024-05-22 21:55:34 -06:00
ProjectBuilder.cpp Userland: Avoid some now-unneeded explicit conversions to Bytes 2024-04-04 11:23:21 +02:00
ProjectBuilder.h AK+Userland: Remove NOESCAPE 2024-05-22 21:55:34 -06:00
ProjectConfig.cpp
ProjectConfig.h
ProjectDeclarations.cpp Everywhere: Mark a bunch of function parameters as NOESCAPE 2024-04-09 09:10:44 +02:00
ProjectDeclarations.h
ProjectFile.cpp
ProjectFile.h
ProjectTemplate.cpp
ProjectTemplate.h Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
TerminalWrapper.cpp
TerminalWrapper.h
ToDoEntries.cpp
ToDoEntries.h
ToDoEntriesWidget.cpp
ToDoEntriesWidget.h