1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-04 03:57:35 +00:00
serenity/Userland/Applications/TextEditor
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
..
CMakeLists.txt TextEditor: Enable CMake syntax highlighting 2023-03-04 05:43:43 -07:00
FileArgument.cpp TextEditor: Replace DeprecatedString for String 2023-02-17 16:32:02 +00:00
FileArgument.h TextEditor: Replace DeprecatedString for String 2023-02-17 16:32:02 +00:00
main.cpp LibCore+Everywhere: Remove ArgsParser::add*(char const*&) 2023-03-01 10:47:19 +01:00
MainWidget.cpp AK+Everywhere: Change URL::path() to serialize_path() 2023-04-15 06:37:04 +02:00
MainWidget.h TextEditor: Enable CMakeCache.txt highlighting 2023-03-08 14:21:37 +00:00
TextEditorWindow.gml Applications+DevTools: Remove fixed sizes from Splitters 2022-08-30 16:28:44 +01:00