summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/CodeDocument.cpp
AgeCommit message (Expand)Author
2023-03-31HackStudio: Migrate git-diff indicators to TextEditor APISam Atkins
2023-03-11HackStudio: Use Syntax::Language instead of our own oneSam Atkins
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-16DevTools: Use default constructors/destructorsLenny Maiorani
2022-01-18HackStudio: Hookup git commit message detection and highlightingBrian Gianforcaro
2021-07-16HackStudio: Add statusbar with file and selected text informationry-sev
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-06HackStudio: Create Language enum from file extension or language nameItamar
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling