mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-26 17:52:47 +01:00
aefae
This commit is contained in:
@@ -204,7 +204,8 @@ end
|
||||
---------------------------------------------------- File processing methods ----------------------------------------------------
|
||||
|
||||
local function removeTabs(text)
|
||||
return text:gsub("\t", string.rep(" ", mainWindow.codeView.indentationWidth))
|
||||
local result = text:gsub("\t", string.rep(" ", mainWindow.codeView.indentationWidth))
|
||||
return result
|
||||
end
|
||||
|
||||
local function loadFile(path)
|
||||
|
||||
Reference in New Issue
Block a user