summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/EditorWrapper.cpp
AgeCommit message (Expand)Author
2023-03-31HackStudio: Migrate git-diff indicators to TextEditor APISam Atkins
2023-02-21Userland: Fix remaining smart pointer const-correctness issuesAndreas Kling
2023-02-11LibGUI: Base `write_to_file(StringView path)` on the stream overloadLucas CHOLLET
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-29HackStudio: Remove FindWidgetthankyouverycool
2022-08-31HackStudio: Fix crash when opening or creating with open empty fileSkye Sprung
2022-08-13HackStudio: Fix update modified document on tab widgetFederico Guerinoni
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-29HackStudio: Add FindWidgetItamar
2022-03-16HackStudio: Move editors inside tab widgetsry-sev
2022-02-16DevTools: Use default constructors/destructorsLenny Maiorani
2022-01-09HackStudio: Propagate errors using try_set_main_widgetcreator1creeper1
2022-01-01HackStudio: Use String instead of LexicalPathConor Byrne
2021-09-10HackStudio: Reuse TextDocument::is_modified()Karol Kosek
2021-09-09HackStudio: Preserve the untitled filename text on file modificationKarol Kosek
2021-08-22HackStudio: Fix editor not marking file with unsaved changes as dirtyLennon Donaghy
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-08-01DevTools: Remove unused header includesBrian Gianforcaro
2021-07-16HackStudio: Add statusbar with file and selected text informationry-sev
2021-07-12HackStudio: Disable debug specific context entriesMaurice Hieronymus
2021-06-30AK+Everywhere: Remove "null state" of LexicalPathMax Wipfli
2021-06-13HackStudio: Indicate git changes in the editor's gutterDmitrii Ubskii
2021-06-02HackStudio: Remove unused includesMarcus Nilsson
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-02HackStudio: Add a "document dirty" indicator to the EditorWrapperItamar
2021-05-02HackStudio: Get rid of m_currently_open_file memberItamar
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-21HackStudio: Display warning when opening binary filesItamar
2021-02-27HackStudio: Support searching symbol declarations in the LocatorItamar
2021-02-03TextEditor: Implement word wrappingZac
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling