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