Fixed UITabWidget clipping.

Added pyw extension for python files.
ecode:
Added: Hide tabbar on single tab option.
Added whole word search in global search.
Some minor fixes in global search.
This commit is contained in:
Martín Lucas Golini
2020-12-23 02:46:46 -03:00
parent 07381c5943
commit dccd0617e5
11 changed files with 100 additions and 89 deletions

View File

@@ -86,6 +86,7 @@ struct SearchState {
String text;
TextRange range = TextRange();
bool caseSensitive{ false };
bool wholeWord{ false };
void reset() {
editor = nullptr;
range = TextRange();