Reorganized restoring settings to make current file better visible in the project tree.
This commit is contained in:
@@ -621,6 +621,7 @@ ProjectUpdateInterpreters()
|
||||
-- load rest of settings
|
||||
SettingsRestoreEditorSettings()
|
||||
SettingsRestoreFramePosition(ide.frame, "MainFrame")
|
||||
SettingsRestoreView()
|
||||
SettingsRestoreFileHistory(SetFileHistory)
|
||||
SettingsRestoreProjectSession(FileTreeSetProjects)
|
||||
SettingsRestoreFileSession(function(tabs, params)
|
||||
@@ -628,7 +629,6 @@ SettingsRestoreFileSession(function(tabs, params)
|
||||
then return SetOpenTabs(params)
|
||||
else return SetOpenFiles(tabs, params) end
|
||||
end)
|
||||
SettingsRestoreView()
|
||||
|
||||
-- ---------------------------------------------------------------------------
|
||||
-- Load the filenames
|
||||
|
||||
Reference in New Issue
Block a user