mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-12 20:11:51 +00:00
TextEditor: Add button to match regular expression during search
This commit is contained in:
parent
4a630d4b63
commit
3b7884ee8a
Notes:
sideshowbarker
2024-07-19 01:15:06 +09:00
Author: https://github.com/lnzero1dev
Commit: 3b7884ee8a
Pull-request: https://github.com/SerenityOS/serenity/pull/4103
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/linusg ✅
8 changed files with 176 additions and 18 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue