summaryrefslogtreecommitdiff
path: root/Userland/Applications/TextEditor
AgeCommit message (Expand)Author
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
2021-05-02TextEditor: Specify the starting line and column number using colonsry755
2021-05-01TextEditor: Make sure to mark the Window as unmodified after savingAndreas Kling
2021-05-01TextEditor: Use an automatic "modified" marker in the window titleAndreas Kling
2021-05-01TextEditor: Plumb modified state from GUI::TextDocument to GUI::WindowAndreas Kling
2021-05-01TextEditor: Add some missing curly braces around a nested if statementAndreas Kling
2021-05-01TextEditor: Remove some unnecessary #include statementsAndreas Kling
2021-05-01TextEditor: Rename TextEditorWidget => TextEditor::MainWidgetAndreas Kling
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18LibGUI: Rename Action::long_text to Action::status_tipAndreas Kling
2021-04-17TextEditor: Show action long texts in the status bar :^)Andreas Kling
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-09TextEditor: Add Alt shortcuts to menu actionsAndreas Kling
2021-03-30FontEditor+TextEditor+Playground: Refuse to load device filesIdan Horowitz
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-25TextEditorWidget: Whitespace related optionslucastarche
2021-03-25TextEditorWidget: Added tab width submenulucastarche
2021-03-19TextEditor: Exit program when file is not openedEdgar Araújo
2021-03-15TextEditor: Add charcount info about selected text to the statusbarCesar Torres
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-01TextEditor: Add a command line option to jump to a specific line numberry755
2021-02-27TextEditor: Initialize menubar before opening initial fileAndreas Kling
2021-02-27TextEditor: Rename open_sesame() => open_file()Andreas Kling
2021-02-26TextEditor: Fix passing null parent to AboutDialogthankyouverycool
2021-02-22TextEditor+LibGUI: Add case matching and wrap around optionalitythankyouverycool
2021-02-15TextEditor: Allow picking non-proportional fontStephan Unverwerth
2021-02-13TextEditor: Set wrapping and preview menus to correct defaultsthankyouverycool
2021-02-13TextEditor: Add layout options to View menuthankyouverycool
2021-02-07Shell: Move Shell syntax highlighter LibShellAndreas Kling
2021-02-07LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJSAndreas Kling
2021-02-07LibGUI+LibCpp: Move C++ syntax highlighter to LibCppAndreas Kling
2021-02-03TextEditor: Implement word wrappingZac
2021-02-02Revert "TextEditor: Add vim status indicators to the statusbar"Andreas Kling