summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio/Editor.h
AgeCommit message (Expand)Author
2020-10-29HackStudio: Don't track ctrl key state manuallyAndreas Kling
2020-10-08HackStudio: Replace InProcessWebView with OutOfProcessWebViewLinus Groh
2020-10-04HackStudio: Relay completions requests to the language server unfilteredAnotherTest
2020-10-02HackStudio: Abstract away language-server detailsAnotherTest
2020-09-30HackStudio: Integrate with C++ Language ServerItamar
2020-09-21HackStudio: Add auto-complete capability to the EditorItamar
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-17HackStudio: Move everything into the HackStudio namespaceAndreas Kling
2020-08-15HackStudio: Use CodeDocument instead of TextDocumentItamar
2020-08-15LibGUI: Make focus events more aware of why focus is changingAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-30LibGUI+HackStudio: Fix cursor appearance and crash while debuggingFalseHonesty
2020-05-28LibWeb: Rename Web::HtmlView => Web::PageViewAndreas Kling
2020-05-09HackStudio: Reorganize debugger-related filesItamar
2020-04-25HackStudio: GUI support for setting breakpoints on source code linesItamar
2020-03-13HackStudio: Fix the wrong cursor being drawnOriko
2020-03-12HackStudio: Underline header linksOriko
2020-03-12HackStudio: Add header navigationOriko
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling
2020-03-07LibWeb: Move everything into the Web namespaceAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-07LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUIAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas 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-23HackStudio: Highlight matching pairs of [ and ] as wellAndreas Kling
2019-11-18HackStudio: Always re-match curlies/parens after a re-highlightAndreas Kling
2019-11-18HackStudio+LibGUI: Implement matching curly brace highlightingAndreas Kling
2019-11-05HackStudio: Don't parse documentation if already parsedJoão Paulo Pulga
2019-10-30HackStudio: Show documentation preview in tooltip on identifier hoverAndreas Kling
2019-10-27HackStudio: Draw a brownish frame around the current editor widgetAndreas Kling
2019-10-27HackStudio: Support multiple editors on screenAndreas Kling