summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/EditorWrapper.h
AgeCommit message (Expand)Author
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-29HackStudio: Remove FindWidgetthankyouverycool
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
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-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-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-05-02HackStudio: Show dialog on build and exit if there are unsaved changesItamar
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-01-12DevTools: Move to Userland/DevTools/Andreas Kling