summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/Editor.h
AgeCommit message (Expand)Author
2023-04-30HackStudio: Move around execution order and prevent crashingiyush
2023-03-31HackStudio: Migrate git-diff indicators to TextEditor APISam Atkins
2023-03-31HackStudio: Migrate execution-position indicator to TextEditor APISam Atkins
2023-03-31HackStudio: Migrate breakpoint indicators to TextEditor APISam Atkins
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-13Userland: Accept drag_enter events for widgets supporting file dropsKarol Kosek
2022-10-06HackStudio: Use a single global tooltip windowItamar
2022-05-21LibCodeComprehension: Re-organize code comprehension related codeItamar
2022-05-15LibWebView: Move OutOfProcessWebView to a new LibWebView libraryDexesTTP
2022-04-06HackStudio: Remove "evaluate expression" dialogAndreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-16DevTools: Use default constructors/destructorsLenny Maiorani
2022-02-09HackStudio: Allow toggling between simple and semantic highlightingItamar
2022-02-09HackStudio: Use the C++ semantic syntax highlighterItamar
2022-01-09HackStudio: Propagate errors using try_set_main_widgetcreator1creeper1
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