summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/Locator.cpp
AgeCommit message (Expand)Author
2021-08-06LibGUI+Applications: Rename Model::is_valid to is_within_rangesin-ack
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-06-02HackStudio: Make locator lose focus on closeMarcus Nilsson
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13HackStudio: Store known symbol declarations in ProjectDeclarationsItamar
2021-04-04HackStudio: File search box stays opened after closingTim Waterhouse
2021-03-23HackStudio+LanguageServers/Cpp: Show scope of symbols in LocatorItamar
2021-03-13LanguageServers/Cpp: Complete Preprocessor definitionsItamar
2021-02-27HackStudio: Support searching symbol declarations in the LocatorItamar
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling