add dfa field to app_type so that we don't rebuild DFA each time we want to execute a search again (like after deleting)
This commit is contained in:
@@ -7,7 +7,7 @@ struct
|
||||
|
||||
fun switchToNormalSearchMode (app: app_type) =
|
||||
NormalSearchFinish.onSearchChanged
|
||||
(app, "", PersistentVector.empty, 0, 0, true, #buffer app)
|
||||
(app, "", PersistentVector.empty, 0, 0, false, #buffer app)
|
||||
|
||||
fun getNumLength (pos, str) =
|
||||
if pos = String.size str then
|
||||
|
||||
Reference in New Issue
Block a user