ladybird/Userland/DevTools/HackStudio
Karol Kosek e75d694974 Userland: Compare event MIME type list with a StringView
The following commit will port MIME types to String. Traits<String>
- used in Vector::contains_slow - can't compare String type with char*,
so we need to use StringView instead.
2023-09-29 14:40:21 +01:00
..
Debugger Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
Dialogs Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
Git HackStudio: Change fg color of staged/unstaged file list in Git tab 2023-08-29 10:00:13 +02:00
LanguageClients
LanguageServers
AutoCompleteResponse.h
ClassViewWidget.cpp
ClassViewWidget.h
CMakeLists.txt Meta: Rename compile_gml to stringify_gml 2023-08-11 21:33:48 +02:00
CodeDocument.cpp HackStudio: Migrate git-diff indicators to TextEditor API 2023-03-31 12:09:40 +02:00
CodeDocument.h HackStudio+LibGUI: Remove TextDocument::is_code_document() 2023-07-24 16:39:02 +01:00
Editor.cpp Userland: Compare event MIME type list with a StringView 2023-09-29 14:40:21 +01:00
Editor.h HackStudio: Remove Editor::gutter_icon_rect() 2023-07-24 16:39:02 +01:00
EditorWrapper.cpp HackStudio: Make use of existing TextEditor::on_focusin callback 2023-07-24 16:39:02 +01:00
EditorWrapper.h
FindInFilesWidget.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
FindInFilesWidget.h
GMLPreviewWidget.cpp Userland: Prefer non-fallible construction for LibGUI objects 2023-09-18 18:00:45 +02:00
GMLPreviewWidget.h
HackStudio.h
HackStudioWidget.cpp HackStudio+LibGUI: Make fallible TabWidget::add_tab() non-fallible 2023-09-16 11:06:50 +02:00
HackStudioWidget.h HackStudio: Add option to open file in single click 2023-07-29 17:07:38 -06:00
LanguageClient.cpp Userland: Migrate to String in notification system 2023-09-01 12:06:08 +02:00
LanguageClient.h HackStudio: Use Syntax::Language instead of our own one 2023-03-11 13:22:57 +00:00
Locator.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
Locator.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
main.cpp Userland: Remember window state of productivity / editor applications 2023-09-24 20:00:00 -06:00
Project.cpp Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Project.h
ProjectBuilder.cpp LibCore: Migrate Command from Deprecated{File,String} 2023-05-19 23:31:20 +02:00
ProjectBuilder.h LibFileSystem: Move TempFile from LibCore to LibFileSystem 2023-03-21 19:03:21 +00:00
ProjectConfig.cpp
ProjectConfig.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
ProjectDeclarations.cpp
ProjectDeclarations.h
ProjectFile.cpp
ProjectFile.h
ProjectTemplate.cpp HackStudio: Prefer FileSystem::copy_file_or_directory 2023-05-19 21:12:15 +02:00
ProjectTemplate.h
TerminalWrapper.cpp
TerminalWrapper.h
ToDoEntries.cpp
ToDoEntries.h
ToDoEntriesWidget.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
ToDoEntriesWidget.h