index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
/
HackStudio
/
Editor.h
Age
Commit message (
Expand
)
Author
2020-10-29
HackStudio: Don't track ctrl key state manually
Andreas Kling
2020-10-08
HackStudio: Replace InProcessWebView with OutOfProcessWebView
Linus Groh
2020-10-04
HackStudio: Relay completions requests to the language server unfiltered
AnotherTest
2020-10-02
HackStudio: Abstract away language-server details
AnotherTest
2020-09-30
HackStudio: Integrate with C++ Language Server
Itamar
2020-09-21
HackStudio: Add auto-complete capability to the Editor
Itamar
2020-08-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-08-17
HackStudio: Move everything into the HackStudio namespace
Andreas Kling
2020-08-15
HackStudio: Use CodeDocument instead of TextDocument
Itamar
2020-08-15
LibGUI: Make focus events more aware of why focus is changing
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-30
LibGUI+HackStudio: Fix cursor appearance and crash while debugging
FalseHonesty
2020-05-28
LibWeb: Rename Web::HtmlView => Web::PageView
Andreas Kling
2020-05-09
HackStudio: Reorganize debugger-related files
Itamar
2020-04-25
HackStudio: GUI support for setting breakpoints on source code lines
Itamar
2020-03-13
HackStudio: Fix the wrong cursor being drawn
Oriko
2020-03-12
HackStudio: Underline header links
Oriko
2020-03-12
HackStudio: Add header navigation
Oriko
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling
2020-03-07
LibWeb: Move everything into the Web namespace
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-07
LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUI
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-11-23
HackStudio: Highlight matching pairs of [ and ] as well
Andreas Kling
2019-11-18
HackStudio: Always re-match curlies/parens after a re-highlight
Andreas Kling
2019-11-18
HackStudio+LibGUI: Implement matching curly brace highlighting
Andreas Kling
2019-11-05
HackStudio: Don't parse documentation if already parsed
João Paulo Pulga
2019-10-30
HackStudio: Show documentation preview in tooltip on identifier hover
Andreas Kling
2019-10-27
HackStudio: Draw a brownish frame around the current editor widget
Andreas Kling
2019-10-27
HackStudio: Support multiple editors on screen
Andreas Kling