1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 21:05:06 +00:00
serenity/Userland/DevTools/HackStudio
2022-03-20 22:20:59 +01:00
..
Debugger DevTools+LibJS+LibWeb: Change class_name to use StringView 2022-03-19 00:20:46 +00:00
Dialogs DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
Git LibGfx: Rename Color::from_rgba() => Color::from_argb() 2022-03-04 23:40:21 +01:00
LanguageClients HackStudio: Rename HackStudio::ServerConnection=>ConnectionToServer 2022-02-25 22:35:12 +01:00
LanguageServers Everywhere: Move cpp-tests under /home/anon/Tests 2022-03-20 22:20:59 +01:00
AutoCompleteResponse.h LibGUI+HackStudio: Add TokenInfo struct for language-server IPC 2022-02-09 00:51:31 +01:00
ClassViewWidget.cpp HackStudio: Add comment about lexicographical insertion to ClassView 2021-06-04 19:29:22 +02:00
ClassViewWidget.h Userland: Remove a bunch of unnecessary Vector imports 2022-01-28 23:40:25 +01:00
CMakeLists.txt HackStudio: Add ProjectBuilder component 2022-01-12 14:55:19 +01:00
CodeDocument.cpp DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
CodeDocument.h DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
Editor.cpp HackStudio: Move editors inside tab widgets 2022-03-16 14:36:46 +01:00
Editor.h DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
EditorWrapper.cpp HackStudio: Move editors inside tab widgets 2022-03-16 14:36:46 +01:00
EditorWrapper.h HackStudio: Move editors inside tab widgets 2022-03-16 14:36:46 +01:00
FindInFilesWidget.cpp HackStudio: Adjust heights for Locator and Find widgets 2022-02-24 19:09:41 +01:00
FindInFilesWidget.h HackStudio: Make FindInFilesWidget reset when opening new project 2021-08-22 10:30:06 +02:00
GMLPreviewWidget.cpp HackStudio: Add GML Preview action tab 2021-07-29 11:33:16 +02:00
GMLPreviewWidget.h HackStudio: Add GML Preview action tab 2021-07-29 11:33:16 +02:00
HackStudio.h HackStudio: Rename HackStudio::ServerConnection=>ConnectionToServer 2022-02-25 22:35:12 +01:00
HackStudioWidget.cpp HackStudio: Move editors inside tab widgets 2022-03-16 14:36:46 +01:00
HackStudioWidget.h HackStudio: Move editors inside tab widgets 2022-03-16 14:36:46 +01:00
Language.cpp HackStudio: Hookup git commit message detection and highlighting 2022-01-18 09:01:16 +01:00
Language.h HackStudio: Hookup git commit message detection and highlighting 2022-01-18 09:01:16 +01:00
LanguageClient.cpp HackStudio: Rename HackStudio::ServerConnection=>ConnectionToServer 2022-02-25 22:35:12 +01:00
LanguageClient.h HackStudio: Rename HackStudio::ServerConnection=>ConnectionToServer 2022-02-25 22:35:12 +01:00
Locator.cpp HackStudio: Adjust heights for Locator and Find widgets 2022-02-24 19:09:41 +01:00
Locator.h DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
main.cpp HackStudio: Open by default the last opened project if not specified 2022-02-21 16:31:56 +01:00
Project.cpp HackStudio: Add Project::project_is_serenity() function 2022-01-12 14:55:19 +01:00
Project.h HackStudio: Add Project::project_is_serenity() function 2022-01-12 14:55:19 +01:00
ProjectBuilder.cpp HackStudio: Search for libraries definitions in Userland/ 2022-03-19 22:02:44 +01:00
ProjectBuilder.h HackStudio: Put the Build directory inside the Serenity repository 2022-02-12 11:51:48 +01:00
ProjectDeclarations.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
ProjectDeclarations.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ProjectFile.cpp HackStudio: Remove unused includes 2021-06-02 23:15:52 +01:00
ProjectFile.h AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
ProjectTemplate.cpp LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods 2022-02-16 19:49:41 -05:00
ProjectTemplate.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
TerminalWrapper.cpp HackStudio: Propagate error from TerminalWrapper 2022-03-02 18:08:05 +01:00
TerminalWrapper.h HackStudio: Propagate error from TerminalWrapper 2022-03-02 18:08:05 +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 HackStudio: Clear ToDo entries upon opening new project 2021-08-22 10:30:06 +02:00
ToDoEntriesWidget.h HackStudio: Clear ToDo entries upon opening new project 2021-08-22 10:30:06 +02:00