- Second pass on Patch 8.0.1

This commit is contained in:
Tercio
2018-07-17 13:31:22 -03:00
parent df9ce12b82
commit dba05908ec
96 changed files with 2018 additions and 2006 deletions
+3 -3
View File
@@ -879,7 +879,7 @@ local AutoComplete_OnEnterPressed = function (editboxWidget)
editboxWidget:SetCursorPosition (editboxWidget.end_selection)
editboxWidget:HighlightText (0, 0)
editboxWidget.end_selection = nil
--editboxWidget:Insert (" ") --estava causando a adição de uma palavra a mais quando o próximo catactere for um espaço
--editboxWidget:Insert (" ") --estava causando a adio de uma palavra a mais quando o prximo catactere for um espao
else
if (editboxWidget:IsMultiLine()) then
editboxWidget:Insert ("\n")
@@ -950,7 +950,7 @@ local AutoComplete_OnChar = function (editboxWidget, char, capsule)
return
end
--reseta a palavra se acabou de ganhar focus e apertou espaço
--reseta a palavra se acabou de ganhar focus e apertou espao
if (editboxWidget.focusGained and char == " ") then
capsule.lastword = ""
editboxWidget.focusGained = nil
@@ -2433,4 +2433,4 @@ DF.AutoCompleteAPI = {
"tinsert", -- [1318]
}
-- endp
-- endp