summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio/EditorWrapper.h
AgeCommit message (Expand)Author
2020-09-30HackStudio: Integrate with C++ Language ServerItamar
2020-08-17HackStudio: Move everything into the HackStudio namespaceAndreas Kling
2020-07-26LibCore+LibGUI: Switch to using AK::is and AK::downcastAndreas Kling
2020-05-09HackStudio: Reorganize debugger-related filesItamar
2020-04-25HackStudio: GUI support for setting breakpoints on source code linesItamar
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-11-05HackStudio: Allow switching between editors with Ctrl+E / Ctrl+Shift+EAndreas Kling
2019-10-27HackStudio: Draw a brownish frame around the current editor widgetAndreas Kling
2019-10-27HackStudio: Support multiple editors on screenAndreas Kling