1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 22:21:00 +00:00
serenity/DevTools
Andreas Kling f1c6193d6d LibGUI: Move GTextDocument out of GTextEditor
The idea here is to decouple the document from the editor widget so you
could have multiple editors being views onto the same document.

This doesn't work yet, since the document and editor are coupled in
various ways still (including a per-line back-pointer to the editor.)
2019-10-27 16:44:16 +01:00
..
FormCompiler AK: Remove empty files JsonArray.cpp and JsonObject.cpp 2019-10-01 11:24:54 +02:00
HackStudio LibGUI: Move GTextDocument out of GTextEditor 2019-10-27 16:44:16 +01:00
Inspector Inspector: Fix bad RemoteObjectGraphModel::parent_index() 2019-09-23 20:29:03 +02:00
IPCCompiler AK: Remove empty files JsonArray.cpp and JsonObject.cpp 2019-10-01 11:24:54 +02:00
VisualBuilder LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00