summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/Editor.h
AgeCommit message (Expand)Author
2021-10-04Everywhere: Fix more Copyright header inconsistenciesTim Schumacher
2021-07-29HackStudio: Add autocompletion for GML filesConor Byrne
2021-07-12HackStudio: Disable debug specific context entriesMaurice Hieronymus
2021-07-04HackStudio: Show tooltip with parameters hint when pressing Ctrl+PItamar
2021-06-25HackStudio: Do not create a new LanguageClient unless neededItamar
2021-06-13LibGUI+HackStudio: Make gutter a first class elementDmitrii Ubskii
2021-05-08LibGUI: Some tweaks for TextEditor's will-execute-command virtualAndreas Kling
2021-04-28HackStudio: Add context option to set execution point while debuggingFalseHonesty
2021-04-25HackStudio: Add evaluate expression popup to debuggerFalseHonesty
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-12HackStudio: Allow users to drag and drop files into the editorRickySeverino
2021-02-27HackStudio: Support searching symbol declarations in the LocatorItamar
2021-02-20LanguageServers/Cpp: Add 'FindDeclaration' capabilityItamar
2021-02-20HackStudio: Display identifiers as clickableItamar
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling