1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-18 06:32:26 +00:00
serenity/Userland/DevTools/HackStudio
Itamar 45788d030a HackStudio: Remove program name element in Core::command() calls
Core::command() takes care of inserting the program name as the first
element in argv, and so we shouldn't include the program name in the
argument vector we give it.

The Shell's argument parsing logic tolerated the extra argument,
until 83609ad.

This fixes building serenity components in Hack Studio.
2022-03-17 12:32:59 +03:30
..
Debugger LibWeb: Check for valid names in Document.createElement() & friends 2022-02-26 10:03:07 +01: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 LanguageServers/Cpp: Make find declaration of enums work 2022-02-27 21:42:05 +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: Remove program name element in Core::command() calls 2022-03-17 12:32:59 +03:30
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