diff --git a/.DS_Store b/.DS_Store index 12ee7bbc..49fad01e 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/Applications.txt b/Applications.txt index 67d5959f..bb2727c4 100644 --- a/Applications.txt +++ b/Applications.txt @@ -886,7 +886,7 @@ icon="IgorTimofeev/OpenComputers/master/Applications/MineCodeIDE/Icon.pic", createShortcut="dock", forceDownload=true, - version=1.26, + version=1.27, resources={ { name="Localization/Russian.lang", diff --git a/Applications/MineCodeIDE/MineCodeIDE.lua b/Applications/MineCodeIDE/MineCodeIDE.lua index 35f7316e..cb6648e3 100755 --- a/Applications/MineCodeIDE/MineCodeIDE.lua +++ b/Applications/MineCodeIDE/MineCodeIDE.lua @@ -1,7 +1,7 @@ ---------------------------------------------------- Libraries ---------------------------------------------------- --- "/MineOS/Applications/MineCode IDE.app/MineCode IDE.lua" open OS.lua +-- "/MineOS/Applications/MineCode IDE.app/MineCode IDE.lua" open OS.luaad -- package.loaded.syntax = nil -- package.loaded.GUI = nil @@ -882,7 +882,7 @@ local function createWindow() end mainWindow.bottomToolBar.isHidden = true - mainWindow.leftTreeView = mainWindow:addTreeView(1, 1, 1, 1, config.colorScheme.leftTreeView.background, 0x2D2D2D, 0x2D2D2D, 0xEEEEEE, 0x888888, 0x444444, 0x00DBFF, "/") + mainWindow.leftTreeView = mainWindow:addTreeView(1, 1, 1, 1, config.colorScheme.leftTreeView.background, 0x3C3C3C, 0x3C3C3C, 0xEEEEEE, 0x888888, 0x444444, 0x00DBFF, "/") mainWindow.leftTreeView.onFileSelected = function(path) loadFile(path) end @@ -1061,7 +1061,7 @@ end buffer.start() -loadConfig() +-- loadConfig() createWindow() calculateSizes() mainWindow:draw()