diff options
author | Itamar <itamar8910@gmail.com> | 2020-08-15 10:58:31 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-15 15:06:35 +0200 |
commit | 627f258c9753902b733d94db6924852111ac3d9b (patch) | |
tree | e6e7fa86e4e9a28ba299ea4259b00a75fd73a7e2 /LICENSE | |
parent | e793cc3d1312c48f1f994a5eeec9f7a1d18487f3 (diff) | |
download | serenity-627f258c9753902b733d94db6924852111ac3d9b.zip |
HackStudio: Use CodeDocument instead of TextDocument
This commit adds a new GUI widget type, called CodeDocument, which
is a TextDocument that can additionaly store data related to the
debugger.
This fixes various bugs and crashes that occured when we switched
between files in debug mode, because we previously held stale breakpoint
data for the previous file in the Editor object.
We now keep this data at the "document" level rather than the Editor
level, which fixes things.
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions