TextEditor: Add button to match regular expression during search

This commit is contained in:
Emanuel Sprung
2020-04-23 20:29:38 +02:00
committed by Andreas Kling
parent 4a630d4b63
commit 3b7884ee8a
8 changed files with 176 additions and 18 deletions

View File

@@ -43,7 +43,7 @@ public:
const String& name() const { return m_name; }
const GUI::TextDocument& document() const;
GUI::TextDocument& document() const;
int vertical_scroll_value() const;
void vertical_scroll_value(int);