summaryrefslogtreecommitdiff
path: root/Userland/Applications/TextEditor
AgeCommit message (Expand)Author
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-06TextEditor: Fix hang on "Replace All"Davi
2021-11-03Applications: Remove border from GroupBox marginsFrHun
2021-10-23TextEditor: Add syntax-highlighting for CSS filesSam Atkins
2021-09-19TextEditor: Show total character and word count without selectionthankyouverycool
2021-09-11TextEditor: Remove wordiness and a separator in View menuthankyouverycool
2021-09-11LibGUI+TextEditor: Allow cursor line highlighting to be toggledthankyouverycool
2021-09-10TextEditor: Remove unveil() for CLI file, use FileSystemAccessServerMustafa Quraish
2021-09-10TextEditor/FileArgument: Remove file existance check for early exitMustafa Quraish
2021-09-02TextEditor: Stop calling window->set_modified(false) on file saveKarol Kosek
2021-08-26TextEditor: Use LibConfig instead of Core::ConfigFileAndreas Kling
2021-08-23TextEditor: Unveil the full path to the config fileRalf Donau
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-07-31HackStudio+TextEditor: Sync extensions from the FileIconProvider fileKarol Kosek
2021-07-31TextEditor: Add automatic syntax highlighting for Shell and .htm filesKarol Kosek
2021-07-23TextEditor: Allow starting with a file argument that doesn't existItamar
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-21TextEditor: Tighten unveilRalf Donau
2021-07-18FileSystemAccessServer+TextEditor: Implement cross-process modal promptsTimothy
2021-07-11TextEditor: Show an error message when opening a file failedTimothy
2021-07-11TextEditor: Open files with ReadOnly when we're just reading themGunnar Beutner
2021-07-11TextEditor: Avoid calling realpath()Gunnar Beutner
2021-07-11TextEditor: Show an error dialog when failing to open/save a fileAdam Hodgen
2021-07-10TextEditor: Remove unused includesTimothy
2021-07-10TextEditor: Convert to east-const styleTimothy
2021-07-10TextEditor+LibGUI: Use unveil and FileSystemAccessServerTimothy
2021-07-03TextEditor: Reset editor width when disabling preview modeMarcus Nilsson
2021-06-30AK+Everywhere: Remove "null state" of LexicalPathMax Wipfli
2021-06-24LibSQL: Move Lexer and Parser machinery to AST directoryJan de Visser
2021-06-22TextEditor: Don't open files when the user cancelled saving changesGunnar Beutner
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-13TextEditor: Don't allow opening directoriessinmineryt
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-06-03TextEditor: Remove unused header includesBrian Gianforcaro
2021-06-02TextEditor/GMLPlayground: Don't close app if user aborts save on exitMatthew Jones
2021-05-27LibGUI+TextEditor: Add the calculation of selected wordsry-sev
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-20TextEditor: Don't launch a WebContent process until it's neededAndreas Kling
2021-05-20TextEditor+Browser: Enable HTML syntax highlighting on HTML documentsAli Mohammad Pur
2021-05-17LibGUI: Reset TextEditor modified state on sucessful write_to_filefaxe1008
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-09TextEditor: Add support for SQL highlightingDylan Katz
2021-05-08LibGUI+TextEditor: Make TextDocument modified state track undo stackAndreas Kling
2021-05-06TextEditor: Minor cleanups in the FileArgument classAndreas Kling
2021-05-06TextEditor: Rename "file_name" => "filename"Andreas Kling
2021-05-06LibGUI: Remember modified state on undo/redo actionsCarlos César Neves Enumo