ladybird/Userland/Applications/TextEditor
Lucas CHOLLET 3f35ffb648 Userland: Prefer _string over _short_string
As `_string` can't fail anymore (since 3434412), there are no real
benefits to use the short variant in most cases.
2023-08-08 07:37:21 +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 AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
MainWidget.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
MainWidget.h LibMarkdown+LibSyntax: Add a Markdown syntax highlighter 2023-05-05 17:08:40 +01:00
TextEditorWindow.gml Applications+DevTools: Remove fixed sizes from Splitters 2022-08-30 16:28:44 +01:00