summaryrefslogtreecommitdiff
path: root/Userland/Applications/TextEditor/FileArgument.h
AgeCommit message (Expand)Author
2023-02-17TextEditor: Replace DeprecatedString for StringFausto Tommasi
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2021-05-06TextEditor: Minor cleanups in the FileArgument classAndreas Kling
2021-05-06TextEditor: Rename "file_name" => "filename"Andreas Kling
2021-05-02TextEditor: Specify the starting line and column number using colonsry755