提交历史

作者 SHA1 备注 提交日期
  Sam Atkins d0730c1c75 TextEditor: Remove confirmation when opening from recent files list 2 年之前
  Sam Atkins c6a2e8eb08 TextEditor: Enable CMakeCache.txt highlighting 2 年之前
  Sam Atkins ac824677b8 TextEditor: Enable CMake syntax highlighting 2 年之前
  Andreas Kling 5f23515796 TextEditor: Add list of recently open files to the File menu :^) 2 年之前
  Tim Schumacher 606a3982f3 LibCore: Move Stream-based file into the `Core` namespace 2 年之前
  Tim Schumacher d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` 2 年之前
  Andreas Kling f103f3af60 TextEditor: "Open Containing Folder" => "Reveal in File Manager" 2 年之前
  Lucas CHOLLET a053807be5 TextEditor: Propagate errors from `read_file()` 2 年之前
  Lucas CHOLLET 3454185d08 TextEditor: Use `request_file_read_only_approved` for the drop event 2 年之前
  Lucas CHOLLET 40f9cf2de6 TextEditor: Port to `Core::Stream` 2 年之前
  Tim Schumacher 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions 2 年之前
  Sam Atkins f0395a2042 LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^) 2 年之前
  Sam Atkins 54b1326165 Userland: Replace all uses of `load_from_gml` with `try_load_from_gml` 2 年之前
  Karol Kosek 247db3fdd0 LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated 2 年之前
  Kampsjaak cf47c850e7 TextEditor: Add option to open the current file in File Manager 2 年之前
  Karol Kosek 9b3335723f TextEditor: Suggest saving new files with an extension from highlighter 2 年之前
  Karol Kosek b00865bce5 LibSyntax+TextEditor: Move Highlighter::language_string() out of class 2 年之前
  Lucas CHOLLET 9ae97c8cb1 LibFileSystemAccessClient: Rename `try_save_file` => 2 年之前
  Snow 0049dfd717 LibGUI+TextEditor: Add a relative line number option for TextEditor 2 年之前
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  thankyouverycool a97768001b TextEditor: Change Find/Replace shortcut to Ctrl+Shift+F 2 年之前
  Karol Kosek 0b7f5bbdfb Userland: Accept drag_enter events for widgets supporting file drops 2 年之前
  Karol Kosek 6b8d351b40 TextEditor+HexEditor: Warn about unsaved changes after dropping files 2 年之前
  Moustafa Raafat 0ce854cf73 TextEditor: Save the selected font 2 年之前
  demostanis 34acae90c7 Userland: Let applications make use of make_command_palette_action() 2 年之前
  networkException 4230dbbb21 AK+Everywhere: Replace "protocol" with "scheme" url helpers 2 年之前
  electrikmilk 44a5deff40 TextEditor: Add Insert Emoji action 2 年之前
  huttongrabiel 279caade73 TextEditor: Correct typo in MainWidget.{cpp,h} 2 年之前
  huttongrabiel 27abbfdf09 TextEditor: Display widget when needle not found in replace all 2 年之前