mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 02:56:28 +03:00
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:
@@ -86,6 +86,7 @@ struct SearchState {
|
||||
String text;
|
||||
TextRange range = TextRange();
|
||||
bool caseSensitive{ false };
|
||||
bool wholeWord{ false };
|
||||
void reset() {
|
||||
editor = nullptr;
|
||||
range = TextRange();
|
||||
|
||||
Reference in New Issue
Block a user