mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-28 02:32:46 +01:00
Улучшен алгоритм сортировки и исправлен недочет с лишней пустой строкой при открытии файлов
This commit is contained in:
@@ -625,6 +625,7 @@ end
|
||||
|
||||
local function loadFile(path)
|
||||
newFile()
|
||||
table.remove(mainWindow.codeView.lines, 1)
|
||||
local file = io.open(path, "r")
|
||||
for line in file:lines() do
|
||||
line = removeWindowsLineEndings(removeTabs(line))
|
||||
|
||||
Reference in New Issue
Block a user