Maciej
|
cf52542fcf
LibMarkdown+LibSyntax: Add a Markdown syntax highlighter
|
2 years ago |
Tim Ledbetter
|
05c8aa71f2
Applications: Update man page links for applications
|
2 years ago |
Karol Kosek
|
84a231d4e5
TextEditor: Propagate errors from `MainWidget::initialize_menubar()`
|
2 years ago |
Karol Kosek
|
51bd9ca037
LibGUI+Userland: Make Menu::*add_submmenu take name using new string
|
2 years ago |
Karol Kosek
|
969543a847
LibGUI+Userland: Make Window::*add_menu take name using new string
|
2 years ago |
MacDue
|
35612c6a7f
AK+Everywhere: Change URL::path() to serialize_path()
|
2 years ago |
Tim Ledbetter
|
0829101eb8
Applications: Use thousands separator for numbers shown in status bar
|
2 years ago |
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 |