1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:08:10 +00:00
serenity/Userland/DevTools/HackStudio
Andreas Kling e076f9997f HackStudio: Remove "evaluate expression" dialog
This was built on Web::InProcessWebView which is going to be removed.
Since this feature wasn't really used or maintained, let's just remove
it for now, and it can be resurrected on top of OutOfProcessWebView if
someone finds it useful enough to do that work.
2022-04-06 19:35:07 +02:00
..
Debugger HackStudio: Remove "evaluate expression" dialog 2022-04-06 19:35:07 +02:00
Dialogs Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Git Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LanguageClients Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LanguageServers Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
AutoCompleteResponse.h Userland: Remove a few gratuitous IPC namespace qualifiers 2022-04-03 15:18:20 +01:00
ClassViewWidget.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ClassViewWidget.h Userland: Remove a bunch of unnecessary Vector imports 2022-01-28 23:40:25 +01:00
CMakeLists.txt HackStudio: Remove "evaluate expression" dialog 2022-04-06 19:35:07 +02:00
CodeDocument.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CodeDocument.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Editor.cpp HackStudio: Remove "evaluate expression" dialog 2022-04-06 19:35:07 +02:00
Editor.h HackStudio: Remove "evaluate expression" dialog 2022-04-06 19:35:07 +02:00
EditorWrapper.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
EditorWrapper.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FindInFilesWidget.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FindInFilesWidget.h HackStudio: Make FindInFilesWidget reset when opening new project 2021-08-22 10:30:06 +02:00
FindWidget.cpp HackStudio: Hide FindWidget on escape key press 2022-03-30 11:26:26 -04:00
FindWidget.gml HackStudio: Add FindWidget 2022-03-29 17:45:36 +02:00
FindWidget.h HackStudio: Add FindWidget 2022-03-29 17:45:36 +02:00
GMLPreviewWidget.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
GMLPreviewWidget.h HackStudio: Add GML Preview action tab 2021-07-29 11:33:16 +02:00
HackStudio.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
HackStudioWidget.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
HackStudioWidget.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Language.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Language.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LanguageClient.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LanguageClient.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Locator.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Locator.h DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
main.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Project.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Project.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ProjectBuilder.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ProjectBuilder.h HackStudio: Put the Build directory inside the Serenity repository 2022-02-12 11:51:48 +01:00
ProjectDeclarations.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ProjectDeclarations.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ProjectFile.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ProjectFile.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ProjectTemplate.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ProjectTemplate.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TerminalWrapper.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TerminalWrapper.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ToDoEntries.cpp HackStudio: Clear ToDo entries upon opening new project 2021-08-22 10:30:06 +02:00
ToDoEntries.h HackStudio: Clear ToDo entries upon opening new project 2021-08-22 10:30:06 +02:00
ToDoEntriesWidget.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ToDoEntriesWidget.h HackStudio: Clear ToDo entries upon opening new project 2021-08-22 10:30:06 +02:00