mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 12:18:25 +00:00
TextEditor: Add button to match regular expression during search
This commit is contained in:
committed by
Andreas Kling
parent
4a630d4b63
commit
3b7884ee8a
@@ -35,7 +35,7 @@ ProjectFile::ProjectFile(const String& name)
|
||||
{
|
||||
}
|
||||
|
||||
const GUI::TextDocument& ProjectFile::document() const
|
||||
GUI::TextDocument& ProjectFile::document() const
|
||||
{
|
||||
if (!m_document) {
|
||||
m_document = CodeDocument::create(LexicalPath(m_name));
|
||||
|
||||
Reference in New Issue
Block a user