Merge pull request #245 from Wilma456/settings

Update Settings Help
This commit is contained in:
Daniel Ratcliffe 2017-05-16 19:39:34 +01:00 committed by GitHub
commit aa8455e0b1
1 changed files with 9 additions and 0 deletions

View File

@ -6,3 +6,12 @@ settings.load( path )
settings.save( path )
settings.clear()
settings.getNames()
Default Settings:
shell.autocomplete - enables auto-completion in the Shell.
lua.autocomplete - enables auto-completion in the Lua program.
edit.autocomplete - enables auto-completion in the Edit program.
bios.use_multishell - enables Multishell on Advanced Computers, Turtles, Pocket Computers and Command Computers.
shell.allow_disk_startup - if a Disk Drive with a Disk inside that has a 'startup' script is attached to a computer, this setting allows to automatically run that script when the computer starts.
shell.allow_startup - if there is a 'startup' script in a computer's root, this setting allow to automatically run that script when the computer runs.
list.show_hidden - determines, whether the List program will list hidden files or not.