ladybird/Userland/DevTools/HackStudio
MacDue 35612c6a7f AK+Everywhere: Change URL::path() to serialize_path()
This now defaults to serializing the path with percent decoded segments
(which is what all callers expect), but has an option not to. This fixes
`file://` URLs with spaces in their paths.

The name has been changed to serialize_path() path to make it more clear
that this method will generate a new string each call (except for the
cannot_be_a_base_url() case). A few callers have then been updated to
avoid repeatedly calling this function.
2023-04-15 06:37:04 +02:00
..
Debugger LibGUI+HackStudio+PixelPaint: Port Widget title to the new String 2023-03-16 09:58:42 +01:00
Dialogs Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Git Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2023-03-04 00:29:38 +01:00
LanguageClients LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
LanguageServers LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
AutoCompleteResponse.h LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
ClassViewWidget.cpp HackStudio: Store correct address in ClassViewModel's ModelIndices 2023-03-08 23:14:21 +01:00
ClassViewWidget.h Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
CodeDocument.cpp HackStudio: Migrate git-diff indicators to TextEditor API 2023-03-31 12:09:40 +02:00
CodeDocument.h HackStudio: Migrate git-diff indicators to TextEditor API 2023-03-31 12:09:40 +02:00
Editor.cpp AK+Everywhere: Change URL::path() to serialize_path() 2023-04-15 06:37:04 +02:00
Editor.h HackStudio: Migrate git-diff indicators to TextEditor API 2023-03-31 12:09:40 +02:00
EditorWrapper.cpp HackStudio: Migrate git-diff indicators to TextEditor API 2023-03-31 12:09:40 +02:00
EditorWrapper.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
FindInFilesWidget.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
FindInFilesWidget.h HackStudio: Make FindInFilesWidget reset when opening new project 2021-08-22 10:30:06 +02:00
GMLPreviewWidget.cpp LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
GMLPreviewWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
HackStudio.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
HackStudioWidget.cpp HackStudio: Set_cursor even if the file is already open 2023-04-13 09:52:33 +02:00
HackStudioWidget.h Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
LanguageClient.cpp HackStudio: Use Syntax::Language instead of our own one 2023-03-11 13:22:57 +00:00
LanguageClient.h HackStudio: Use Syntax::Language instead of our own one 2023-03-11 13:22:57 +00:00
Locator.cpp LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
Locator.h DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
main.cpp HackStudio: Add configuration domain pledge for FileManager 2023-04-06 08:56:57 +01:00
Project.cpp Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Project.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ProjectBuilder.cpp Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
ProjectBuilder.h LibFileSystem: Move TempFile from LibCore to LibFileSystem 2023-03-21 19:03:21 +00:00
ProjectConfig.cpp LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
ProjectConfig.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ProjectDeclarations.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
ProjectDeclarations.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ProjectFile.cpp LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
ProjectFile.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ProjectTemplate.cpp Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
ProjectTemplate.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
TerminalWrapper.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
TerminalWrapper.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ToDoEntries.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ToDoEntries.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ToDoEntriesWidget.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ToDoEntriesWidget.h HackStudio: Clear ToDo entries upon opening new project 2021-08-22 10:30:06 +02:00