1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 03:55:08 +00:00
serenity/Userland/DevTools/HackStudio
2022-04-18 12:57:34 +02:00
..
Debugger HackStudio: Remove "evaluate expression" dialog 2022-04-06 19:35:07 +02:00
Dialogs HackStudio: Fix inverted condition when trying to create directories 2022-04-11 16:44:36 +02:00
Git LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02: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: Allow customizing the actions of the Build & Run buttons 2022-04-15 00:15:04 +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 LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
EditorWrapper.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FindInFilesWidget.cpp LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02: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 HackStudio: Remember if the user wants to see dotfiles between sessions 2022-04-15 00:15:04 +02:00
HackStudioWidget.h HackStudio: Add a "Project Configuration" button in the Edit menu 2022-04-15 00:15:04 +02: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 Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
Project.cpp HackStudio: Allow customizing the actions of the Build & Run buttons 2022-04-15 00:15:04 +02:00
Project.h HackStudio: Allow customizing the actions of the Build & Run buttons 2022-04-15 00:15:04 +02:00
ProjectBuilder.cpp HackStudio: Allow customizing the actions of the Build & Run buttons 2022-04-15 00:15:04 +02:00
ProjectBuilder.h HackStudio: Allow customizing the actions of the Build & Run buttons 2022-04-15 00:15:04 +02:00
ProjectConfig.cpp HackStudio: Allow customizing the actions of the Build & Run buttons 2022-04-15 00:15:04 +02:00
ProjectConfig.h HackStudio: Allow customizing the actions of the Build & Run buttons 2022-04-15 00:15:04 +02: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 HackStudio: Use Core::System::exec() 2022-04-11 21:09:42 +02: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 LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
ToDoEntriesWidget.h HackStudio: Clear ToDo entries upon opening new project 2021-08-22 10:30:06 +02:00