From 198f796b5cb98fca261d0122c56cbfae93c06d3a Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Thu, 6 Jun 2019 12:23:02 +0300 Subject: [PATCH] Fixed searching error --- Applications/MineCode IDE.app/Main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/MineCode IDE.app/Main.lua b/Applications/MineCode IDE.app/Main.lua index 8e0f3831..afd40129 100755 --- a/Applications/MineCode IDE.app/Main.lua +++ b/Applications/MineCode IDE.app/Main.lua @@ -1244,7 +1244,7 @@ local function find() whereToFind, whatToFind = unicode.lower(whereToFind), unicode.lower(whatToFind) end - local success, starting, ending = pcall(string.unicodeFind, whereToFind, whatToFind) + local success, starting, ending = pcall(text.unicodeFind, whereToFind, whatToFind) if success then if starting then codeView.selections[1] = {